PageRenderTime 27ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/cleandata.sql

http://showslow.googlecode.com/
SQL | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 68a4bfd7426442461cd8eb5dde184449 MD5 | raw file
  1. DELETE FROM u_users;
  2. DELETE FROM u_invitation;
  3. DELETE FROM u_googlefriendconnect;
  4. DELETE FROM u_activity;
  5. DELETE FROM user_urls;
  6. DELETE FROM har;