Ok I am new to SQL, so bear with me. I am using Oracle 9i for a project. I need to write a procedure that will basically do this
select * from table;
Thats it. Just display the entire table. Everytime I make a new procedure, I get an error stating I need to have an into command.. Any help?
-Jaison
select * from table;
Thats it. Just display the entire table. Everytime I make a new procedure, I get an error stating I need to have an into command.. Any help?
-Jaison