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 connect to sql server database?
What is query cost in sql server?
How to optimize stored procedures in sql server?
What are rest-style architecture's?
What is a partitioned view?
How can you hide the sql server instances?
Can you explain what is the use of custom fields in report?
Can you explain full-text query in sql server?
explain different levels of normalization? : Sql server database administration
define and explain the differences between clustered and non-clustered indexes.
How column data types are determined in a view?
What command is used to create a database in the sql server and how?
When does a workload on SQL Azure get throttled?
What is indexed view? How to create it?
How do you start single user mode in clustered installations?