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,