4 lines
46 B
MySQL
4 lines
46 B
MySQL
|
|
PREPARE test_function AS
|
||
|
|
SELECT version();
|
||
|
|
|