Closed GoogleCodeExporter closed 9 years ago
i have resolved this issue by myself.
the root caused is doc misunderstand.
[/opt/flexviews.1.7.1] $ cat t.sql
create table v_demo as
select c1,
sum(c2) as totcal_c2
from test.demo;
default table alias will let table alias to "test.demo as test.demo", is mysql
syntax error.
I have already reproduce my command,it's works.thanks.
Original comment by xia...@gmail.com
on 1 Sep 2011 at 6:01
Original comment by greenlion@gmail.com
on 13 Mar 2012 at 8:29
Original issue reported on code.google.com by
xia...@gmail.com
on 1 Sep 2011 at 12:53