compare string to date on mysql
        Posted  
        
            by Mercer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mercer
        
        
        
        Published on 2010-06-03T08:33:26Z
        Indexed on 
            2010/06/03
            9:14 UTC
        
        
        Read the original article
        Hit count: 371
        
hello, i have a table with a date, this date is a string i want to compare this string with a date in my request.
SELECT FE_CLIENT.*
FROM FE_CLIENT
WHERE D_DATFINPUBLI < '2010/06/03'
How can i cast my column date_deb to a date for compare ..?
© Stack Overflow or respective owner