We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "err": { "message": "You can't specify target table 'faq_category' for update in FROM clause", "code": "ER_UPDATE_TABLE_USED", "errno": 1093, "sql": "INSERT INTO faq_category (`product_id`, `name`, `parent_id`, `uuid`) VALUES (2, 'General', (SELECT id FROM `faq_category` WHERE uuid='5ab20a92-db47-11ec-9500-42010aac0008'), UUID());", "sqlState": "HY000", "sqlMessage": "You can't specify target table 'faq_category' for update in FROM clause" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: