Home > Database > Oracle > What is the oracle conversion to lowercase function?

What is the oracle conversion to lowercase function?

hzc
Release: 2020-06-09 10:50:30
Original
3656 people have browsed it

What is the oracle conversion to lowercase function?

What is Oracle's lowercase conversion function:

Oracle's uppercase and lowercase conversion function

Convert to uppercase UPPER

Convert to lowercase LOWER

Test:

select UPPER('Test') as u from dual; 
select LOWER('Test') as l from dual;
Copy after login

Result:

What is the oracle conversion to lowercase function?

What is the oracle conversion to lowercase function?

##Recommended tutorial: "

Oracle Tutorial"

The above is the detailed content of What is the oracle conversion to lowercase function?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template