I'm doing an INSERT through netbeans. I would like to know if anyone can tell me what the correct CAST syntax is when you need to convert two values to the same command.
I tried
insert into (minha tabela) (nome, senha)
values cast(? as character varying , ? as character varying);