Skip to content

Instantly share code, notes, and snippets.

@ASteinheiser
Created August 13, 2018 20:06
Show Gist options
  • Save ASteinheiser/d8fa1d804fcc7ce4e0fb01c29fa9bbe2 to your computer and use it in GitHub Desktop.
Save ASteinheiser/d8fa1d804fcc7ce4e0fb01c29fa9bbe2 to your computer and use it in GitHub Desktop.
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