ACCESS中关于SQL语句的转义字符
转义:
转义[字符,用[[],包括转义*也用[*],转义%,用[%]
例:
objRS.Open("SELECT * FROM blog_Comment WHERE comm_Content LIKE '%[[]url=%'")
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn