Posts by Luan Luiz • 33 points
2 posts
-
2
votes1
answer1417
viewsQ: How to create an object array with React useState
I’m trying to do the following procedure at React Native, with the Expo: I have some data stored in Asyncstorage of the device. The code below returns me the following result: CODE…
-
0
votes2
answers549
viewsA: Return default value if no record
If you refer to the column, try to do so: COALESCE( NULLIF(seuCampo,'') , '0' ) NULLIF compares whether the field passed in the first parameter is equal to empty, and for that it puts 0 in place of…
postgresqlanswered Luan Luiz 33