Help Center/
SecMaster/
User Guide (ME-Abu Dhabi Region)/
Threat Operations/
Security Analysis/
Query and Analysis Statements - SQL Syntax/
Analysis Statements - LIMIT
Updated on 2024-07-18 GMT+08:00
Analysis Statements - LIMIT
Specifies the number of returned data records.
Specifying the Number of Returned Records
SELECT * LIMIT 1
account_number |
firstname |
gender |
city |
balance |
employer |
state |
lastname |
age |
---|---|---|---|---|---|---|---|---|
1 |
Amber |
M |
Brogan |
39225 |
Pyrami |
IL |
Duke |
32 |
Specifying the Number of Returned Records and Offsets
SELECT * LIMIT 1 OFFSET 1
account_number |
firstname |
gender |
city |
balance |
employer |
state |
lastname |
age |
---|---|---|---|---|---|---|---|---|
16 |
Hattie |
M |
Dante |
5686 |
Netagy |
TN |
Bond |
36 |
Parent topic: Query and Analysis Statements - SQL Syntax
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot