beowulf1416

Untitled

Jun 25th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. mysql> select id,title,email,is_deleted,enabled from sys_user where email = '[email protected]';
  2. +--------+-------------+-----------------------+------------+---------+
  3. | id | title | email | is_deleted | enabled |
  4. +--------+-------------+-----------------------+------------+---------+
  5. | 521522 | Babu | [email protected] | 1 | 1 |
  6. | 949845 | Baba Aidara | [email protected] | NULL | 1 |
  7. +--------+-------------+-----------------------+------------+---------+
Advertisement
Add Comment
Please, Sign In to add comment