Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
delete from T where dt > ? and dt <= ?
" delete from myTable where createdDate >= '" + TalendDate.formatDate("yyyy-MM-dd HH:mm:ss", row1.dtRangeStartIn) + "'"
+ " and createdDate < '" + TalendDate.formatDate("yyyy-MM-dd HH:mm:ss", row1.dtRangeEndEx) + "'"