M
muster
Is there an easy way to find it out what query created a specific
table, by builtin functions, tables or code?
Thanks!
table, by builtin functions, tables or code?
Thanks!
Is there an easy way to find it out what query created a specific
table, by builtin functions, tables or code?
Thanks!
One stupid solution is to look in all make table queries and find
which one did that (either by hand/eye cooperation or by code), but
isn't there a better way?