Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. SELECT `auth_user`.`id`,
  2. `auth_user`.`username`,
  3. `auth_user`.`first_name`,
  4. `auth_user`.`last_name`,
  5. `auth_user`.`email`,
  6. `auth_user`.`password`,
  7. `auth_user`.`is_staff`,
  8. `auth_user`.`is_active`,
  9. `auth_user`.`is_superuser`,
  10. `auth_user`.`last_login`,
  11. `auth_user`.`date_joined`,
  12. `auth_user`.`wage_type`,
  13. `auth_user`.`wage`,
  14. `auth_user`.`timezone`,
  15. `auth_user`.`contact_id`
  16. FROM `auth_user`
  17. WHERE `auth_user`.`id` = BINARY 1
Add Comment
Please, Sign In to add comment