attached is a screenshot of what my table already has for the URL micorosft.com.
The column headings are the same as column names. Now, if I do the following statement:
select * from assign2 where UPPER(keyword1) LIKE '%MICROSOFT%';
OR
select * from assign2 where keyword1 LIKE '%microsoft%';
I am being returned an empty set.
Any suggestions?