Select statement in stored procedure in Oracle

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
denonth
Forum Newbie
Posts: 10
Joined: Tue Jan 10, 2012 1:26 pm

Select statement in stored procedure in Oracle

Post by denonth »

Hi all I need to make simple SELECT * FROM ... in stored procedure in Oracle from PHP.
I have made 10 procedures with no error, but it seems that simple one is causing me problems. I even try with INTO statement inside because that's what people is talking on forums..

So any advice is good.

Thank you,
Denonth
Post Reply