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. chk t query

chk t query

Scheduled Pinned Locked Moved ASP.NET
database
4 Posts 4 Posters 1 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.
  • A Offline
    A Offline
    anbusenthil
    wrote on last edited by
    #1

    select @themeid=t.themeid,@themename=t.th_name from emptheme e left outer join themesetting t on e.themeid=t.themeid and e.empguid=@sessionvalue is tis query correct after joins ... is it possible to use and join condition tanx

    M A P 3 Replies Last reply
    0
    • A anbusenthil

      select @themeid=t.themeid,@themename=t.th_name from emptheme e left outer join themesetting t on e.themeid=t.themeid and e.empguid=@sessionvalue is tis query correct after joins ... is it possible to use and join condition tanx

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      anbusenthil wrote:

      is tis query correct after joins ...

      This is not database forum.

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      1 Reply Last reply
      0
      • A anbusenthil

        select @themeid=t.themeid,@themename=t.th_name from emptheme e left outer join themesetting t on e.themeid=t.themeid and e.empguid=@sessionvalue is tis query correct after joins ... is it possible to use and join condition tanx

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        anbusenthil wrote:

        select @themeid=t.themeid,@themename=t.th_name from emptheme e left outer join themesetting t on e.themeid=t.themeid and e.empguid=@sessionvalue is tis query correct after joins ... is it possible to use and join condition

        is tis query correct after joins ... is it possible to use and join condition First of all this is ASP.Net Forum and This is your repost. While asking problem regarding the same post then continue with that thread itself rather than post a new question. I believe you are using SQL Server to run your query. So what is the output for that statement ?

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

        1 Reply Last reply
        0
        • A anbusenthil

          select @themeid=t.themeid,@themename=t.th_name from emptheme e left outer join themesetting t on e.themeid=t.themeid and e.empguid=@sessionvalue is tis query correct after joins ... is it possible to use and join condition tanx

          P Offline
          P Offline
          Paddy Boyd
          wrote on last edited by
          #4

          anbusenthil wrote:

          is tis query correct after joins ...

          It depends on what you want it to show and what your data model is... How're we supposed to know. If you want to know if it's syntactically correct, why don't you run it...

          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