You need to sign in to do that
Don't have an account?
Shubham Sengar
Retrieve the first 10 rows of a account??
Retrieve the next 10 rows, 11 through 21 ??
QOQL problem 11
Retrieve the first 10 rows of a account??
Retrieve the next 10 rows, 11 through 21 ??
Next 10 --> select id, name from account limit 10 offset 10
Next 10 --> select id, name from account limit 10 offset 20
etc.
thx
All Answers
Next 10 --> select id, name from account limit 10 offset 10
Next 10 --> select id, name from account limit 10 offset 20
etc.
thx