Replies: 1 comment
-
Only SQL Server connector has https://trino.io/docs/current/connector/sqlserver.html#procedure-varchar-table which allows to execute procedures defined in SQL Server. For MySQL you can try to use https://trino.io/docs/current/connector/mysql.html#system-execute-query or https://trino.io/docs/current/connector/mysql.html#query-varchar-table to execute a remote procedure but it may not work. But neither of these might be available in Trino 397 which is now ~2 years old. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using trino 397 and does it support all mysql user defined store procedure?
I tried to use call but got below error:
Procedure not registered
Beta Was this translation helpful? Give feedback.
All reactions