Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 12, 2021 21:26
Show Gist options
  • Select an option

  • Save bartubozkurt/ad7c520c7490ff384c260f4c49db9faf to your computer and use it in GitHub Desktop.

Select an option

Save bartubozkurt/ad7c520c7490ff384c260f4c49db9faf to your computer and use it in GitHub Desktop.
If you are adding values for all the columns of the table, you do not need to specify the column names in the SQL query. However, make sure the order of the values is in the same order as the columns in the table.
INSERT INTO table_name
VALUES (value1, value2, value3, ...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment