struct array in solidity,push工作,但数组的长度保持为1

时间:2017-12-22 10:51:11

标签: struct ethereum solidity go-ethereum

我有一个结构的结构数组,我推送项目,但在推送我的数组后,显示自己的长度只有1,我在哪里错了

select a.id,count(*)
from demo a
left join demo b on a.id >= b.id
group by a.id
having a.id > 5

0 个答案:

没有答案