braykov
Member³
Trying to beautify a view, either from file or opened from the database for edit, fails.
It says the beautifier could not parse text.
The code looks like this:
Tried also with a simpler create view statement, but it still fails with the same error.
It says the beautifier could not parse text.
The code looks like this:
Code:
CREATE OR REPLACE FORCE VIEW "schema_name"."V_name" ("short_name") AS
select some_column from my_table
;
Tried also with a simpler create view statement, but it still fails with the same error.