title: SQLite, escaping table and column names correctly date: 2019-06-04 17:50:53 categories: [data base] tags: [sqlite]
This is how to correctly escape column names, tables names and string values in SQLite 2 and 3 - especially if they contain spaces or special characters: