Suppose
select * from employees where employee_id=123
Now the employee table consists of fields employee_id,first_name etcccc.
I don't want to the declare the Cursor but I want to use the BULK CONTENT.
Thanks.




Posted 24 October 2012 - 10:41 AM
select * from employees where employee_id=123
Posted 24 October 2012 - 10:43 AM
Posted 24 October 2012 - 12:26 PM
select * from <table>
