Posts by Pedro E. • 11 points
1 post
-
1
votes2
answers81
viewsA: Doubt with Query SQL
Try using SQL below, remembering that the select result of the name should always return only 1 value, so of LIMIT 1. select case m.operacao when 1 then "Venda produto" when 2 then "Venda insumo"…