Ask Your Question
4

What is the reason for encountering a syntax error near ">150 and time<9000" while using MyBatis for executing delete operations?

asked 2023-03-31 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-04-20 23:00:00 +0000

qstack gravatar image

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;".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-03-31 11:00:00 +0000

Seen: 12 times

Last updated: Apr 20 '21