Posts by KiverTeixeira • 23 points
2 posts
-
1
votes1
answer90
viewsQ: Javascript arithmetic error
Today I went through a strange problem, a simple calculation of the sum of the difference according to the ordination. If in the browser console run this calculation below: 2.3+2.3+2.1 Would the…
javascriptasked KiverTeixeira 23 -
1
votes1
answer53
viewsQ: Couchbase + N1QL
In a bank of approximately 300,000 records, the query below: SELECT count(usuario) FROM analytics where datahora.entrada >= '2016-11-18T00:00:00.000Z' and datahora.entrada <=…