コード例 #1
0
 public string GenerateSql() => $"OVER ({(partitionBy == null ? string.Empty : $"{partitionBy.GenerateSql()} ")}{orderBy.GenerateSql()})";