Ejemplo n.º 1
0
 new protected string GetWhere()
 {
     return($"WHERE EXISTS ({WhereTable.GetSql()})");
 }
Ejemplo n.º 2
0
 public string GetSql()
 {
     return($"{Table1.GetSql()} UNION {PrintAll()} {Table2.GetSql()};");
 }
Ejemplo n.º 3
0
 public string GetSql()
 {
     return($"{GetInsert()} {SelectTable.GetSql()}");
 }