select names starts with a,b,c
Answer Posted / prashant
SELECT NAMES FROM TABLE_NAME
WHERE NAME LIKE 'a%'
or NAME LIKE 'b%'
or NAME LIKE 'c%'
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Difference between connected and disconnected database in .net with sql server?
Why it is recommended to avoid referencing a floating point column in the where clause?
What is transactional replication?
When does a workload on SQL Azure get throttled?
What type of locking occurs during the snapshot generation? : sql server replication
What is sql service broker?
Do you know nested transaction?
Explain Geometry datatype in sql server 2008 with example
How to handle error or exception in sql?
What is a rownum?
How do you handle datasets larger than 50 gb?
How to create and drop temp table in sql server?
What does asynchronous call backs means?
What is inline variable assignment?
What is the command dbcc checkdb used for?