Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> select id,title,email,is_deleted,enabled from sys_user where email = '[email protected]';
- +--------+-------------+-----------------------+------------+---------+
- | id | title | email | is_deleted | enabled |
- +--------+-------------+-----------------------+------------+---------+
- | 521522 | Babu | [email protected] | 1 | 1 |
- | 949845 | Baba Aidara | [email protected] | NULL | 1 |
- +--------+-------------+-----------------------+------------+---------+
Advertisement
Add Comment
Please, Sign In to add comment