Hi Ericbrunson
I fixed the , error, but it still giving me an error. I am new to Mysql, a friend of mine who uses Oracle asked me to try to_day( ) function. But it doesn't seem to be working.
select * from `DB1`.`customers` where date_cr > to_date('20050101','YYYYMMDD')
Error Code : 1064
You...
Hi Ericbrunson
I fixed the , error, but it still giving me an error. I am new to Mysql, a friend of mine who uses Oracle asked me to try to_day( ) function. But it doesn't seem to be working.
select * from `DB1`.`customers` where date_cr > to_date('20050101','YYYYMMDD')
Error Code : 1064
You...
I need to select the records starting from 2005-01-01 to 2005-02-08 or Now();
But I am not familiar with Mysql command.
This is the error I got.
select * from `DB1`.`customers` where date_cr > to_date('20050101' 'YYYYMMDD')
Error Code : 1064
You have an error in your SQL syntax. Check...
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 >...
Hi Guys.. I am trying to run this query with 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 insert into the database from 1/1/2005 till now.
A friend of mine ask me to try..
select * from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.