Tokajac wrote:
Hello!I have a tricky error: in the query last row is AND ACTUAL_DAYS <= EXPECTED_DAY. For some reason iBatis doesn't want to parse "<=" (??). Exception: "only well-formed..." How to solve/work-around this?
Replace "<" with "<" Jean-Francois
Regards