Example I must consult this code 2365 but in the BD is this 00000002365 how can I make the query just by writing the code 2365 without the zeros?
I am working on visual studio 2015 with BD Oracle.
"SELECT * FROM MOVIMIENTOCONTABLE WHERE CTERCERO = '" + TBNit.Text + "'AND CTIPO = '" + comboBoxTipo.Text + "' AND CNUM = '" + TBCausacion.Text + "'";
I must remove the zeros for TBNit.Text and TBCausacion.Text