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

Adding row from FOR EACH to TEMP-TABLE

Discussão em 'StackOverflow' iniciado por fdantas, Setembro 24, 2018.

  1. fdantas

    fdantas Administrator Moderador

    I'm trying to create a temp-table which is exactly like an already existing table in the database. How do I add each row to the temp table?

    DEFINE TEMP-TABLE o_ttProducts.

    FOR EACH Product:
    /*Add current row to the o_ttProducts temp table*/
    END.

    Continue reading...

Compartilhe esta Página