Posts by Luiz Gomes • 1 point
2 posts
-
-1
votes2
answers32
viewsA: RETURN VALUE TYPED WITH JAVASCRIPT
You must be asking about Switch, which is compared to each clause and if the clause is matched, the value of its variable is equal to a case, it returns a predetermined value. To illustrate it…
-
0
votes2
answers52
viewsA: Delete all items that have at least one Null value
You can use AND to meet all the conditions. Would be: where contrato.IdContrato = 666666 and parcela.ValorParcela != null