G
gongjin21
Unregistered / Unconfirmed
GUEST, unregistred user!
用Database Desktop建立的数据表就可用float并设置小数部分,用SQL语句在Query中和
SQL Explorer中用下面的语句都那不行,全部都变成double类型,用Database Desktop打
开是没显示类型,什么意思呢?
附SQL语句:
create table 'test.dbf' (
aaa float(12,2),
bbb numeric(10,2)
)
SQL Explorer中用下面的语句都那不行,全部都变成double类型,用Database Desktop打
开是没显示类型,什么意思呢?
附SQL语句:
create table 'test.dbf' (
aaa float(12,2),
bbb numeric(10,2)
)