Skip to content

Instantly share code, notes, and snippets.

@zettamax
Created February 17, 2015 03:44
Show Gist options
  • Save zettamax/bc63718eaa420ff57c47 to your computer and use it in GitHub Desktop.
Save zettamax/bc63718eaa420ff57c47 to your computer and use it in GitHub Desktop.
Check free trial payments
select * from payments pm where pm.product_id in (select product_id from products pr where status = 'on' and params_provider like '%free_trial%') and log_id != 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment