select names starts with a,b,c
Answer Posted / rajkumar v
SELECT * FROM TABLE_NAME WHERE Colum_Name LIKE '[a-c]%'
OR
SELECT * FROM TABLE_NAME WHERE Colum_Name LIKE '[a,b,c]%'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we do dml on views?
Which Model uses the SET concept
What happens if the update subquery returns multiple rows in ms sql server?
What is indexing a document?
How you can minimize the deadlock situation?
How to download and install microsoft sql server management studio express?
Does full backup break log chain?
how would you store your query in an SSRS report or a Database server?
Do you think BCNF is better than 2NF & 3NF? Why?
What is row_number () and partition by in sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
How do I perform an unattended install of sql server 2000?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
Do you know what is similarity and difference between truncate and delete in sql?
How can you check the level of fragmentation on a table?