fix: misspelling
This commit is contained in:
parent
c46278a863
commit
9656ec4c80
|
@ -76,11 +76,11 @@ if $data00 != @-> Data Exchange 2:1 (width=296)@ then
|
|||
return -1
|
||||
endi
|
||||
sql explain select count(*), last_row(f1), min(f1),t1 from sta partition by t1;
|
||||
if $data00 != @-> Aggragate (functions=4 width=28 input_order=desc )@ then
|
||||
if $data00 != @-> Aggregate (functions=4 width=28 input_order=desc )@ then
|
||||
return -1
|
||||
endi
|
||||
sql explain select count(*), last_row(f1), min(f1),t1 from sta group by t1;
|
||||
if $data00 != @-> Aggragate (functions=4 width=28 input_order=desc )@ then
|
||||
if $data00 != @-> Aggregate (functions=4 width=28 input_order=desc )@ then
|
||||
return -1
|
||||
endi
|
||||
sql explain select distinct count(*), last_row(f1), min(f1) from sta;
|
||||
|
|
Loading…
Reference in New Issue