Mysql query with date conditions not working in server Pin
Database
2
Posts
2
Posters
0
Views
1
Watching
-
i want to show report based on date condition and show it in gridview. It is working in my local machine but not working in server after hosting. query is SELECT * FROM table WHERE DATE(colmn1) between 'startdate' and 'enddate' What could be the problem. If anybody knows please reply me. Thanks in advance
-
i want to show report based on date condition and show it in gridview. It is working in my local machine but not working in server after hosting. query is SELECT * FROM table WHERE DATE(colmn1) between 'startdate' and 'enddate' What could be the problem. If anybody knows please reply me. Thanks in advance