I have in sql table column name "Datum" type date "yyyy.MM.dd."
I want to make a query if month date i Datum = now month
("SELECT sum([Ob4])'Ob4' FROM arb WHERE month([datum]) = MONTH(date)", cs)
like this command
But no result. have no idea plz help
I want to make a query if month date i Datum = now month
("SELECT sum([Ob4])'Ob4' FROM arb WHERE month([datum]) = MONTH(date)", cs)
like this command
But no result. have no idea plz help