I'm displaying multiple fields through a SELECT:
SELECT razaosocial, nomefantasia, cnpj, ie, im, endereco, endereco_numero, endereco_complemento, codCedente FROM cliente WHERE razaosocial LIKE '%carvalho%'
.
So far, all right. But there I also display the codeCenter, which comes numeric, how can I make a SELECT there within the code to search for the reasonableness within a table called ASSIGNMENT? (select from the source where the codenumber = 'codenumber') the codenumber .. let's say this way?