Guest User

Untitled

a guest
Apr 23rd, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. mysql> select id,title,duration,rating,stars,genre1,studio,release_date,amazon_price,updated_at,created_at from movies limit 10;
  2. +----+----------------------------+----------+--------+-------+-------------------+------------------+--------------+--------------+---------------------+---------------------+
  3. | id | title | duration | rating | stars | genre1 | studio | release_date | amazon_price | updated_at | created_at |
  4. +----+----------------------------+----------+--------+-------+-------------------+------------------+--------------+--------------+---------------------+---------------------+
  5. | 1 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL |
  6. | 2 | X-Men Origins: Wolverine | 6480 | 215 | 3.5 | Action | 20th Century Fox | 2009-09-29 | 3.99 | 2009-10-30 21:21:34 | 2009-10-30 21:21:34 |
  7. | 3 | Sunshine Cleaning | 5520 | 78 | 3.5 | Comedy | Overture Films | 2009-10-12 | 3.99 | 2009-10-30 21:21:34 | 2009-10-30 21:21:34 |
  8. | 4 | Ghosts of Girlfriends Past | 6060 | 39 | 3 | Comedy | Warner Bros. | 2009-10-26 | 3.99 | 2009-10-30 21:21:34 | 2009-10-30 21:21:34 |
  9. | 5 | Away We Go | 5940 | 30 | 4 | Comedy | NBC Universal | 2009-10-26 | 3.99 | 2009-10-30 21:21:34 | 2009-10-30 21:21:34 |
  10. | 6 | I Love You, Man | 6300 | 73 | 4 | Comedy | Paramount | 2009-10-26 | 3.99 | 2009-10-30 21:21:34 | 2009-10-30 21:21:34 |
  11. | 7 | My Life in Ruins | 5760 | 29 | 3.5 | Comedy - Romantic | 20th Century Fox | 2009-10-06 | 3.99 | 2009-10-30 21:21:47 | 2009-10-30 21:21:47 |
  12. | 8 | State of Play | 7680 | 62 | 4 | Drama | NBC Universal | 2009-10-26 | 3.99 | 2009-10-30 21:21:47 | 2009-10-30 21:21:47 |
  13. | 9 | Observe and Report | 5220 | 47 | 2.5 | Comedy | Warner Bros. | 2009-10-16 | 3.99 | 2009-10-30 21:21:47 | 2009-10-30 21:21:47 |
  14. +----+----------------------------+----------+--------+-------+-------------------+------------------+--------------+--------------+---------------------+---------------------+
  15. 9 rows in set (0.00 sec)
Add Comment
Please, Sign In to add comment