Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi..Dear Friend Happy Diwali...

Employee
ID,Name,Add,City,Code,Salary.
How to get only 2 filed but fair * query.

For Eg..

Select * from Employee but how to get only 2 filed in query.
for eg Name,id get use query use in * query...
My Interview Question..
Please Help me.....
Posted

1 solution

try this

SQL
Select Name,id from Employee
 
Share this answer
 
Comments
Abhai Oza 10-Nov-12 0:12am    
How to ge 2 field use "Select * from Employee" use this Query.Okkkkkk
Bhushan Shah1988 10-Nov-12 0:18am    
select * will always give all fields from table.
Abhai Oza 10-Nov-12 3:54am    
I know but get only 2 field ....Why ????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900