Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
INNER JOIN ON table_1.field1 = table_2.field_2
INNER JOIN ON table_1.field1 = table_3.field_3
SELECT * FROM BI_ODS_ERP_CUSTOMER_ORDER t1
INNER JOIN BI_DWH_dimension_date t2 ON t2.full_date = DATE(t1.created_at)
INNER JOIN BI_DWH_dimension_time t3 ON t3.full_time = TIME(t1.created_at)
TalendDate.parseDate("yyyy-MM-dd",TalendDate.formatDate("yyyy-MM-dd",row1.fullDate))
TalendDate.parseDate("HH:mm:ss",TalendDate.formatDate("HH:mm:ss",row1.fullDate))