Forum Moderators: coopster & phranque

Message Too Old, No Replies

Use "Limit" with Interbase

What is analogue of SQL "Limit(0,30)" in Interbase

         

Dmitrij

12:30 am on Nov 25, 2002 (gmt 0)

10+ Year Member



Everybody knows that it is simple to select the part or records from MYSQL database by using LIMIT function.

$query = "select * from test limit 0,30";

This not works in Interbase.
What is analogue?

andreasfriedrich

12:43 am on Nov 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look for the section How can I perform LIMIT clause as I usually do in MySQL? on this page [google.de].

Andreas