I have a column that is numeric. There are positive and negative values in this column. I need to make a query that when it is positive, I query Tabela A
, when it is negative I refer to Tabela B
. I have no idea how to do this, can you do that?