Advertisement
MatthijsFontys

Insert query format

Mar 18th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.15 KB | None | 0 0
  1. INSERT INTO dbo.Release (releaseName, releaseDate, releaseDescription, imgLocation) VALUES (
  2. 'NAME HERE',
  3. '20190510',
  4. 'DESCRIPTION HERE',
  5. 'IMAGE HERE');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement