Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
TalendDate.formatDate("yyyy-MM-dd HH:mm:ss:SSS",TalendDate.getCurrentDate())
CONVERT(VARCHAR(24), yourColumnDate, 121)
row1.yourTalendDate.compareTo(row2.yourSqlDate)
// return 0, < 0 or > 0 depending of the comparison result