SELECT * FROM table WHERE date_column Depending on what Database you are using, you should be able to cast the string to a date and then do your comparison.
確定! 回上一頁