Created
August 13, 2018 20:06
-
-
Save ASteinheiser/d8fa1d804fcc7ce4e0fb01c29fa9bbe2 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 `first_name`, `last_name`, `averageRating`, `birthdate`, `created_at`, `gender`, `phone_number`, `profilePicture`, `profilePictureTag`, `status`, `user_type`, `userId`, `username`, `email`, `address` FROM `Agents` AS `Agents` WHERE `Agents`.`user_type` = 'admin' ORDER BY `Agents`.`first_name` ASC LIMIT 0, 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment