Posts by Elvis Pesconi • 11 points
3 posts
-
0
votes1
answer21
viewsA: I cannot insert data into the SQLITE3 table (NODE.JS)
Doc, based on what you sent, I don’t know what’s in the '.. /db/config' but in this part of the code you sent, require was missing as for example below. const sqlite3 = require('sqlite3'); const db…
-
0
votes1
answer42
viewsA: Select Conditional with another Select
In case I think that what is bothering you would indicate a field in front of CASE, oracle allows you to make a case without indicating this key. select CASE WHEN ((select GRUPO_ECONOMICO_ID from…
-
1
votes1
answer514
viewsA: Chart.js does not appear
As far as I can see, the problem is status_name_list, you have not posted how is being filled this array, appears undefined when Chart does not find the caption name for that part of the chart. Then…