| Author |
creat a Stored Procedures in pgsql?
|
zknyy wolf
Greenhorn
Joined: Jan 07, 2003
Posts: 21
|
|
I want to creat a Stored Procedures in pgsql,but I only do as : CREATE FUNCTION out() RETURNS varchar AS 'select no from testcode where id = 111' LANGUAGE 'sql'; Now I want to change "111" to a variable parameter someone can help me!!
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
What difficulty are you having exactly? Have you already figured out using JDBC to execute other statements? Also... We ain't got many rules 'round these parts, but we do got one. Please change your display name to comply with The JavaRanch Naming Policy. Thanks Pardner! Hope to see you 'round the Ranch!
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: creat a Stored Procedures in pgsql?
|
|
|