View source: R/sqlAppendTableAs.R
| reorder_select_columns | R Documentation |
Reorder SELECT columns to match target order
reorder_select_columns(conn, sql, target_order)
conn |
PrestoConnection object |
sql |
SQL string or tbl_presto object |
target_order |
Character vector of column names in target order |
SQL string or tbl_presto object with reordered columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.