sqlite3是否可以指定刪除第2筆資料,而不是靠其它條件呢?sqlite3是否可以指定刪除第2筆資料,而不是靠其它條件呢?thx[解决办法]try:delete from at1 where id in( select id from at limit 3,1)