query not working properly

This is a discussion on query not working properly within the PHP General forums, part of the PHP Programming Forums category; Hi everyone, I'mt trying to do the below query which itself works correctly, but when I add a order ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-26-2007
Joey B
 
Posts: n/a
Default query not working properly

Hi everyone,
I'mt trying to do the below query which itself works correctly, but when I
add a order by statement just bombs.

$query = "select * from articles where ( {$now} BETWEEN startdate
AND enddate) and categoryid = 1 limit 0,3";



$query = "select * from articles order by startdate asc where (
{$now} BETWEEN startdate AND enddate) and categoryid = 1 limit 0,3";

This one just doesn't work, can you tell me what I have done wrong??



Thanks

Reply With Quote
  #2 (permalink)  
Old 07-26-2007
Richard Davey
 
Posts: n/a
Default Re: [PHP] query not working properly

Hi Joey,

Thursday, July 26, 2007, 1:36:37 PM, you wrote:

> Hi everyone,
> I'mt trying to do the below query which itself works correctly, but when I
> add a order by statement just bombs.


> $query = "select * from articles where ( {$now} BETWEEN startdate
> AND enddate) and categoryid = 1 limit 0,3";


> $query = "select * from articles order by startdate asc where (
> {$now} BETWEEN startdate AND enddate) and categoryid = 1 limit 0,3";


> This one just doesn't work, can you tell me what I have done wrong??


Err.. ORDER BY comes at the END of your query, not the start.

SELECT * FROM blah WHERE blahblah ORDER BY y ASC LIMIT x,y

Cheers,

Rich
--
Zend Certified Engineer
http://www.corephp.co.uk

"Never trust a computer you can't throw out of a window"
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:35 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0