powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / PostgreSQL [игнор отключен] [закрыт для гостей] / Пустые элементы array
1 сообщений из 1, страница 1 из 1
Пустые элементы array
    #38646296
Asmodian
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Доброго времени суток!
Вобщем есть функция
Код: sql
1.
2.
3.
4.
5.
6.
7.
8.
CREATE OR REPLACE FUNCTION afiche_tariff2(integer)
  RETURNS json AS
$BODY$select array_to_json (array_agg(row)) from (select  star_type, star_class, star_direction, srot_code, star_begin_min, star_begin_max, star_stay_min, star_stay_max,  star_muststay, array(select k from ( select spet_code,  array(select i from ( select spri_base_value, spri_surcharge_value, spri_taxes_value from sto_price where star_id= sto_tariff.star_id and spet_id=sto_persontype.spet_id) as i) as price, array(select j from(select spri_base_rebat,spri_surcharge_rebat,spri_taxes_rebat from sto_price where spet_id=sto_persontype.spet_id and star_id=sto_tariff.star_id) as j) as rebat from sto_persontype ) as k) as persontype
from sto_tariff, sto_route, sto_tariff_route, sto_price
where sagr_id=$1 and sto_tariff.star_id=sto_tariff_route.star_id and sto_route.srot_id=sto_tariff_route.srot_id and sto_tariff.star_id=sto_price.star_id
group by sto_tariff.star_id, star_type, star_class, star_direction, srot_code, star_begin_min, star_begin_max, star_stay_min, star_stay_max,  star_muststay)row;$BODY$
  LANGUAGE sql VOLATILE
  COST 100;



которая возвращает собственно вот это
http://joxi.ru/3Bt7U_3JTJC_MFT-TAE

Суть проблемы:
Есть пустые персонтайпы, что значит цены по этим персонтайпам не принадлежат данному тарифу. Т.е. все выводит правильно, но как мне не выводить пустые персонтайпы? http://joxi.ru/4hx7U_3JTJBPEqYU9AE
Спасибо за ответы!
...
Рейтинг: 0 / 0
1 сообщений из 1, страница 1 из 1
Форумы / PostgreSQL [игнор отключен] [закрыт для гостей] / Пустые элементы array
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]