I need to mount a where clause with the field and the dynamic value, for example, in pure SQL would be:
WHERE :CAMPO = :VALOR
However, scouring the queries I could not find anything specific, I'm already doing queries in the database...
asked on
26.04.2016 / 21:04