SQLite - Text function and operator

Sqlite Banner

About

Sqlite snippet over Sqlite function

List

Concat

a || b 

Lower / Upper

lower(colA)
upper(colB)

Does not work on Java

Camel Case

substr(textColumnName,1,1) || lower(substr(textColumnName,2))

Printf

https://www.sqlite.org/printf.html





Discover More
Sqlite Banner
SQLite - Function

Doc Core function



Share this page:
Follow us:
Task Runner