Jump to content

Inserting something if not there


phpknight

Recommended Posts

Hi,

 

I would like to know if there is any easy way (one step) in mysql to insert something if it does not already exist in the table provided that the query does not include a delete or replace command since I do not allow these on the server.  The only way I can think would be to do a select, followed by an insert, but I can easily see how that might not work given certain conditions.

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/76475-inserting-something-if-not-there/
Share on other sites

I knew I was forgetting something.  The other one is that I do not want the query to fail or give an error, and I think that one would.  So, I guess what I am looking for is some kind of IF NOT EXISTS...DO THIS.

Not exactly... you can use INSERT IGNORE.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.