我想在SQLite数据库中创建一个表,如果它还不存在的话.有没有办法做到这一点?如果表存在,我不想删除它,只有在没有的情况下才创建它.
sqlite create-table database-table
create-table ×1
database-table ×1
sqlite ×1