How to Use Like operator in Left Outer Join
Like
select * from employee e
LEFT OUTER JOIN City c On c.CityID-e.CityID
Where LIke c.CityName '%Pune%'
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.






Bharathi RajaPosted Jan 5, 2018, 5:48 AM