Get last SQL query performed by Folgo
In some cases, it is useful to know the last SQL query executed by Folgo for Google Chat. This knowledge allows you to reproduce it yourself directly in BigQuery or understand how our generation engine works, enabling you to use it more effectively. For instance, you can discover how it translated your question into a SQL query.
Nothing could be simpler: just use the "/showMeLastSQLQuery" command.

With this command, you will see the last query Folgo executed, and you can simply copy and paste it for reuse or saving.