"field60" TEXT) 我想从另一个表中插入30个字段,并从另一个表中插入30个字段。 我会跑着做这个 insert into "test-table"(field1,...,field30
from "another-table" 在这两种情况下,我都使用了相同的字段列表,我可以用一个自定义对象来表示吗?
失败,错误代码为2203 SQL compilation error: Object found is of type 'TABLE', not specified type 'VIEW'.。那么,有没有办法忽略DROP VIEW IF EXISTS xxx中的错误,或者如果有同名的视图,就直接运行命令呢?