Answer Posted / m
IN Mysql we can do like this,
in that number starts from 0 so first parameter show
after LIMIT is row no. means here second row
and next 1 for limit that how many records do u want
to show. it means 1 record.
SELECT *
FROM `student_info`
LIMIT 1 , 1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a sql query?
Does normalization improve performance?
Is sql harder than python?
Can unique keys be null?
Mention what plvcmt and plvrb does in pl/sql?
What is the use of prepared statement?
What is application trigger?
What is cursor and why it is required?
what is meant by nl2br()? : Sql dba
In a distributed database system, can we execute two queries simultaneously?
What do you think about pl/sql?
What is difference between procedure and trigger?
What is cte sql?
What is sql keyword?
how to create a new view in mysql? : Sql dba