Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mysql> SELECT * FROM calls;mysql> SELECT * FROM calls;
  2. +----+------------+---------+--------+
  3. | id | date | user_id |license |
  4. +----+------------+---------+--------+
  5. | 1 | 2016-06-22 | 1 | he |
  6. | 2 | 2016-06-22 | NULL | do |
  7. | 3 | 2016-06-22 | NULL | as |
  8. | 4 | 2016-06-23 | 2 | to |
  9. | 5 | 2016-06-23 | 1 | we |
  10. | 6 | 2016-06-23 | 1 | be |
  11. | 7 | 2016-06-23 | NULL | go |
  12. +----+------------+---------+--------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement