Skip to content

Instantly share code, notes, and snippets.

@Lonsdale201
Created December 14, 2024 15:39
Show Gist options
  • Save Lonsdale201/ff125ad8544939d3b34259993f200951 to your computer and use it in GitHub Desktop.
Save Lonsdale201/ff125ad8544939d3b34259993f200951 to your computer and use it in GitHub Desktop.
JetEngine - FluentCRM - SQL Query - All list, All tags
// This SQl Query will retrive all your fluent crm list | secound code will retive all your fluent crm tags
// Create a new JetEngine Query, with the Query builder. Set the Query type to SQL/AI Query
// Turn on the Advanced/AI mode switcher
// in the SQL Query Area, paste the code
// In the Cast result to instance of object -- Keep stdClass
SELECT *
FROM {prefix}fc_lists
// tags
SELECT *
FROM {prefix}fc_tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment