Check if table exists without throwin exception/error #1678
Unanswered
alannaidon
asked this question in
Help
Replies: 1 comment 2 replies
-
Which version of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to verify if a table exists or not. Is there a way to do it without throwing error/exception?
Also tried:
Both examples above throws error/exception when the table does not exists and doesn't finish the function.
I don't want to use a
Try/Catch
and throw an error to check it. Sounds wrong...Beta Was this translation helpful? Give feedback.
All reactions