Offset meaning in mysql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Offset meaning in mysql

Hello, I am unable to understand what does the offset operation does in mysql. Please elaborate

3rd Apr 2022, 5:05 PM
Ruchika Sehgal
Ruchika Sehgal - avatar
3 Answers
+ 2
number of rows to skip from the starting of result of ordered query.. This may explain clearly.. Hope it helps.. https://www.sqlservertutorial.net/sql-server-basics/sql-server-offset-fetch/
3rd Apr 2022, 6:51 PM
Jayakrishna 🇮🇳
+ 1
Offset is used to determine the starting point to return rows from a set https://dataschool.com/learn-sql/limit/
3rd Apr 2022, 6:45 PM
👑 ShadowCipher 🇦🇲
👑 ShadowCipher 🇦🇲 - avatar
+ 1
Got it , thanks Josh, Jayakrishna🇮🇳
4th Apr 2022, 2:30 AM
Ruchika Sehgal
Ruchika Sehgal - avatar