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
How you can change a cross join into an inner join?
Can group functions be mixed with non-group selection fields in ms sql server?
How do I view a procedure in sql server?
How to use group functions in the select clause in ms sql server?
How to make a remote connection in a database?
What is the difference between TRUNCATE and DROP?
where the connection string store in the database
What according to you is the difference between mysql and sql server performance?
How you can get a list of all the table constraints in a database?
How to retrieve error messages using mssql_get_last_message()?
What is a trigger and its types?
What is merge?
Mention the different authentication modes in sql server.
Explain Geometry datatype in sql server 2008 with example
Can we call future method from trigger?