I have this query
"SELECT * FROM KTMOVIMIENTOCONTABLE WHERE CM1_TERCERO LIKE '%" + TBNit.Text + "' AND CM1_TIPO = '" + comboBoxTipo.Text + "' AND CM1_NUM LIKE '%" + TBCausacion.Text + "'"
I use it to bring some data but each user has many accounts "CM1_CUENTA" I need to know if among all the accounts there is one that has 2365 or 53152001 if it brings an account with 2365 does something and if it brings 53152001 it does something else