Closed cyberhuman closed 4 years ago
sqlgg accepts this:
sqlgg
CREATE TABLE test ( foo INTEGER ); -- the following succeeds, although there is no column named "bar" ALTER TABLE test CHANGE bar baz INTEGER;
sqlgg
accepts this: