select names starts with a,b,c
Answer Posted / naren
select * from table_name where Name like 'A%'
union
select * from table_name where Name like 'B%'
union
select * from table_name where Name like 'C%'
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Can we join two tables without primary key?
What are different types of collation sensitivity?
What is resource governor in sql server?
What is ms sql server index?
What are the disadvantages of using querystrings to send data from one page to another?
System requirements for sql server 2005 express edition?
What languages bi uses to achieve the goal?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
can you implement data mining in SSRS?
What is the recovery model?
How can we remove orphan records from a table?
What is onf in normalization form?
What is difference between primary key and foreign key?
What is dml command?
What are the differences between left join and inner join in sql server?