输入banner图图片脚本导航/分类

SQLite命令

  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