Hi,
Trying to figure out if this is possible select columns only where something exists?
Example, I have the following query
select phone, phone2
from jewishyellow.users
where phone like '813%'
and phone2
Basically, I'm trying to select only the rows where phone starts with 813 and phone2 has something in it?