. . . . . "/*[sqlquery[*/ SELECT CAST(policy_amount.policy_amount_identifier as VARCHAR) as policy_amount_identifier, \r\n CAST(policy_amount.policy_amount as INTEGER) as policy_amount , \r\n policy_amount.amount_type_code , \r\n case when policy_amount.amount_type_code = 'Year' then CAST(policy_amount.policy_amount/12 as VARCHAR) end as monthly_policy_amount, \r\n CAST(policy_amount.policy_coverage_detail_identifier as VARCHAR) as 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]*/" . . . . . . . . . . . . . .