Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bartubozkurt/7d287c38d835f709a569adb2ff408f49 to your computer and use it in GitHub Desktop.
INSERT INTO Customers (CustomerName, ContactName, Address, City, PostalCode, Country)
VALUES ('Cardinal', 'Tom B. Erichsen', 'Skagen 21', 'Stavanger', '4006', 'Norway');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment