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
When multiple after triggers are attached to sql table, how to control the order of execution?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
Can you roll back the ddl statement in a trigger?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
plss anybody specify tha constrian management system in dbms
How many types of built in functions are there in sql server 2012?
What is an index in a database?
Why should one not prefix user stored procedures with ‘sp_’?
How to make conditional sum in ssrs?
What is RAID? What are the different types of RAID configurations?
How do I install only the client tools of sql server 2000?
Explain tables in SQL Azure?
What is row-level compre?
What is the purpose of self join?
How to find Duplicate Records In table?