完成 in 查询,完成子表 exists 查询

This commit is contained in:
28810
2018-12-29 17:22:43 +08:00
parent 90bbff32a5
commit 74a6ab5859
14 changed files with 455 additions and 265 deletions

View File

@ -5,5 +5,5 @@
public string On { get; set; }
public SelectTableInfoType Type { get; set; }
}
enum SelectTableInfoType { From, LeftJoin, InnerJoin, RightJoin }
enum SelectTableInfoType { From, LeftJoin, InnerJoin, RightJoin, Parent }
}