目录
order by (全局排序asc ,desc)
sort by(reduce 内排序)
Distribute by(分区排序)
Cluster By(当 distribute by 和 sorts by 字段相同时 ,可以使用 ) order by (全局排序asc ,desc)
INSERT OVERWRITE LOCAL DIRECTORY /home/test2
…
Nuget包 Microsoft.EntityFrameworkCore.SqlServer:SQL server 需要添加包 Newtonsoft.Json:用于Json格式转换 创建类 DbEntitys 继承 DbContext 添加包并引用
using Microsoft.EntityFrameworkCore; using AliWorkbenchProgram.Models;
using Microsof…