Posts by Ryan Guilherme • 1 point
2 posts
-
-2
votes2
answers83
viewsA: How to make a CASE WHEN for named expressions?
CASE WHEN (ROUND(NFI.NOTAFISCALITEM_VALORMARGEMGERENCIAL, 2)MARGEM) <> NULL THEN MARGEM, ELSE 0 END AS MARGEM FROM tabela WHERE id > 0; …
-
-3
votes1
answer64
viewsQ: How to Store Data from this Code?
/It is to take the data that are appearing there example when you click on the button appears the time and amount of clicks I want to take these two information and store anywhere that of to store…