How to hide column field using sql query.
My query is:
Select Name,Email,Mobile from Table_Reg where Email not in('raj@gmail.com')
So i am not getting raj@gmail.com user details and output like below.
Name Email Mobile
Mazhar mazhar@gmail.com 9030349582
I need to visible false email Id while in select query and also I want to add where email not in
condition compulsory and I dont want to show email detail but email condition should compulsory. Output should like below.
Name Mobile
Mazhar 9030349582