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 / sruthi
select top5 * from table
minus
select top4 from table
Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
Explain partitioned view?
Why is sql server log file full?
Can we take the full database backup in log shipping?
Equi join and non equi join is possible with sql server?
How to use copy and concatenate commands in SQL?
Does a sql server 2005 select statement require a from?
What is a print index?
How do I clean up sql server transaction log?
Explain raiserror in sql server?
Explain full-text query in sql server?
Tell me about pre-defined functions of sql?
Can a database be shrunk with users active?
How to execute stored procedure in select statement sql server?
Explain mixed authentication mode of sql server?
How to how to convert numeric expression data types using the convert() function??