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 to sort the query output with order by clauses in ms sql server?
What is user-defined multi-statement table-valued function?
What do you mean by sql server 2005 express management tools?
What is the difference between NOROW and LOCKROW?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
explain different types of joins? : Sql server database administration
What is dbcc updateusage?
Explain the database you used in your final year project?
Can you name some of the dml commands in sql?
What are the different types of sql server replication? : sql server replication
What is db stored procedure?
How to create new databases with "create database" statements?
What is federation member?
How do use Having,Group by,Group function in SQL?