. . . . . . . . . . . . . "/*[sqlquery[*/ select 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\nfrom demo.acme.policy_amount \r\njoin demo.acme.premium on policy_amount.policy_amount_identifier = premium.policy_amount_identifier\n/*]sqlquery]*/" . . .