qindong

Results 3 issues of qindong

the source: @property def week_of_month(self): first_day_of_month = self.replace(day=1) return self.week_of_year - first_day_of_month.week_of_year + 1 the results eg.: {'day_wid': '20211229', 'week_wid': '202152', 'week_code': 52, 'week_of_month': 5,} {'day_wid': '20211230', 'week_wid': '202152', 'week_code':...

SELECT a.code, mi, we FROM ods.ods_wbs_car_location_v a LATERAL VIEW EXPLODE_SPLIT (materiel_id,',') b AS mi LATERAL VIEW EXPLODE_SPLIT (weight,',') d AS we

bug
question