|
|
Choosing A Webhost: |
Re: 'select * from (select * from table order by field)' doesn't work: msg#00240db.maxdb
Alexei, >From what I understand, things like "Order by" aren't even an official part of the SQL specification, and are often-times handled on the client (See "SQL for Smarties", ISBN 1-55860-576-2). On some engines, you can do something like "Select top 100 * from table where field_x= const_y" I don't recall whether this works in SAPDB or not. Thank you, Noah Silva Arkema IS&T - Sr. Programmer Analyst (215) 419 - 7916 Alexei Novakov <alexei-novakov@xxxxxxxxxx> 02/18/2005 03:26 AM To: "MaxDB mailing list." <maxdb@xxxxxxxxxxxxxxx> cc: Subject: 'select * from (select * from table order by field)' doesn't work Hello, I'm running MaxDB 7.5.0.18 on Windows. In order to get first several ordered records I use usual query: select * from ( select * from some_table order by some_column ) where rowno < 2 I get the error here: * -5016: Missing delimiter: ) SQLSTATE: 42000 Obviously it doesn't like 'order by' clause in subselect, as soon as I remove it like: select * from ( select * from some_table ) where rowno < 2 It works fine, but it's not what I need. I have some feeling that such queries were working in older versions of SAPDB/MaxDB. Is there some tricks to do to make it work? Or maybe there is other way to get limited sorted output in MaxDB? Thank you. Alexei -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=noah.silva@xxxxxxxxxxx -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-maxdb@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Table sizes -a unknown table is the largest, Ajit Aranha |
|---|---|
| Next by Date: | RE: 'select * from (select * from table order by field)' doesn't work, Schroeder, Alexander |
| Previous by Thread: | 'select * from (select * from table order by field)' doesn't work, Alexei Novakov |
| Next by Thread: | RE: 'select * from (select * from table order by field)' doesn't work, Schroeder, Alexander |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home
| advertise | OSDir is
an inevitable website.
|