摘要: 由于xml中">"和"<"都是有特殊意义的,所以sql语句中不能再使用">"和"<"符号,就需要进行处理. 比如: select * from t_doc where create_time < '2023-01-30 11:00:00' 方式一: 使用转义字符替换 符号 符号中文名 转义后的符号 阅读全文
posted @ 2023-01-30 09:56 安徒生敲代码 阅读(811) 评论(0) 推荐(0) 编辑