sivatechdrive
Active User
Joined: 17 Oct 2004 Posts: 191 Location: hyderabad
|
|
|
|
what will be the result of below query
select '1' ,empno from emptable
where ssn= 000010
the table has empid,empno,ssn fields
what does is mean giving literals in a query ( '1')
Thanks
Siva |
|