The Jetpack CRM plugin uses CONVERT() queries, which are valid MySQL queries, but they fail in the Playground. The example query that works on MySQL, but not on SQLite, looks as follows: ``` SELECT CONVERT('Customer' USING utf8mb4) COLLATE utf8mb4_bin; ```