The escape character for SQL is: ' (single quote)

Source: Internet
Author: User

The escape character for C + + is:/

The escape character for SQL is: ' (single quote)

Example: SELECT * from TBL where uyear= '06 '

Notice the single quotation mark on the red background, which represents the escape character, and if we omit it, the entire statement will go wrong, the escape character will not output, the actual condition value of uyear in the example above is ' 06, not ' 06

Why not omit, if we omit, the sentence becomes: SELECT * from TBL where uyear='06 '

Because single quotation marks in SQL denote the start and end symbols of a string, the SQL interpreter considers the gray background in the statement to be a string, and the subsequent statement is obviously a wrong statement, and of course the error, in order to solve the single quotation mark problem of the string, there is an escape character list

The escape character for SQL is: ' (single quote)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.