Using cursors in PostgreSQL

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • In this lesson, we learn about cursors.

Комментарии • 6

  • @sben125
    @sben125 2 года назад

    guyanese?

    • @bzddl9
      @bzddl9  2 года назад +1

      Belize

  • @SaiTeja99995
    @SaiTeja99995 2 года назад

    I am facing a problem please help me

    • @dalwinlewis9
      @dalwinlewis9 2 года назад

      Hi Sai Teja. What seems to be the problem?

    • @SaiTeja99995
      @SaiTeja99995 2 года назад

      I am migrating the database from Oracle to postgres in conversion of postgres cursor I am facing problem
      My problem was
      Fetch batchcursor bulk collect into v_batch_lst
      I have to fetch the rows and (bulk collect into ) i am using array_agg() in postgres how can use both of them and send it to the desired variable {list}

    • @bzddl9
      @bzddl9  4 месяца назад

      Did you resolve your issue?