mysql #1093 - You can't specify target table error

DELETE FROM story_category
WHERE category_id NOT IN (
    SELECT cid FROM (
        SELECT DISTINCT category.id AS cid FROM category 
        INNER JOIN story_category ON category_id=category.id
    ) AS c
)

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
Error in query (1093): You can't specify target table mysql Error Code: 1093. You can't specify target table for update in FROM clause mysql error 1093 - can't specify target table for update in from clause Error Code: 1093. You can't specify target table 'medicine_variants' for update in FROM clause you can't specify target table for insert in from clause Error Code: 1093. You can't specify target table 'history' for update in FROM clause 0.000 sec You can't specify target table 'tbl_messages' for update in FROM clause You can't specify target table 'uf' for update in FROM clause 1093: You can't specify target table 'compras_fornecedores' for update in FROM clause 1093 - You can't specify target table '' for update in FROM clause #1093 - You can't specify target table 'T1' for update in FROM clause [HY000][1093] You can't specify target table 'users' for update in FROM clause mysql 1093 ou can't specify target table 'transaction' for update in FROM clause sql 1093 You can't specify target table 'ft_500_2k' for update in FROM clause can't specify target table for update in from clause ERROR 1093 (HY000): You can't specify target table 'tripbpoint' for update in FROM clause You can't specify target table 'Tested' for update in FROM clause #1093 - You can't specify target table '1459630_form_1' for update in FROM clause SQL Error [1093] [HY000]: You can't specify target table 'external_media' for update in FROM clause you cant specify target table You can't specify target table 'fact' for update in FROM clause You can't specify target table 'AssetInstanceTracker' for update in FROM clause You can't specify target table 'cmts' for update in FROM clause django mysql 1093, "You can't specify target table E OperationalError: (1093, "You can't specify target table 'sales_flat_order' for update in FROM clause") You can't specify target table 'ergo' for update in FROM clause error code 1093 mysql you can't specifiy target table You can't specify target table 'ad_group' for update in FROM clause my sql Error Code: 1093. You can't specify target table 's' for update in FROM clause You can't specify target table '__smeal_students_major' for update in FROM clause Error Code: 1093. You can't specify target table 'NewCopyOfCustnewTable' for update in FROM clause You can't specify target table 'wallet' for update in FROM clause 0.094 sec You can't specify target table 'flipbook_content' for update in FROM clause You can't specify target table 'categories' for update in FROM clause You can't specify target table 'orderpicking_aggiuntivi' for update in FROM clause You can't specify target table 'log' for update in FROM clause You can't specify target table 'storiarecupero' for update in FROM clause ou can't specify target table 'ip' for update in FROM clause You can't specify target table 'tbl_post_share' for update in FROM clause ER_UPDATE_TABLE_USED: You can't specify target table 's1' for update in FROM clause : You can't specify target table 'cc' for update in FROM clause] in EXECUTE("UPD You can't specify target table 'UserPermission' for update in FROM clause ou can't specify target table 'nt' for update in FROM clause You can't specify target table 'group_user' for update in FROM clause You can't specify target table 'attachment_filter' for update in FROM clause 1093 - You can't specify target table for update in FROM clause You can't specify target table 'sites' for update in FROM clause Error Code: 1093. You can't specify target table for update in FROM clause You can't specify target table 'messages' for update in FROM clause You can't specify target table you can't specify target table for update in from clause You can't specify target table '#__finder_taxonomy' for update in FROM clause mysql can't specify target table for update in from clause mysql error 1093 You can't specify target table 'tbca' for update in FROM clause while delete mysql update on target table php sql You can't specify target table 'eav_attribute_option_value' for update in FROM clause Error Code: 1093. You can't specify target table 'contacts' for update in FROM clause Error Code: 1093. You can't specify target table 'customers' for update in FROM clause Error Code: 1093. You can't specify target table 'tbl_work_items' for update in FROM clause mysql you cant specify target table for update in from clause workbench import database error 1093 error code 1093 mysql update ou can't specify target table 'smite__partidas' for update in FROM clause You can't specify target table 'pets' for update in FROM clause Failed to execute query. Error: Foreign key 'UserNo' references invalid column 'UserNo' in referencing table 'accounts'. Could not create constraint or index. See previous errors. sql error (1093): you can't specify target table for update in from clause mysql you can't specify target table for update in from clause sql Error Code: 1093 Error Code: 1093. You can't specify target table 'orders' for update in FROM clause
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source