trying to build a selection, where all other tables are shown without problem with Grocery Crud, the following error appear:
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 ''credito'' at line 1
SHOW COLUMNS FROM 'credito'
Filename: models/Grocery_crud_model.php
Line Number: 470
I tested in command line and workbenck that command and works fine.
could somebody help me?