Posts by Júlio César • 1 point
2 posts
-
-4
votes1
answer31
viewsA: SQL - COUNT and GROUP BY doubt
Link to references: https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_in INNER JOIN Customers on Orders.CustomerID = Customers.CustomerID WHERE Customers.Country IN ('Brazil',…
-
-1
votes0
answers24
viewsQ: Convert Python time to Dart
I’m making an application for study I took the data from this api https://www.mercadobitcoin.com.br/trade-api/#get_order and I’m converting to Dart. I have the error of {"status_code": 203,…