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. Web Development
  3. ASP.NET
  4. Join Query in sql

Join Query in sql

Scheduled Pinned Locked Moved ASP.NET
databaseannouncement
4 Posts 3 Posters 0 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.
  • S Offline
    S Offline
    samsonx
    wrote on last edited by
    #1

    Hi here am using two tables so i used join query for relation...Now i want to use this join query in update sql command...Is it possible to use it in Update...if yes, please send me a sql query for that

    With Regards, Samson

    T J 2 Replies Last reply
    0
    • S samsonx

      Hi here am using two tables so i used join query for relation...Now i want to use this join query in update sql command...Is it possible to use it in Update...if yes, please send me a sql query for that

      With Regards, Samson

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      update a set a.value = "value" from TableA a join TableB b on a.id = b.id where b.id = 1

      GameFly free trial

      1 Reply Last reply
      0
      • S samsonx

        Hi here am using two tables so i used join query for relation...Now i want to use this join query in update sql command...Is it possible to use it in Update...if yes, please send me a sql query for that

        With Regards, Samson

        J Offline
        J Offline
        Jaiprakash M Bankolli
        wrote on last edited by
        #3

        I would suggest write a SP and put the updates in transaction and perform the task

        Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com

        T 1 Reply Last reply
        0
        • J Jaiprakash M Bankolli

          I would suggest write a SP and put the updates in transaction and perform the task

          Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com

          T Offline
          T Offline
          ToddHileHoffer
          wrote on last edited by
          #4

          I would agree.

          GameFly free trial

          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