. . . . . . "/*[sqlquery[*/ SELECT \r\n policy_amount.policy_amount_identifier, \r\n policy_amount.policy_amount, \r\n policy_amount.amount_type_code , \r\n CASE when policy_amount.amount_type_code = 'Year' then policy_amount.policy_amount/12 end as monthly_policy_amount, \r\n policy_amount.policy_coverage_detail_identifier\r\n FROM demo.acme.policy_amount \r\n JOIN demo.acme.premium ON policy_amount.policy_amount_identifier = premium.policy_amount_identifier\n/*]sqlquery]*/" . . . . . . . . . . .