column_names 

Syntax

<column_names> ::= <valCOLUMN_NAME> | <valCOLUMN_NAME>,<column_names>

Use

This is a syntax rule for describing columns.

Use this rule in a DATEXTRACT command with order_clause (see variant 2 of the DATAEXTRACT command) to specify the sort order of the columns that you want to unload.

DATAEXTRACT FOR DATALOAD TABLE article ORDER BY delivery date, price
OUTFILE 'article.command'
OUTFILE 'article.data’