felix1the2cat
Programmer
Hi Guys.. I am running SQLyog with MYSQL. SQLyog is a GUI for Mysql connection. You can run SQL command inside the GUI.
I would like to select all information that was inserted into the database from 1/1/2005 till now. I am using
select * from `testingTable`.`customers` where date_cr > to_date('20050101'YYYYMMDD')
But the command didn't work. Can someone tell me the correct format for this???
Thanks
I would like to select all information that was inserted into the database from 1/1/2005 till now. I am using
select * from `testingTable`.`customers` where date_cr > to_date('20050101'YYYYMMDD')
But the command didn't work. Can someone tell me the correct format for this???
Thanks