on 2022 Sep 07 11:20 AM
The query is
Select * from Queue_name
where
Queue_name.CREATED > to_date('08/08/2013 23:59:59', 'MM/DD/YYYY HH24:MI:SS')
This query is returning this error
CREATED > to_date('08/08/2013 23:59:59', 'MM/DD/YYYY HH24:MI:SS')" contains the syntax error[s]: - 3:33 - SQL syntax error: the token "(" was not expected here
How to solve this error in the SQL Query template or is there a different way around this
Thank you.
Request clarification before answering.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.