Posts by MarcosTrollKs • 11 points
2 posts
-
0
votes0
answers27
viewsQ: How to recover an idUsuario(user_id) from an idAnuncio(ad_id) models by Discount(Discount) Discounts? REST API
I need to do a query to recover a User’s discounts(idUsuario = user_id) by the Discount models' numbers, however, discount is only related to an idAnuncio(ad_id), so it’s like recovering an id via…
-
1
votes1
answer102
viewsQ: How to turn Double into Binario Java
I tried to do the method of turning the result of a calculation like this -> public String converteResultado(String resultado) { return…