Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. how to delete specific data from multiple tables in sql database

how to delete specific data from multiple tables in sql database

Scheduled Pinned Locked Moved Database
databasetutorial
2 Posts 2 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Ko Htet Kyaw
    wrote on last edited by
    #1

    Hello friends! Could you tell me please how to delete specific data from multiple tables in sql database .

    Z 1 Reply Last reply
    0
    • K Ko Htet Kyaw

      Hello friends! Could you tell me please how to delete specific data from multiple tables in sql database .

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      Very simple:

      DELETE FROM table1 WHERE something = somethingelse
      DELETE FROM table2 WHERE 1 = 2
      DELETE FROM table3 WHERE ...

      Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups