Syntax
<select_expression>
This database query is formulated in the same way as a SELECT statement in SQL, only the keyword
DATAEXTRACT replaces SELECT. All options of the SELECT statement are permitted.Use
Use this
syntax rule for describing columns in a DATAEXTRACT command to specify which columns in a table to unload.DATAEXTRACT * FROM article
DATAEXTRACT ano,des,stock,min_ord FROM article order by ano
DATAEXTRACT ano,des,stock,min_ord FROM article WITH LOCK