How do you know what the order is in the database?  That is usually a hidden thing 
that you wouldn't see.  At any rate, it's best
prctice to use ORDER BY.

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

----- Original Message -----
From: "Matthew R. Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 07, 2002 5:59 PM
Subject: Query question


> I have a query that I run:
>
> <cfquery name="getshoworder" datasource="intranet">
> select * from showorder
> </cfquery>
>
>
> and
>
> <cfquery name="getshoworder" datasource="intranet">
> select * from showorder_#form.show# order by id
> </cfquery>
>
> Knowing that the "order by id" is in the order that the data exists in
> the table, why does the first query mix things up?
>
> - Matt Small
> 
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to