Forum Replies Created

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

  • RE: Limiting returned rows in a query?????

    Unfortunaly the ROW_NUMBER function is a 'Windowed function' and can only be used in the SELECT and ORDER BY clauses ....

    It may still be possible to make that work somehow,...


    Service may vary according to my mood and your attitude.

  • RE: Limiting returned rows in a query?????

    I've come across this issue quite often and have developed a workaround (*hack*) by using a stored procedure to load the data into a temp table that has the first...


    Service may vary according to my mood and your attitude.

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