Posts by Nazareno Neto • 66 points
2 posts
-
2
votes1
answer125
viewsA: delete record from an sql table
Look if it helps DELETE FROM AGREGADO WHERE AGREDADO.ID_AGREGADO IN ( SELECT utenteagregado.ID_AGREGADO FROM utenteagregado WHERE utenteagregado.ID_PACIENTE = ? )
-
2
votes1
answer829
viewsQ: Edittext Android Accents
someone there knows how I can and if you can do the following, in my Edittext wish the user could not put accents. In case it would be better to treat the text and remove after typing?