Table 'a1' already exists这个错误信息的含义是
举一反三
- table 'a1' already exists.这个错误信息的含义是指a1已经存在。
- 使用SQL语句删除表mytest,下列SQL语句正确的是( )。 A: DROP TABLE mytest IF EXISTS B: DROP TABLE IF EXISTS mytest C: ALTER TABLE IF EXISTS mytest ALTER TABLE mytest IF EXISTS
- 下列选项中,关于查询插入中单表插入的语法格式描述错误的是()。 A: INSERT TABLE OVERWRITE表示覆盖插入 B: IF NOT EXISTS用于判断表是否存在 C: INSERT TABLE INTO表示追加插入 D: IF NOT EXISTS用于判断分区是否存在
- 中国大学MOOC: 关于下面代码段的说法错误的是( )。sql=@create table if not exists student(sID text,sName text,sAge integer); if (![db executeUpdate:sql]) { NSLog(@create table failed!); return; } NSLog(@create table successed!);
- 下列不属于SQL保留字的是( )。 A: protected B: where C: exists D: table