If I do a Create Table If Not Exists, and a table with the same name exists with fewer rows (or columns), what would happen?
The table will not be created if a table with the same name already exists regardless of table layout.
Nothing. If the "IF Not Exists" clause fails, the rest of the create is skipped.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With