What you are referring to is a formatting quirk. The OP is building the CREATE TABLE statement by concatenating string literals on continuation lines. The double quotes do not appear in the statement itself. "fragment"<whitespace><backslash><newline> "fragment" ...