SQL query to get the string before '@' in an e-mail Get link Facebook X Pinterest Email Other Apps May 10, 2019 select substr ('161ankush037@gmail.com', 1, instr('161ankush037@gmail.com', '@',1,1)-1) str_data from dual; Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment