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
@mmoldrup hi, truncate statements are skipped same way as 'drop' statements and just not produces any results. What result as an output you expect? something like 'truncate': {'schema': 'schema_name', 'table_name': 'table_name'}?
Yes, in my case I just need to extract all affected tables. I would be able
to do that, if what you suggest was included. Same goes for ‘drop’ and
similar expressions.
Br,
Michael
ons. 29. mar. 2023 kl. 19.59 skrev Iuliia Volkova ***@***.***
The parser doesn't accept TRUNCATE as a DDL-statement.
The text was updated successfully, but these errors were encountered: