SA-MP Forums Archive
insert into - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: insert into (/showthread.php?tid=615462)



insert into - MerryDeer - 22.08.2016

Hi,

I want to insert into database, but if there is already i don't want to, how to check? or i need to do 2 queries, select and insert?


Re: insert into - F1N4L - 22.08.2016

Код:
SELECT * FROM table WHERE column = value
If return is false use the command INSERT.