SQL LOWER(): SQL LOWER() function in used to convert any given string in lower case. Example: Output: mindstick.com Output: mindstick.com
SQL LOWER():
SQL LOWER() function in used to convert any given string in lower case.
Example:
SELECT LOWER('MindStick.Com');Output:
mindstick.com
SELECT LOWER('MINDSTICK.COM');Output:
mindstick.com