sql query not executing
        Posted  
        
            by sarah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sarah
        
        
        
        Published on 2010-06-10T11:32:01Z
        Indexed on 
            2010/06/10
            11:43 UTC
        
        
        Read the original article
        Hit count: 294
        
Hi,
Not able to execute a query ,i need to check if end date is greater than today in the following query
Getting an error invalid query
select * from table1 where user in  ('a') and END_DATE >'2010-05-22'
getting an error liter string does not match
© Stack Overflow or respective owner