LostHiWay
Golden Member
I'm trying to find all employees who have a letter a in their name. I have no problem if they asked if it started with an A or ended with an A, Ijust can't figure out how to find if a name has an a without knowing the postion. So far...
select employee_name
from emp
where employee_name ???????
Any help?? I'm sure it's simple
select employee_name
from emp
where employee_name ???????
Any help?? I'm sure it's simple