Cognizant SQL Interview Question | Extract the Domain from the Email Column in Employee Table

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 8

  • @rohitconnect
    @rohitconnect 6 หลายเดือนก่อน +1

    RIGHT(email,(len(email)-locate('@',domain))) should this work as well?
    i dont have Sever to test

  • @monasanthosh9208
    @monasanthosh9208 6 หลายเดือนก่อน +1

    Select *,concat(replace(Name," ","."),"@",domins) as email from domin;