Chinaunix

标题: MySQL支持GUID吗? [打印本页]

作者: supermysql    时间: 2006-06-21 14:24
标题: MySQL支持GUID吗?
MySQL支持GUID吗?如果支持请问怎么取得
作者: yejr    时间: 2006-06-21 20:39
似乎不支持
作者: ncowboy    时间: 2006-06-23 00:59
4.1以上版本支持。

Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>mysql wap
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.0.21-community-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> select uuid();
+--------------------------------------+
| uuid()                               |
+--------------------------------------+
| a2cfb8f6-5360-1029-89a6-f860f9bececc |
+--------------------------------------+
1 row in set (0.19 sec)

mysql> select version();
+---------------------+
| version()           |
+---------------------+
| 5.0.21-community-nt |
+---------------------+
1 row in set (0.03 sec)

mysql>
作者: ncowboy    时间: 2006-06-25 23:35
我没有说清楚?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2