Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. mysql> select * from emp_blog_series;
  2. +----+---------------------+---------------------+---------+--------------+
  3. | id | created_at | updated_at | user_id | title |
  4. +----+---------------------+---------------------+---------+--------------+
  5. | 1 | 2010-10-21 15:56:08 | 2010-10-21 15:56:08 | NULL | NULL |
  6. | 2 | 2010-10-25 17:16:35 | 2010-10-25 17:16:35 | 1 | Drill Review |
  7. +----+---------------------+---------------------+---------+--------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement