PrintTableDataStatement ::= |
printTable ( Expr ( skip Expr )? ( limit Expr )? for ( PrintArgument ),* |
Used by: |
This statement prints a TableData . TableData 's column titles are not printed. In the PrintArguments, the special column expression is used to select columns in the table data for printing. The values can have the same formating as in PrintStatement.
By default it prints all rows. This can be changed by skip so many rows, and/or limit the number of rows to print.