Page MenuHomePhabricator
Paste P14513

(An Untitled Masterwork)
ActivePublic

Authored by Addshore on Feb 26 2021, 6:41 PM.
Tags
None
Referenced Files
F34123973: raw-paste-data.txt
Feb 26 2021, 6:41 PM
Subscribers
None
SELECT
id,
SUBSTRING( email, LOCATE( '@', email ) + 1, LENGTH(email) ) AS email_domain,
created_at
FROM `users`