3 lines
46 B
SQL
3 lines
46 B
SQL
PREPARE test_function AS
|
|
SELECT version();
|
|
|
PREPARE test_function AS
|
|
SELECT version();
|
|
|