Skip to content

Instantly share code, notes, and snippets.

@daum
Last active August 29, 2015 14:26
Show Gist options
  • Save daum/17741547ff0b700b959c to your computer and use it in GitHub Desktop.
Save daum/17741547ff0b700b959c to your computer and use it in GitHub Desktop.
SELECT
t0.username AS username1, t0.username_canonical AS username_canonical2, t0.email AS email3,
t0.email_canonical AS email_canonical4, t0.enabled AS enabled5, t0.salt AS salt6, t0.password AS password7,
t0.last_login AS last_login8, t0.locked AS locked9, t0.expired AS expired10, t0.expires_at AS expires_at11,
t0.confirmation_token AS confirmation_token12, t0.password_requested_at AS password_requested_at13, t0.roles AS roles14,
t0.credentials_expired AS credentials_expired15, t0.credentials_expire_at AS credentials_expire_at16, t0.id AS id17,
t0.first_name AS first_name18, t0.last_name AS last_name19
FROM app_user t0
WHERE t0.id = ? LIMIT 1 [1] []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment