I like to select from a Date data type column years and months. The contents of this column have a specific
format: e.g 7/22/98 8:00:00 AM. When i try to make a qery e.g SELECT * FROM TASK1_TABLE WHERE Task_Table1.START_DATE
LIKE '%22/98%' the result is an empty table. How can i select specific months and years?
Thanks for your help
format: e.g 7/22/98 8:00:00 AM. When i try to make a qery e.g SELECT * FROM TASK1_TABLE WHERE Task_Table1.START_DATE
LIKE '%22/98%' the result is an empty table. How can i select specific months and years?
Thanks for your help