Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
OFFSET FETCH Clause
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
create table tblcustomer (CustomerCode varchar(10),CustomerName varchar(10) ) insert into tblcustomer values('1','test1'),('2','test2'),('3','test3'), ('4','test4'),('5','test5'),('6','test6'), ('7','test7'),('8','test8'),('9','test9') select * from tblcustomer order by customercode offset 6 rows select * from tblcustomer order by customercode offset 3 rows fetch next 3 rows only
View schema
Execution time: 0.02 sec, rows selected: 6, rows affected: 9, absolute service time: 0.12 sec
edit mode
|
history
|
discussion