Posts by alex Tobias • 1 point
2 posts
-
0
votes0
answers21
viewsQ: Alternative method for OR condition
I would like to know if you have any alternative means to improve the performance of a select without using the expression OR. Running only with an equal operator I get the result in 30min but…
-
-1
votes2
answers153
viewsQ: Remove duplicity in two columns
I would like to know how to resolve the following situation I have a view where the item code is duplicated by the key of another column ex: data------cod_prod-----descricao-----…