Skip to content

Instantly share code, notes, and snippets.

@iqbalmalik89
Created December 31, 2015 06:48
Show Gist options
  • Select an option

  • Save iqbalmalik89/3c478ed5ac59fff0671b to your computer and use it in GitHub Desktop.

Select an option

Save iqbalmalik89/3c478ed5ac59fff0671b to your computer and use it in GitHub Desktop.
INSERT INTO `entities` (`id`, `entity_name`, `contact_info1`, `contact_info2`, `contact_info3`, `contact_info4`, `status`) VALUES
(1, 'Jason', 'test', 'test', 'test', '', 'enable'),
(2, 'Rashid', 'a', 'a', 'a', 'a', 'disable'),
(3, 'Balmer', 'b', 'b', 'b', 'b', 'disable'),
(4, 'WH Dental Surgeons (Serangoon) Pte Ltd', '33 Seng Kang West Ave', '#03-34', 'The Seletar Mall', 'Singapore 797653', 'enable'),
(5, 'WH Dental Surgeons & Associates (Serangoon) Pte Ltd', '33 Seng Kang West Ave', '#03-34', 'The Seletar Mall', 'Singapore 797653', 'enable'),
(6, 'WH Dental Surgeons', 'Blk 198 Punggol Field', '#02-01', 'Singapore 820198', '', 'enable'),
(7, 'WH Dental & Associates (Punggol) Pte Ltd', 'Blk 198 Punggol Field', '#02-01', 'Singapore 820198', '', 'enable'),
(8, 'WH Dental SUrgeons Pte Ltd', '1 Hougang Street 91', '#01-16/17', 'Hougang 1', 'Singapore 538692', 'enable'),
(9, 'WH Dental & Associates (Hougang) Pte Ltd', '1 Hougang Street 91', '#01-16/17', 'Hougang 1', 'Singapore 538692', 'enable');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment