Results 1 to 2 of 2

Thread: How many nested SELECT's

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    It would seem it's going to be application specific. I do not know the Access limit but SQL server 6.x can access up to 16 tables, total, at one time (7.0 can do 32). This means the total of tables in the from clause from *any* query (main or sub). I would guess that Access would be no greater than SQL Server. I could be wrong.

  2. #2
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Post

    How many nested SELECT's can I do into an only one SQL statment?

    Example:
    Code:
    SELECT * FROM table1 WHERE field1 IN(SELECT * FROM table2 WHERE field2 IN(SELECT ...
    Thanks!


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