Oracle sql大于和小于号的转义写法

mybatis 中 SQL 写在mapper.xml文件中,而xml解析 < 、>、<=、>= 时会出错,这时应该使用转义写法。

< <= > >= & ' "
&lt; &lt;= &gt; &gt;= &amp; &apos; &quot;
posted @ 2022-06-14 09:25  南北12345678  阅读(541)  评论(0编辑  收藏  举报