开发者

What datatype in oracle would map to a Java int?

开发者 https://www.devze.com 2023-01-03 05:48 出处:网络
What type in Oracle (10 Express Edition) would be the \"same开发者_开发问答\" as a Java int?Java\'s int has a range of -2,147,483,648 to 2,147,483,647 - so Number(10,0) is as close as you\'re going to

What type in Oracle (10 Express Edition) would be the "same开发者_开发问答" as a Java int?


Java's int has a range of -2,147,483,648 to 2,147,483,647 - so Number(10,0) is as close as you're going to get...


I'd say number(10,0).


try NUMBER . In Oracle we use Number for Integer

0

精彩评论

暂无评论...
验证码 换一张
取 消