Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.59 KB | None | 0 0
  1. 72.23ms  INSERT INTO `locations` (`address`, `state`, `country`, `lat`, `lng`, `tile_id`) VALUES ('Bafoulabe, Мали', 'Каес', 'Мали', '13.269353062714', '-10.7666015625', '4255182626')
  2. 30.08ms  INSERT INTO `events` (`name`, `description`, `web_page`, `date_time`, `author_id`, `location_id`) VALUES ('test', 'test', 'http://test.ru', '2013-02-21 18:08', '69', '122')
  3. 31.34ms  INSERT IGNORE INTO `tags` (`name`) VALUES ('goog'), ('moon')
  4. 0.35ms  SELECT `id` FROM `tags` WHERE `name` IN ('goog', 'moon')
  5. 30.33ms  INSERT INTO `tag_event` (`event_id`, `tag_id`) VALUES ('8', '117'), ('8', '148')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement