Hi everyone, In the documentation of COPY options, it lists the following options with a "_" in it's name:
FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL But when one tries to use it as it is from the docs, one gets the following results: ERROR: syntax error at or near "force_null" Shouldn't it be without the "_" in the docs?