I stedet for '${dataimporter.last_index_time}' skal du bruge '${dih.last_index_time}' ELLER STR_TO_DATE('${dih.last_index_time}','%Y-%m-%d %H:%i:%s')
Jeg bruger som nedenfor, fordi mit MYSQL-felt updated_at
er varchar.
STR_TO_DATE(updated_at,'%Y-%m-%dT%H:%i:%s.000Z')> STR_TO_DATE('${dih.last_index_time}','%Y-%m-%d %H:% i:%s')