DECLARE checkRow NUMBER;
BEGIN
;
IF checkRow = 1 THEN
;
ELSE
;
END IF;
END;
–GO
COMMIT;
But it still also errors. Does anyone know how I can fix this?
DECLARE checkRow NUMBER;
BEGIN
;
IF checkRow = 1 THEN
;
ELSE
;
END IF;
END;
–GO
COMMIT;
But it still also errors. Does anyone know how I can fix this?
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| CURSOR_TYPE Not supporting in Liquibase Update | 3 | 503 | September 5, 2023 | |
| is there any way to report an error in <createProcedure> ... </createProcedure> ? | 1 | 395 | October 20, 2011 | |
| Oracle Error in build 290 | 8 | 550 | June 9, 2010 | |
| Error when Comment at the end of sql file | 1 | 737 | November 19, 2021 | |
| GitHub Actions with Liquibase on Snowflake EOF error | 2 | 920 | June 19, 2023 |