Jump to content

[SOLVED] DATEPART Error


marukochan

Recommended Posts

Can someone tell me why my query for date part gives me an error

 

The code goes something like this

 

...
...
$month = $_POST['month'];
$query = mysql_query("SELECT * FROM project WHERE DATEPART(month, date_award)='$month'") or die(mysql_error());
...
....

 

The error is

Unknown column 'month' in 'where clause'

 

Do I need to include anything in order to use DATEPART.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/38136-solved-datepart-error/
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.