MyCATApache / Mycat-doc

Apache License 2.0
1.08k stars 662 forks source link

mycat #56

Open zhangyang123147 opened 7 years ago

zhangyang123147 commented 7 years ago

sql: select id,user,age,name from users having id>10 and age>20; error result: java.lang.NullPointerException;

sql: select id,user,age,name from users having id>10; result is fine