cancel
Showing results for 
Search instead for 
Did you mean: 

SQL function TO_DATE() is not working in SAP MII SQL Fixed Query template

avisheksharmacoder
Participant
0 Kudos
374

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.

Accepted Solutions (0)

Answers (0)