[Solution found!] 您可以使用SYS_GUID()函数在您的插入语句中生成GUID: insert into mytable (guid_col, data) values (sys_guid(), 'xxx'); 用于存储GUID的首选 ...
確定! 回上一頁