Viewing SQL for list?

bespokeappstt

Hubstaff freelancer
I built a list that works fine. I would like to know the sql that is being used by Fabrikar to produce that list. How can I get the sql that is being used?
 
What do you mean with "produce that list"?

The SQL to create the table? This can be found in e.g. phpMyAdmin.

Or the SELECT to fetch the list data? Enable "Fabrik debug" in Fabrik Options and then append fabrikdebug=1 to your listURL. The SELECT statement can be found in "List GetData"
 
Yes I want the SELECT statement used to generate the list. I followed your instructions but am getting an error in phpmyadmin when I run the same sql statement.
upload_2022-4-25_16-50-6.png

When I run this same sql in phpmyadmin I get the following:
upload_2022-4-25_16-51-54.png
 
Yes I want the SELECT statement used to generate the list.
Terminology: SELECT does not "generate" a database table (that would be CREATE), but indeed fetches data from it.

The good news is, however, that the SELECT is what you wanted, and you found it.

Now, most error messages are true, and so is this. When directly in phpMyAdmin, you cannot use "#__" in a table name but must replace it with the table prefix.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top