postgres中的substr整数产生不同的结果

时间:2016-09-29 19:00:57

标签: postgresql integer substr

为什么substr()在Postgres 9.3

中对整数的工作方式不同
select substr('020020',3, 6)
outputs 0020

it includes the 3rd char ( which is correct )

然而

LinearLayoutManager horizontalLayoutManagaer
            = new LinearLayoutManager(MainActivity.this, LinearLayoutManager.HORIZONTAL, false);
cast_recyclerView.setLayoutManager(horizontalLayoutManagaer);
cast_recyclerView.setAdapter(horizontalAdapter);

为什么会这样?如何在两种情况下获得相同的结果,无论类型检查

0 个答案:

没有答案