GhostXoP Posted December 23, 2012 Posted December 23, 2012 Is this possible? INSERT INTO ?? IF NOT EXISTS ?? (?,?) or INSERT INTO ?? (?,?) IF NOT EXISTS ?? or IF NOT EXISTS ?? INSERT INTO ?? (?,?)
Cadu12 Posted December 23, 2012 Posted December 23, 2012 First, use SELECT, if returns 0 or doesnt exists, then use INSERT INTO Ingame nick: Cadu12
Castillo Posted December 23, 2012 Posted December 23, 2012 No, if I'm right that does not exist, maybe this: INSERT OR IGNORE INTO San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted December 23, 2012 Posted December 23, 2012 Not sure if that exists. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
GhostXoP Posted December 23, 2012 Author Posted December 23, 2012 So insert or ignore should work? it inserts just like insert if not exist?
Castillo Posted December 23, 2012 Posted December 23, 2012 I think so, I never used it though. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now