Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
reorder_table_column [2013/08/09 19:36] admin created |
reorder_table_column [2015/10/12 00:33] (current) admin |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Table | [[Table Type|Table]] | The input table. | | + | | Table | [[Table Type]] | The input table. | |
| - | | Column Index Or Name | [[Index Or Name Type|Index Or Name]] | Index or name of the column to be moved. | | + | | Column Index Or Name | [[Index Or Name Type]] | Index or name of the column to be moved. | |
| - | | New Column Index | [[Non Negative Int Type|Non Negative Int]] | Column index where the specified column will be re-inserted. The column currently located at this position (and all following columns) is shifted to the next position. The use of 0 forces the column to become either the last table column or the last key column. | | + | | New Column Index | [[Non Negative Integer Value Type]] | Column index where the specified column will be re-inserted. The column currently located at this position (and all following columns) is shifted to the next position. The use of 0 forces the column to become either the last table column or the last key column. | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Result | [[Table Type|Table]] | The resulting table. | | + | | Result | [[Table Type]] | The resulting table. | |
| ===== Group ===== | ===== Group ===== | ||