1
select `civicrm`.`civicrm_product`.`id` AS `id`,`civicrm`.`civicrm_product`.`sku` AS `sku`,`civicrm`.`civicrm_product`.`image` AS `image`,`civicrm`.`civicrm_product`.`thumbnail` AS `thumbnail`,`civicrm`.`civicrm_product`.`price` AS `price`,`civicrm`.`civicrm_product`.`currency` AS `currency`,`civicrm`.`civicrm_product`.`financial_type_id` AS `financial_type_id`,`civicrm`.`civicrm_product`.`min_contribution` AS `min_contribution`,`civicrm`.`civicrm_product`.`cost` AS `cost`,`civicrm`.`civicrm_product`.`is_active` AS `is_active`,`civicrm`.`civicrm_product`.`period_type` AS `period_type`,`civicrm`.`civicrm_product`.`fixed_period_start_day` AS `fixed_period_start_day`,`civicrm`.`civicrm_product`.`duration_unit` AS `duration_unit`,`civicrm`.`civicrm_product`.`duration_interval` AS `duration_interval`,`civicrm`.`civicrm_product`.`frequency_unit` AS `frequency_unit`,`civicrm`.`civicrm_product`.`frequency_interval` AS `frequency_interval`,`civicrm`.`civicrm_product`.`name_en_US` AS `name`,`civicrm`.`civicrm_product`.`description_en_US` AS `description`,`civicrm`.`civicrm_product`.`options_en_US` AS `options` from `civicrm`.`civicrm_product`