当前位置:Gxlcms > 数据库问题 > SQLite命令

SQLite命令

时间:2021-07-01 10:21:17 帮助过:4人阅读

  INSERT INTO [表名]([Age1],[Age2]) VALUES(‘Jhon‘,43);//表名后边跟括号括号中填入需要需要填写的列名,这样后边数值跟前边列名一一对应不会出错。

删除表中数据

  

                strSqliteCmd = ("delete from list_paramterConfig  where DllName=?")  # 二进制文件
                cu.execute(strSqliteCmd,(strStrategyName,))
                con.commit()  # 提交命令

 

SQLite命令

标签:ram   提交   sql   style   需要   mit   括号   nbsp   lis   

人气教程排行