Posts by Rafael Pádua Del Corona • 3 points
2 posts
-
0
votes1
answer42
viewsQ: Select Conditional with another Select
I’m using SQL Oracle. I need to return a Select that depending on the value of the column GRUPO_ECONOMICO_ID (needs to be equal to 87) it must run a Select, otherwise it must run another select... I…
-
0
votes1
answer27
viewsQ: Problem with iteration in React
I’m consuming an API, and putting your data in a 'li', only it’s popping the page because I mapped all the api items: function showState(states){ return states.map(state => <li…