BOM DIA
NÃO CONSIGO RESOLVER ESSE ERRO QUANDO FAÇO CONSULTA PELO FILTRO DA GRID, O SCRIPTCASE COLOCA SÓ O COMANDO Upper(id_cidade). ISSO QUE ACARRETA O ERRO.
OBRIGADO
ERRO
Erro ao acessar o banco de dados
ERROR: function upper(integer) does not exist LINE 1: …scricao from public.serv_cidade where UF=‘TO’ and Upper(id_c… ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
select id_cidade, descricao from public.serv_cidade where UF=‘TO’ and Upper(id_cidade) = 5496 order by descricao