R
Rodrigo Dias
Guest
Hey Guys, I'm working in a script to run via JDBC and I want to use the command to declare a variable. Ex.: declare @cdn_funcionario int; set @cdn_funcionario = ( select top 1 cdn_funcionario from PUB.hcm_int_success_evento where idIntegracao = '4066'); But I have a doubt if Progress JDBC recognizes the command "declare". Could you help me?
Continue reading...
Continue reading...