3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
CALL foo();
|
||
|
CALL foo(123, a => 1, b => 'go', 456);
|
||
|
CALL catalog.schema.test();
|