in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / ashok
select * from employee where name like=%'j'%
Thanx
Ashok
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How do I create a stored procedure in sql server?
what is a sub-report?
Where sql server usernames and passwords are stored in a sql server?
Explain collation?
How connect excel to sql server?
What is the main difference between ‘between’ and ‘in’ condition operators?
Is it possible to have clustered index on separate drive from original table location?
What are transactions and its controls?
What are the properties and different types of sub-queries?
How to populate a table in sql server?
What is the difference between truncate and delete commands?
What do you mean by 'normalization'?
How to create new table with "create table" statements?
What is BCP? When does it used in sql server 2012?
What are the underflow and overflow behaviors on float literals?