Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9137487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:06:33+00:00 2026-06-17T09:06:33+00:00

Table1. id | name 1 | Test Table2. id | post | table1_id 1

  • 0

Table1.

id | name
 1 | Test

Table2.

id | post | table1_id
 1 | mypst| 1

I need to remove a row from Table1 where id=1 and all rows from Table2 where table1_id=(1 is id from Table1).

I’m trying this:

DELETE FROM Table1 
INNER JOIN Table2 ON Table2.table1_id = Table1.id AND Table1.id = 1

but I’m getting error:

Incorrect syntax near the keyword ‘INNER’.

What’s wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:06:34+00:00Added an answer on June 17, 2026 at 9:06 am

    You shouldn’t be doing deletes from multiple tables in one query

    DELETE FROM Table2 WHERE table1_id = 1;
    DELETE FROM Table1 WHERE id = 1
    

    should be fine. Is there any specific reason you wish to do it using JOIN?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have following databases: test table1 fields: id, password, name, lastname test2 table2 fields:
Table1: id - name 1 - john 2 - david 3 - dilio Table2:
Hi All First of all I don't know Javascript, I got this script from
Using: select name, id from TEST where id :2 AND name :1 order by
Why is this thing not working? [Database(Name=Relationships_Test)] [Table(Name = Order)] public class Order {
Assume I have two tables, Student Test Id Name TestId Type StudentId -- ----
Here is a table structure (e.g. test): Field Name Data Type id BIGINT (20)
Using Access 2003 Table1 ID Name Value 001 Raja 100 002 Ramu 200 004
I have the following two tables: Table1 ---------- ID Name 1 A 2 B
Using SQL Server 2005 and VB.Net Table1 ID Name Dept 001 Raja IT 002

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.