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
How extra digits are handled with numeric data type literals?
What is page in sql server?
Explain nested trigger in sql?
What are policy management terms?
What is a scheduled job or what is a scheduled task?
How to create a store procedure with encryption?
What is subquery explain with example?
What is compression - row-level and page-level compression?
How do I debug a stored procedure in sql server?
Define inner join? Explain with an example?
Explain about nested stored procedure?
What is exporting utility?
In what three ways is the return statement used in a stored procedure?
What to perform pattern match with the like operator?
What is the difference between a clustered index and a non-clustered index?