how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?

Answer Posted / vamsi krishna

select * from <table name> order by <column name> limit 0,5;
or
select * from <table name> limit 0,5;

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can two different columns be merged into single column? Show practically?

614


What happens if you add a new index to large table?

513


How to create a store procedure with encryption?

527


What is the use of toad or sqldbx.?

728


What does top operator do?

573






What is relationship? What number of sorts of relationship are there?

642


what is database replication? : Sql server database administration

537


How do you send email on SQL Server?

590


What do you need to connect php to sql server?

545


What is sql server used for?

558


Do you know what are the properties of the relational tables?

578


how to create “alternate row colour”?

109


How do you know if sql server is running on your local system?

548


how to take backup bcp out for a column in table in sql server?

1644


How do I uninstall sql server 2014?

526