Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Nov 28, 2023
1 parent 61f358e commit 1412013
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ suite("single_table_without_aggregate") {
sql """DROP MATERIALIZED VIEW IF EXISTS mv7_0 ON orders"""

// top cte = select + from + order by + limit
// view = select + from + order by + limit
def cte7_1_name = "cte7_1"
def cte7_1 = "with ${cte7_1_name} as ( ${query2_1} )"
def query7_1 = "${cte7_1} select d, count(*) from " +
Expand Down

0 comments on commit 1412013

Please sign in to comment.