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
Hi, thanks for the report. That view is quite a big view, in that it joins together lots of information. This makes it harder to work out what is going on and which section is generating the error. Are you able to run each of the selects individually from the view definition? By this I mean the view is a UNION of lots of queries, if you are able to run each query individually that might help us track down which statement is causing the issue. Thank you
I am getting similar error. Error screenshot: https://i.imgur.com/CglvPh1.png
SQL Statement:
select ddl
from admin.v_generate_tbl_ddl
where schemaname = 'schema_name_goes_here';
The text was updated successfully, but these errors were encountered: