1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Getting first 100 records from the table in Progress OpenEdge database (e.g. SELECT TOP 100..)

Discussão em 'StackOverflow' iniciado por fdantas, Junho 22, 2017.

  1. fdantas

    fdantas Administrator Moderador

    How can I get a limited number of records from the table in Progress OpenEdge database?

    Something like in SQL:

    SELECT TOP 100 * FROM MyTable


    The only ugly solution I can find is looping through all records and breaking when 100 of them were displayed. But feels like there should be some better way of doing it.

    Continue reading...

Compartilhe esta Página