You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT *
FROM Item I, LeadSinger S
WHERe I.upc = S.upc AND (I.title like '%Some Search String%' OR I.category like '%Some Search String%' OR S.name like '%Some Search String%');
SELECT *
FROM Item I, LeadSinger S
WHERe I.upc = S.upc AND (I.title like '%Some Search String%' OR I.category like '%Some Search String%' OR S.name like '%Some Search String%');
//Some search string is entered by user in gui.