DatabaseColumn - 8.0

Talend Data Mapper Functions Reference Guide

Version
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-10-26

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.