Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 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`.`first_time_setup_done`,
  13. `auth_user`.`default_calendar_id`,
  14. `auth_user`.`auto_subscribe_to_new_calendars`,
  15. `auth_user`.`hourly_bill_rate`,
  16. `auth_user`.`working_hours_per_day`,
  17. `auth_user`.`wage_type`,
  18. `auth_user`.`wage`,
  19. `auth_user`.`timezone`,
  20. `auth_user`.`contact_id`
  21. FROM `auth_user`
  22. WHERE `auth_user`.`id` = BINARY 1
Add Comment
Please, Sign In to add comment