【小計】PostgreSQL實現三元表達式功能

create or replace function decode(p_condition boolean, p_fist_val text, P_last_val text) returns text  as $$ declare  v_ret_val text; begin  /*  * 功能說明:模擬三元表達式  ( condition ? value1 : value2 );  * 參數說
相關文章
相關標籤/搜索