Hello, I want to do this query: SELECT id, message FROM {{table5.selectedRow.Usuario}} ORDER BY id DESC;) but it gives me an error, table5.selectedRow.User stores the following: "80916981d533d6de", and this is my mistake:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''80916981d533d6de' ORDER BY id DESC;)' at line 1
How can I solve it?