gpt4 book ai didi

mysql - Microsoft Access 和 MYSQL 数据类型比较

转载 作者:行者123 更新时间:2023-11-29 23:07:09 30 4
gpt4 key购买 nike

什么相当于MYSQL中的数据类型LONG正如我在http://www.w3schools.com/sql/sql_datatypes.asp中看到的那样。 longMicrosoft Access 数据类型。我想知道可以使用什么来代替 LONG IN MYSQL。

最佳答案

使用和 int,这与您在提供的页面中看到的数据类型相同。

MS Access:

Long Allows whole numbers between -2,147,483,648 and 2,147,483,647

MySQL:

INT(size) -2147483648 to 2147483647 normal. 0 to 4294967295 UNSIGNED*. The maximum number of digits may be specified in parenthesis

关于mysql - Microsoft Access 和 MYSQL 数据类型比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28249854/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com