Subject Re: [firebird-support] Array datatype?
Author Dimitry Sibiryakov
28.08.2019 16:18, 'Check_Mail' check_mail@... [firebird-support] wrote:
> is there no way? I know the thing with the execute statement, but it is not the best
> solution. I would like to add a value, if the weekday is 1 (Monday), then I would like to
> take the variable t1 and add the value from t1 to the sum..

Yes, there is no way. Reconsider your task to more SQL-is way or use dumb solution with
CASE, but arrays don't exist in PSQL.


--
WBR, SD.