Question
PostgreSQL With Procedural
Hello everyone,
Can I write my procedural language thing in postgresql??
like this
SELECT
Asset_id
FROM
"Alerts"
FETCH FIRST [[RowByIndex]] ROW ONLY;
and for rowbyidex, I assigned it as input from property
Hello everyone,
Can I write my procedural language thing in postgresql??
like this
SELECT
Asset_id
FROM
"Alerts"
FETCH FIRST [[RowByIndex]] ROW ONLY;
and for rowbyidex, I assigned it as input from property
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.