Jump to content

mysql between and problem


m118

Recommended Posts

hello 

 

I need write a program related to the mysql database. it need to search begin time and endtime and contractor name. I write a program , it does not work out. Please tell me how to fix it . Begintime and endtime are in the different row.

 

$select1="select * from nt_contract_list  where  begintime >='2009-08-07' and endtime <='2010-04-30' order by begintime DESC  ";

 

The program is not working , Please tell me how to fix it . Thank you very much.

 

 

Link to comment
https://forums.phpfreaks.com/topic/241924-mysql-between-and-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.