Skip to content

Instantly share code, notes, and snippets.

@jekamozg
Created July 18, 2013 03:08
Show Gist options
  • Save jekamozg/6026421 to your computer and use it in GitHub Desktop.
Save jekamozg/6026421 to your computer and use it in GitHub Desktop.
Insert or update query
"INSERT INTO SC_brands_categories (".implode(",", array_keys($c_value)).") VALUES(".implode(",", $c_value).") ON DUPLICATE KEY UPDATE ".implode(",", $update_array)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment