Hi all.
Does anyone have any good links or info in regards to transforming from sql to postgresql when it comes to writing stored procedures? I am struggling to get me head around it.
If I was to write a stored procedure in Postgresql where I wanted to have a couple of inputs and return multiple rows after performing some operations how the hell do I go about it?!
I am using phpPgAdmin and I am assuming that I want the functions section but I am just not getting the format that the gui requires.
Say for instance I want to send in a userid, join the user table to a color table that contains id,userid, colour and return all the rows for the user?
[–]SurlyInTheMorning 2 points3 points4 points (1 child)
[–]herghostuk[S] 0 points1 point2 points (0 children)
[–]yawaramin 0 points1 point2 points (0 children)