ASK about SQL - Mailing list pgsql-sql

From ali nas
Subject ASK about SQL
Date
Msg-id 757228.82156.qm@web38207.mail.mud.yahoo.com
Whole thread Raw
Responses Re: ASK about SQL  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
List pgsql-sql
Dear all,
   HELP me PLZ............................................................................................

I'm used this SQL command :       "" SELECT ean FROM icitem WHERE ean in
(4902715720005,4909411012151,4909411010164,4902715688718,4902715731605,4909411008864,4909411010188,4909411010126,4909411010140,490941101

2052,4902715720104,4909411010089,4909411010201,0,0); """";
 


The FILE content :                                   but the result is :
                      ean                                                                  ---------------
                                         
 
4902715720005                                         4902715720005
4909411012151                                         4902715720104
4909411010164                                         4902715688718
4902715688718                                         4902715731605
4902715731605                                         4909411008864
4909411008864                                         4909411010089
4909411010188                                         4909411010126
4909411010126                                         4909411010140
4909411010140                                         4909411010164
4909411012052                                         4909411010188    
4902715720104                                         4909411010201
4909411010089                                         4909411012052
4909411010201                                         4909411012151    


that is different RESULT with the input !!! what must I do if i dont want POSTGRES not ORDER my SELECT data ????

THX's

     
________________________________________________________ 
Kunjungi halaman depan Yahoo! Indonesia yang baru! 
http://id.yahoo.com/


pgsql-sql by date:

Previous
From: Trigve Siver
Date:
Subject: Re: slow query execution
Next
From: "Phillip Smith"
Date:
Subject: Re: ASK about SQL