Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: ASP SQL Select in a Select issue

    Got some more efficient code for an FYI:

    SQL = "SELECT TOP 10 X.differential FROM ( " _

    & " SELECT TOP...

  • RE: ASP SQL Select in a Select issue

    Hi,

    Got the problem fixed. Apparently need to post the question to get the juices flowing.

    SQL = "SELECT differential FROM (SELECT TOP 10 differential FROM (SELECT TOP 20 differential FROM...

Viewing 2 posts - 1 through 3 (of 3 total)