chidea
Results
1
issues of
chidea
### How to reproduce bug ``` create space test create model test.test(id:uint8, v:binary) insert into test.test(0, ``) select v from test.test where id=0 ``` and the result is `([96])` where...