Created
September 9, 2021 13:27
-
-
Save jeffscottbrown/3cf10eebc45599a9e1f42c2fe7eb6809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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