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 ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is replace and stuff function in sql server?
What are the steps to process a single select statement?
What are the differences between DDL, DML and DCL in SQL?
How do you Implement SSIS Packages in your Project?
What is the difference between nvl and nvl2?
What is table-valued sub query?
What is the chart in report?
How to update a field in SQL after ALTERING a row?
What is the difference between stored procedure and user defined functions?
How do I edit a procedure in sql server?
What is the usage of the sign function?
Explain the first normal form(1nf)?
What are points to remember while using the fillfactor argument?
Can a rule be bound to any column of any data type?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?