New pages
Jump to navigation
Jump to search
- 14:59, 15 June 2025 Add custom SQL operators to MemCP (hist | edit) [204 bytes] Carli (talk | contribs) (Created page with "Some special applications need user defined custom functions. You can define them in scheme like: (sql_builtins "ADD_1" (lambda (x) (+ x 1))) Now you can call the function by: SELECT ADD_1(4) AS result") Tag: Visual edit