Kai Ito
Home
Articles
About
All Articles
User Defined Function in SQLite
17 November, 2018
F#
SQLite
I ran into an interesting problem recently. The task was to search for something within a SQLite database by comparing strings. Generally very easy to do in just SQL using the UPPER function: