ClickHouse/tests/queries/0_stateless/02810_initcap.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
238 B
MySQL
Raw Normal View History

2023-06-30 13:11:06 +00:00
select initcap('');
select initcap('Hello');
select initcap('hello');
select initcap('hello world');
select initcap('yeah, well, i`m gonna go build my own theme park');
select initcap('CRC32IEEE is best function');
2023-06-30 13:53:20 +00:00
select initcap('42oK');