SQLite question
#2

If a column has same name as a reserved keyword in SQL or contains a space, you need to quote it using back ticks ( ` ).

%q escapes special characters in order to avoid SQL injection
Reply


Messages In This Thread
SQLite question - by SapMan - 24.12.2018, 14:34
Re: SQLite question - by SyS - 24.12.2018, 14:45
Re: SQLite question - by SapMan - 24.12.2018, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)