Advertisement
Guest User

sample_data

a guest
May 17th, 2017
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.79 KB | None | 0 0
  1. INSERT INTO `staffs` (`id`, `fname`, `lname`, `email`, `phone`, `address`, `gender`, `created`, `modified`) VALUES
  2. (1, 'Mohd', 'Zaki', 'mzm@gmail.com', '123456789', 'KL', 'Lelaki', '2017-05-24 00:00:00', '2017-05-17 00:00:00'),
  3. (2, 'Mohd', 'Husin', 'husin@gmail.com', '12345667', 'Putrajaya', 'Lelaki', '2017-05-17 00:00:00', '2017-05-17 00:00:00'),
  4. (3, 'Mohd', 'Jaafar', 'jaafar@gmail.com', '12345667', 'Putrajaya', 'Lelaki', '2017-05-17 00:00:00', '2017-05-17 00:00:00'),
  5. (4, 'Mohd', 'Zahari', 'zahari@gmail.com', '12345667', 'Putrajaya', 'Lelaki', '2017-05-17 00:00:00', '2017-05-17 00:00:00'),
  6. (5, 'Mohd', 'Johan', 'johan@gmail.com', '12345667', 'Putrajaya', 'Lelaki', '2017-05-17 00:00:00', '2017-05-17 00:00:00'),
  7. (6, 'Saiful', 'Ahmad', 'saiful@gmail.com', '12344656', 'KL', 'Lelaki', NULL, NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement