Dev Enviro: Apache, PHP, MySQL, AS400 via ODBC, Adodb
I searched the thread but unable to find answer for this question.
What is the correct SQL string to get 10 rows from a table in AS400?
In MySQL can use LIMIT, or use wrapper Adodb SelectLimit function. But sometimes I need to query a table using the ODBC connection to the AS400 without using the wrapper.
Thanks for any help.