select names starts with a,b,c
Answer Posted / roopesh kumar
Select * From emp Where substr(ename,1,1) In
('a', 'b', 'c', 'S');
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Where are SQL server users names and passwords are stored in sql server?
How to drop an existing table?
What are the requirements for sql server 2016?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is buffer cash in sql server?
What is resource db in sql server?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
How to create a view on an existing table in ms sql server?
Find nth lowest salary or get nth lowest salary?
What is the difference between migration and upgradation in sql server?
How many columns can exist together per table?
Which is better statement or preparedstatement?
What are the new features of sql server 2012 reporting service?
What is extended stored procedures?
What are the filtered indexes?