Skip to content

Commit e5a0877

Browse files
Update Find_Users_With_Valid_E_Mails.sql
1 parent 911bf24 commit e5a0877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
SELECT * FROM Users
22
WHERE regexp_like(mail, '^[A-Za-z]+[A-Za-z0-9\_\.\-]*@leetcode\\.com$')
3+
4+
5+
6+
--Rakshit Gupta

0 commit comments

Comments
 (0)