select names starts with a,b,c
Answer Posted / lakshmi narayanan r
SELECT * FROM abc a WHERE a.ename LIKE '[a-c]%'
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
where the connection string store in the database
How to replace given values with null using nullif()?
How much is a sql server license?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is oltp (online transaction processing)?
How to manipulate data from one table to another table ?
What is the difference between dbcc indexdefrag and dbcc reindex?
How to divide query output into multiple groups with the group by clause in ms sql server?
What are xml indexes?
How to create a new table in a given schema?
How is SQL Azure different than SQL server?
How to provide values to stored procedure parameters in ms sql server?
What is global temp table?
What is set nocount on?
Explain transaction server distributed transaction?