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

Threaded View

  1. #8
    Join Date
    Aug 2004
    Posts
    191

    Re: SELECT statement ranges

    Yeah, they are aliases for the sub-queries. I'm pretty sure you need to give subqueries aliases when selecting from them but not when they are part of the where clause. Sorry, I should have given them meaningful names.
    Last edited by cmiskow; October 20th, 2005 at 10:49 AM.

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