insert into
#1

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?
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)