Open cyberhuman opened 5 years ago
Now it's possible to CREATE TABLE x, but DROP VIEW x, and vice versa. But it will fail in run-time.
CREATE TABLE x
DROP VIEW x
Now it's possible to
CREATE TABLE x
, butDROP VIEW x
, and vice versa. But it will fail in run-time.