hacchan Member
Joined: 08 Dec 2004 Posts: 5 Location: indonesia
|
Posted: 07/01/05 05:44 Post subject: SQL for limitation |
|
|
Hi,
I have a little problem with SQL.
I wrote this :
SELECT * FROM <table_name> ORDER BY <field_name> LIMIT 0,10
but it doesn't work.
I need to show 10 highest products. I wrote it like i used to in MySQL but it seems that Delphi use different writing.
Anyone can help me?
Thanks.
Regards, |
|