This website requires JavaScript.
Explore
Help
Register
Sign in
Gleipnir
/
nidus-sync
Watch
1
Star
0
Fork
You've already forked nidus-sync
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ef205bd622
nidus-sync
/
db
/
prepared_functions
/
test_function.sql
4 lines
56 B
MySQL
Raw
Normal View
History
Unescape
Escape
Use a prepared function and get a result
2025-12-02 22:44:51 +00:00
PREPARE
test_function
(
int
)
AS
SELECT
2
*
$
1
AS
result
;
Properly read prepared functions from the embedded FS Yeah, reading that wrong was bad.
2025-12-02 22:28:10 +00:00
Reference in a new issue
Copy permalink