Chengpeng Yan

Results 42 comments of Chengpeng Yan

The test case will failed after this PR. ``` drop table t1; create table t1(f1 int, f2 int); insert into t1 values (1,2),(3,1),(2,3); SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); select @var:=f2 from t1...