We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1fdf0 commit 87b7c71Copy full SHA for 87b7c71
1 file changed
mcc/resources/queries/mcc/aggregatedDemographics.sql
@@ -26,9 +26,9 @@ SELECT
26
o.infant_history,
27
o.fertility_status,
28
o.medical_history,
29
- null as usage_current,
30
- null as usage_future,
31
- null as breeding_partner_id,
+ CAST(null AS VARCHAR) as usage_current,
+ CAST(null AS VARCHAR) as usage_future,
+ CAST(null AS VARCHAR) as breeding_partner_id,
32
o.date_of_observations,
33
d.container
34
@@ -75,9 +75,9 @@ SELECT
75
76
77
78
79
80
81
82
83
0 commit comments