We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Estoy intentando crear una nueva tabla con el script:
select * from [wpdatatable id = 22]
pero me lanza el siguiente error
: Consulta procesada: SELECT * FROM [wpdatatable id LIMIT 10
MySQL dijo: Tiene un error en su SQL sintaxis; consulte el manual que corresponde a la versión de su servidor MySQL para conocer la sintaxis correcta para usar cerca de '[wpdatatable id LIMIT 10' en la línea 1
Ya he actualizado SQL y la tabla con la que voy a trabajar ya tiene valores.
HI ISCReneJEsus,
Thank you for your purchase.
May I kindly suggest to speak in English so we can understand each other better.
As I can see from your post below you are trying to add our shortcode of the table in the query which is not possible.
You will need to see for the table ID 22 which table refers in the database( for example wp_wpdatatable_22 )
so the query should look like
SELECT * FROM wp_wpdatatable_22
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Exactly, I get the error:
Rendered query: SELECT * FROM wpdatatable id LIMIT 10
MySQL said: Table 'chainsi_cilbd.wpdatatable' does not exist
Hi ISCReneJEsus,
Let me try to explain you better and give you some example.
Let's say you have table 1 ( id of that table is for example 3) and that table is editable.
Now you want to make a new table but use that id 3 table.
Go to table ID 3 and in editing tab see which MySQL table name for editing is used for that table (attachment)
From there use that name in your query.
In this example the table name for editing is wp_wpdatatable_1
so the query for the new table should be
SELECT * FROM wp_wpdatatable_1
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables