|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
when I run this query:
select first(10) id from table1 it runs ok but if I run this one: select first(10) skip(5) id from table1 I get an error saying the connection was lost. Anyone knows how to use first(n) and skip(n)? I'm using Firebird 1.5 rc3 |
|
#2
|
|||
|
|||
|
select first 10 skip 5 id from table
should work |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > How to use first(n) and skip(n)? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|