Удаления с SQLite - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Русский/Russian (
https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: Удаления с SQLite (
/showthread.php?tid=488630)
Удаления с SQLite -
AnGeL_KRAMER - 18.01.2014
Привет ребят некогда не удалял)) вот решил спросить как удалить строку ! ID которой (cinfo[i][ID])
Re: Удаления с SQLite -
Splav - 18.01.2014
DELETE * FROM `таблица` WHERE `ID` = %d, cinfo[i][ID]