Để làm cho nó ngắn hơn một chút:
do $$
declare
a integer := 10;
b integer := 20;
msg text;
begin
msg := case
when a>b then 'a is greater than b'
when a<b then 'a is less than b'
when a=b then 'a is equal to b'
else 'NaN here'
end;
raise notice '%', msg;
end $$;
Nó rõ ràng hoạt động trong psql
. Có thể có vấn đề với finance trading candlestick-chart