Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The reason for encountering a syntax error near ">150 and time<9000" while using MyBatis for executing delete operations is that ">" and "<" characters are not supported in MyBatis XML mappings. These characters should be replaced with their corresponding XML entities "&gt;" and "&lt;".