I'm trying to create a view in sqlite that contains double quotes (I'm using the SQlite Manager Addon in Firefox). According to the escape rules (doubling double quotes) the following statement should work
CREATE VIEW "Name with ""quotes""" AS SELECT columnname FROM tablename
However it doesn't and gives me the following error message when I try to look at it.