Does anyone have any examples of how I would make a stored
procedure in plpgsql that would allow for passing a list or arrays of values to
be used in an sql IN clause? Like so: select * from table
where field1 in (values). Thanks, Curtis |
- [SQL] How to pass array of values to a stored procedure Curtis Scheer