Function variable assignment question

Поиск
Список
Период
Сортировка
От Nico Callewaert
Тема Function variable assignment question
Дата
Msg-id 71AD172FB3CB485AB382DDEE2D35C68A@etsinformatics.local
обсуждение исходный текст
Ответы Re: Function variable assignment question
Список pgsql-novice
Hi !
 
Is there a difference between these 2 statements (inside a function) :
 
    v_out_return = 0;
    v_out_return := 0;
 
Seems both is working fine, so I'm just puzzled if it makes any difference in use.
 
Thank you !
Nico

В списке pgsql-novice по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: sorting and grouping with min/max
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Function variable assignment question