-
-
Save Lonsdale201/ff125ad8544939d3b34259993f200951 to your computer and use it in GitHub Desktop.
JetEngine - FluentCRM - SQL Query - All list, All tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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