Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2013
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. mysql> rename table cast_info to cast_info_new;
  2. Query OK, 0 rows affected (0.10 sec)
  3.  
  4. mysql> select count(*) from cast_info_new;
  5. +----------+
  6. | count(*) |
  7. +----------+
  8. | 22187770 |
  9. +----------+
  10. 1 row in set (4.11 sec)
  11.  
  12. mysql> select version();
  13. +--------------------+
  14. | version() |
  15. +--------------------+
  16. | 5.6.14-rel62.0-log |
  17. +--------------------+
  18. 1 row in set (0.05 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement