Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created September 9, 2021 13:27
Show Gist options
  • Save jeffscottbrown/3cf10eebc45599a9e1f42c2fe7eb6809 to your computer and use it in GitHub Desktop.
Save jeffscottbrown/3cf10eebc45599a9e1f42c2fe7eb6809 to your computer and use it in GitHub Desktop.
select this_.id as id1_1_1_, this_.version as version2_1_1_, this_.user_id as user_id3_1_1_, user1_.id as id1_0_0_, user1_.version as version2_0_0_, user1_.username as username3_0_0_, user1_.password as password4_0_0_, user1_.enabled as enabled5_0_0_ from user_role this_ inner join user user1_ on this_.user_id=user1_.id order by lower(user1_.username) asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment