File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
cid/builtin/core/data/queries/cid Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 ,CASE
2323 -- WHEN ("savings_plan_savings_plan_a_r_n" <> '') THEN "savings_plan_savings_plan_a_r_n"
2424 -- WHEN ("reservation_reservation_a_r_n" <> '') THEN "reservation_reservation_a_r_n"
25- WHEN (" line_item_line_item_type" = ' Usage' ) THEN ' '
26- ELSE ' ' END " ri_sp_arn"
25+ WHEN (" line_item_line_item_type" = ' Usage' ) THEN CAST( ' ' AS varchar )
26+ ELSE CAST( ' ' AS varchar ) END " ri_sp_arn"
2727 , " line_item_product_code" " product_code"
2828 , " product_product_name" " product_name"
2929 , CASE
Original file line number Diff line number Diff line change 2020 ELSE ' OnDemand' END " purchase_option"
2121 , CASE
2222 -- WHEN ("savings_plan_savings_plan_a_r_n" <> '') THEN "savings_plan_savings_plan_a_r_n"
23- WHEN (" reservation_reservation_a_r_n" <> ' ' ) THEN " reservation_reservation_a_r_n" ELSE ' ' END " ri_sp_arn"
23+ WHEN (" reservation_reservation_a_r_n" <> ' ' ) THEN " reservation_reservation_a_r_n" ELSE CAST( ' ' AS varchar ) END " ri_sp_arn"
2424 , " line_item_product_code" " product_code"
2525 , " product_product_name" " product_name"
2626 , CASE
Original file line number Diff line number Diff line change 2121 , CASE
2222 WHEN (" savings_plan_savings_plan_a_r_n" <> ' ' ) THEN " savings_plan_savings_plan_a_r_n"
2323 -- WHEN ("reservation_reservation_a_r_n" <> '') THEN "reservation_reservation_a_r_n"
24- ELSE ' ' END " ri_sp_arn"
24+ ELSE CAST( ' ' AS varchar ) END " ri_sp_arn"
2525 , " line_item_product_code" " product_code"
2626 , " product_product_name" " product_name"
2727 , CASE
Original file line number Diff line number Diff line change 2020 ELSE ' OnDemand' END " purchase_option"
2121 , CASE
2222 WHEN (" savings_plan_savings_plan_a_r_n" <> ' ' ) THEN " savings_plan_savings_plan_a_r_n"
23- WHEN (" reservation_reservation_a_r_n" <> ' ' ) THEN " reservation_reservation_a_r_n" ELSE ' ' END " ri_sp_arn"
23+ WHEN (" reservation_reservation_a_r_n" <> ' ' ) THEN " reservation_reservation_a_r_n" ELSE CAST( ' ' AS varchar ) END " ri_sp_arn"
2424 , " line_item_product_code" " product_code"
2525 , " product_product_name" " product_name"
2626 , CASE
You can’t perform that action at this time.
0 commit comments