A
aemi
I fired this query
SELECT TO_CHAR(LST_UPDT_TS, 'MMDDYY'),COUNT(ROWID) FROM
SP_ADDLPAY_DATA WHERE LST_UPDT_TS>TO_DATE('01012007','MMDDYY') GROUP
BY TO_CHAR(LST_UPDT_TS,'MMDDYY');
n I got this error why?
syntax error near unexpected token `TO_CHAR(L'
SELECT TO_CHAR(LST_UPDT_TS, 'MMDDYY'),COUNT(ROWID) FROM
SP_ADDLPAY_DATA WHERE LST_UPDT_TS>TO_DATE('01012007','MMDDYY') GROUP
BY TO_CHAR(LST_UPDT_TS,'MMDDYY');
n I got this error why?
syntax error near unexpected token `TO_CHAR(L'