Some Examples:
--select * from Customer where Name LIKE 'TOM%';
--select * from Customer where Name LIKE '%y';
--select * from Customer where Name LIKE '%om%';
--select * from Customer where Name LIKE '_h%';
--select * from Customer where Name LIKE 'T__%';
--select * from Customer where Name LIKE 'T%y';
----Also, we will learn about IS NULL and IS NOT NULL in SQL to deal with NULL values in Columns in DB Table.
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
Follow me on my Facebook Page:
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
WebServices API Automation Tutorials:
0 Comments