Is it possible to pass table as input parameter in Monetdb function/procedure? I tried prepare statement but was not able to get it working. Also it would be nice to get statementid returned directly by 'prepare' statement rather then query sys.prepared_statements
Asked
Active
Viewed 61 times
1 Answers
0
No, you cannot pass (table) identifiers to functions/procedures. You could use this trick, but I wouldn't recommend it for production use.

cornuz
- 2,678
- 18
- 35