DatabaseColumn
Specifies a database column value when using another database function.
The DatabaseColumn function is as an argument to other database functions like DatabaseLookup to specify the column name as part of the SQL expression. This function may be used only within the argument expression of the database function.
Properties
Column | The fully qualified column in the database of the form: <path to database>.<table>.<column> for example: /Default Project/Databases/MyDatabase.MYTABLE.MYCOLUMN. Note that when using Talend Studio a graphical interface specifies this, so you don't need to be concerned with this format. |