mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Oracle Subquery bug
This commit is contained in:
@@ -8,6 +8,11 @@ namespace SqlSugar
|
||||
{
|
||||
public class SubWhere: ISubOperation
|
||||
{
|
||||
public bool HasWhere
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "Where"; }
|
||||
|
Reference in New Issue
Block a user