Advertisement
Arckios

Insert employeetypes

Feb 5th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.38 KB | None | 0 0
  1. insert into EmployeeTypes(id,__CreationTime, __ModificationTime, __Creation_User, __Modification_User, _UUID, Notes, Type)
  2. value(0, NOW(), NOW(), 'JBriere', 'JBriere', uuid(), '', 'Waitress'),
  3. (0, NOW(), NOW(), 'JBriere', 'JBriere', uuid(), '', 'Hostess'),
  4. (0, NOW(), NOW(), 'JBriere', 'JBriere', uuid(), '', 'Cook'),
  5. (0, NOW(), NOW(), 'JBriere', 'JBriere', uuid(), '', 'Manager');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement