How to find out if there is any metadata in a table #2806
|
Is there an efficient way of finding out if a table has any metadata? Or do I have to do |
Answered by
benjeffery
Jul 26, 2023
Replies: 2 comments 1 reply
|
Not quite the same, but you could check if there's a schema? |
0 replies
|
The |
1 reply
Answer selected by
hyanwong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
repr_htmldoeslen(table.metadata) > 0Why are you worried about efficiency? I doubt this will be checked in a tight loop?