Posts by Sergio P • 57 points
3 posts
-
1
votes1
answer1945
viewsQ: Accessing data from a js object
I have the following JS object displayed by the console.log I can only access the status property of the object itself, but I need to access the status property that is within the value object and…
-
2
votes1
answer99
viewsQ: Help with grandfather, father and grandson relationships
I am learning and enjoying using the Standard, but I have some doubts about relationships and how to get the result I want. have the tables: TB_FORMULARIO - ID_FORMULARIO - NO_FORMULARIO TB_CAMPO -…
-
2
votes2
answers179
viewsQ: Mysql Count in substrings in the columns of a varchar field
I have the following example table: ID_USER | FRUTAS ----------------------------- 1 | Laranja;Banana;Maçã 2 | Abacaxi;Laranja;Uva 3 | Pera;Laranja;Banana;Melão It would be possible to perform a…