Инструменты пользователя

Инструменты сайта


postgres:while

WHILE

    WHILE articul_index <= numbers LOOP
      RAISE NOTICE 'array_index: %; date_start: %; date_end: %', articuls[articul_index], star_dt, end_dt;
      articul_index = articul_index + 1;
   END LOOP;
postgres/while.txt · Последние изменения: 2023/01/12 12:18 (внешнее изменение)