Jump to content

Select Query Sort Problem


AKalair

Recommended Posts

Hi guys,

 

My query keeps throwing an error its the ORDER by clause thats causing it.

 

$getlateststories = mysql_query("SELECT * FROM reviews, news LIMIT 0, 5 ORDER BY creationdate") or trigger_error('Unable to get latest stories', E_USER_ERROR);

 

I have verified that the field is called "creationdate" in both tables

 

Can anyone point me in the right direction?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/173162-select-query-sort-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.