0

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

Alex O
  • 1
  • 1
  • You can fire two new "enhancement" issues here: https://github.com/MonetDB/MonetDB/issues? And ask all your friends to help increase their priorities. – Jennie Nov 22 '21 at 12:38

1 Answers1

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