Posts by Fábio Leonam • 3 points
2 posts
-
-1
votes1
answer221
viewsQ: Nodejs update
I am currently with V8.10.0 and wanted to update it to 10.16, but when using: sudo npm cache clean -f I get the following answer: using --force I sure Hope you know what you are Doing. How to solve…
-
0
votes1
answer27
viewsQ: Total digit check in Mysql
Well, I need to select values formed by a total of 5 digits that start with "1" and end with "0". In the table, this attribute is of the decimal type. How can I perform this SELECT?