我不确定我是否可以使用select into从另一个表导入数据,如下所示:
select * into bookmark1 from bookmark;
SQlite不支持这种语法吗?还有其他选择吗?
sql sqlite
sql ×1
sqlite ×1