CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Inner Join

  1. #1
    Guest

    Inner Join

    When I try to Query from two tables which has a many to many relation from MSAcess, I get a SQL statement which has a Inner join. I don't fine any difference between the Inner Join and a where clause. Is this SQL query with inner join compatible with other Data Bases.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Inner Join

    Access' INNER JOIN syntax is compatible with e.g. SQL Server 6.5 and above.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured