sq = "insert into cba0 (名称,水数量) values('合 计',112)"
conn.Execute sq
在最后面插入一条新记录,如果我要求在指定位置如第二条记录后插入一条新记录该如何处理