But I use more table Hom I can do?
The query in SQL SERVER :
SELECT * TOP 5 from(
SELECT * TOP 5 from(
SELECT * from table1 order by name_field asc
) as foo
) as baz
I wish that I must work in this way.
If somewone can give me a code PHP with a sql examples.
Thank's
Tom