Entering content frame

 column_names 

Syntax Rules for Column Descriptions

Syntax

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

valCOLUMN_NAME

Column name

Use

Use this syntax 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’

Leaving content frame