Bookmarks?

  • Hello folks!

    I'm kinda new to SQL and I'm wondering if it's possible to bookmark rows in a stored procedure. Well, can I? And what is the syntax? Thanks for all help!

    /Tomi

  • You can add labels within stored procedures using the syntax (same as VB) :-

    Label1:

    And reference them by:-

    goto Label1

    Regards,

    Andy Jones

    andyj93@hotmail.com

    .

  • ah, yes! They are called LABELS! thanks! 🙂

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

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