How to quote column names on the commandline of fbexport
问题 As the title says, how am I going to deal with a column name in FBExport that look like a keyword? this is how my statement looks like: -Q "SELECT a.ID, a.USERID, a.`WHEN`, a.INOUT FROM ATTENDANT a" then I get this error: Engine Code : 335544569 Engine Message : Dynamic SQL Error SQL error code = -104 Token unknown - line 1, column 26 WHEN When I use "WHEN" Error: Switches must begin with - tried 'When' -Q "SELECT a.ID, a.USERID, a.'WHEN', a.INOUT FROM ATTENDANT a;" SQL Message : -104 Invalid