我想先更新我的SQLite数据库中的n条记录。下面是我已经尝试过的问题。我在order附近发现语法错误。update label set label_is_used = 1 where label_name !='temp' and label_cnt != 0 order by label_cnt desc limit 3
---------------------------
嗨,我尝试使用SQLite参数化查询,但是在列名中是DOT (.)INSERT INTO Data (`test.1`, `test.2`, `test.3`) VALUES (@test.1, @test.3,@test.3)
INSERT INTO Data (`test.1`, `test.2`, `test.3`) VALUES ([@t