Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. insert into dbo.UserHistories (Id, UserId, UserOperationTypeId, EventDate, Description)
  2. values('8AC2C0A2-50FC-11E7-B114-B2F933D5FE66','25C34E6A-2A7C-4DE6-8DD0-1828F5D5B0F5', 'C980D1FE-A9CD-4DB8-963D-CB6EBF865861',
  3. '2017-02-03 14:22:32', 'rejestracja uzytkownika dostawca2@niepodam.pl')
  4.  
  5. insert into dbo.UserHistories (Id, UserId, UserOperationTypeId, EventDate, Description)
  6. values('B15DE43E-50FD-11E7-B114-B2F933D5FE66','EF722B5C-7664-496B-8E7D-08390AE9D88C', 'C980D1FE-A9CD-4DB8-963D-CB6EBF865861',
  7. '2017-08-03 14:22:32', 'rejestracja uzytkownika odbiorca10@niepodam.pl')
  8.  
  9. insert into dbo.UserHistories (Id, UserId, UserOperationTypeId, EventDate, Description)
  10. values('E48059B4-50FD-11E7-B114-B2F933D5FE66','EF722B5C-7664-496B-8E7D-08390AE9D88C', '277297CF-D2CA-4D1D-9391-2973DC7865A7',
  11. '2017-02-03 14:22:32', 'zmiana danych uzytkownika odbiorca10@niepodam.pl')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement