You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script src/rgxGen.php precisaria gerar algo para suprir a definição da função SQL... algo como:
function crp_format(char(2),int) ....
SELECT $1::text|| to_char($2, j->>uf)
FROM (
select'{"AC":"fm00-000","AL":"fm000-000","AM":"fm000-000","AP":"fm00-000","BA":"fm0000-000","CE":"fm0000-000","DF":"fm0000-000","ES":"fm000-000","GO":"fm0000-000","MA":"fm000-000","MG":"fm0000-000","MS":"fm000-000","MT":"fm000-000","PA":"fm0000-000","PB":"fm000-000","PE":"fm0000-000","PI":"fm000-000","PR":"fm0000-000","RJ":"fm0000-000","RN":"fm000-000","RO":"fm000-000","RR":"fm00-000","RS":"fm0000-000","SC":"fm0000-000","SE":"fm000-000","SP":"fm0000-000","TO":"fm000-000","ZM":"fm0000-000"}'::JSONb as j,
upper($1::text) as uf
) t;
The text was updated successfully, but these errors were encountered:
script src/rgxGen.php precisaria gerar algo para suprir a definição da função SQL... algo como:
The text was updated successfully, but these errors were encountered: