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 Emp where name like '%j%'

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indexed view?

749


What are the main differences between #temp tables and @table variables and which one is preferred?

769


What are the new features in SQL Server 2005 when compared to SQL Server 2000?

841


What is the current pricing model of SQL Azure?

98


What is Service Broker in sql server 2012?

772






what is the information that can be stored inside a bit column? : Sql server database administration

706


Is it true, that there is no difference between a rule and a check constraint?

688


What is difference between stored procedure and user defined function?

726


How to use clusters?

693


What is shrink log file?

653


How to convert character strings into numeric values?

773


How to use subqueries in the from clause in ms sql server?

800


how to invoke a trigger on demand? : Sql server database administration

728


How to list all columns in a table using odbc_columns()?

727


How to enter date and time literals in ms sql server?

680