select names starts with a,b,c
Answer Posted / senthil
SELECT NAMES FROM TABLE_NAME
WHERE lower(NAME) LIKE 'a%'
or lower(NAME) LIKE 'b%'
or lower(NAME) LIKE 'c%';
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
What is apply operator in sql?
Do you know the cursor types?
Explain different types of self contained sub query?
Why and when do stored procedure recompile?
What is the report builder?
Explain about Normalization?
How do I find the port number for sql server?
How to insert and update data into a table with "insert" and "update" statements?
wat wil hapn if we give the both read and deny read permission to user?
What are the difference between primary key and unique key? : sql server database administration
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
System variable and temporary variables
How many types of local tables are there in sql server?
what does the automatic recovery do? : Sql server administration