You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: parse statements error: line 0:7 <EOF> or ';' was expected, but got: "FUNCTION"
CREATE FUNCTION linear_equation AS (x, k, b) -> k*x + b;
^^^^^^^^