INSERT … LOCATION syntax error

An error appears in the INSERT statement in Chapter 6, “SQL Statements.”

Braces should appear in the example, as follows:

INSERT INTO foo
LOCATION 'ase.database'
QUOTED_IDENTIFIER ON {select "c1" from xxx};