恒生笔试挂
哈哈!TMD!觉得做的挺好的啊,随便吧,哈哈!让我转运维?你想得美
全部评论
双非都挂了,真是难绷笔试sql和算法都a了也要我转岗,只能说下头公司
确实玄学
我也有点不理解了,我投的java岗,昨天的笔试除了一道sql没有写出来,其他都ac了!刚刚收到邮件叫我转岗,离谱
相关推荐
10-10 20:27
西安工业大学 运维开发工程师
牛6666666__:select f.farm_name as farm_name,
c.crop_name,
c.crop_type,
round(avg(health_index), 2) as avg_health_index,
round(sum(yield_kg_per_hectare),0) as avg_yield_kg_per_hectare,
datediff(max(measurement_date), min(planting_date)) as growth_days
from crop_data cd
inner join farms f on cd.farm_id = f.farm_id
inner join crops c on cd.crop_id = c.crop_id
where cd.measurement_date between '2024-03-01' and '2024-06-30'
group by cd.crop_id, cd.farm_id,f.farm_name
having count(cd.data_id) >= 3
order by avg_health_index desc, avg_yield_kg_per_hectare desc,farm_name 点赞 评论 收藏
分享
查看18道真题和解析 点赞 评论 收藏
分享