I'm creating a chat in an android app and need to display this screen:
Mydatabaselookslikethis:Messagetable:
I'm making this an example query for the user who has id = 43
SELECT m.dono, m.dest , m.recebido, m.data,
IF(m.dono=43,(SELECT...
asked by
25.08.2017 / 02:04