Jump to content

Stored Procedures and Functions


FoxPHP909

Recommended Posts

Hi this is my first post  :) i would like some help with MySQL Stored Procedures and Functions i want to have a function for example which returns multiple rows for if i had a database which has two tables called cat and dog and i wanted a function called getAllCatsAndDogs(); which would perform a select on both tables how can i get a Stored Procedure / Function to return multi rows or values i know i need use a cursor but i have read its bad to do so an example of this would be nice :) Thank You, Your friendly newbie :P

Link to comment
https://forums.phpfreaks.com/topic/90211-stored-procedures-and-functions/
Share on other sites

Wasn't such a bad question really. I've only really worked with MySQL, but from what I can gather PostgreSQL requires some "dataset" defining or something crazy like that. I haven't played with it so can't confirm this, but this is what i remember from seeing it before.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.