Table aliases are not supported when you delete data from MySQL database

Source: Internet
Author: User

Today, I'm helping colleagues. View a deleted SQL statement execution error

The SQL statements are as follows:

1 DELETE from Lead_system_menu_org_ref as T WHERE t.resourceid= ' 4028812348f28b890148f29253a80000 '

This SQL statement can be executed in the Oracle database, but the following error occurred when it was placed in the MySQL database:

1 [ERR] 1064-you has an error in your SQL syntax; Check the manual that corresponds to your MySQL server version for the right syntax to use near ' WHERE t.resourceid= ' 40288 12348f28b890148f29253a80000 '

See "SQL Syntax" know SQL execution error because SQL syntax is not correct, this is more strange, this deleted SQL look at the vertical look no problem ah, Oracle can execute normally, why MySQL does not, the Internet to check the reason, The original is the MySQL database delete data, does not support table aliases, this problem has not been noted before, this record.

Table aliases are not supported when you delete data from MySQL database

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.