RE:

  • Hi

    the following statement will give the last record from the jobs table from the pubs database.

    is it solve your problem?

     

    SELECT     TOP 1 *

    FROM         jobs

    ORDER BY job_id DESC

     


    Philip

  • To what question?

  • An "orphan" post ????







    **ASCII stupid question, get a stupid ANSI !!!**

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

You must be logged in to reply to this topic. Login to reply