Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
get_table_column [2013/08/08 18:50]
admin
get_table_column [2026/07/07 19:38] (current)
chrystian [Inputs] Fix input documentation
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Table  | [[Index Or Name Type|Index Or Name]] ​ | Index or name of the column to be retrieved. The column must represent a data column. ​ |+| Table  ​| [[Table Type|Table]] | Table from where the data column will be retrieved. ​ | 
 +| Column Index Or Name | [[Index Or Name Type|Index Or Name]] ​ | Index or name of the column to be retrieved. The column must represent a data column. ​ |
  
 ===== Outputs ===== ===== Outputs =====
Line 21: Line 22:
 ===== Notes ===== ===== Notes =====
  
-This functor removes all data columns from a table keeping the key columns and the specified data column.+This functor removes all data columns from a table keeping ​only the key columns and the specified data column.
  
 **Example:​** **Example:​**