在 PostgreSQL 中,可以使用 gen_random_uuid() 函數(shù)生成隨機(jī) UUID。
gen_random_uuid()
以下是一個(gè)示例:
SELECT gen_random_uuid();
該函數(shù)將返回一個(gè)隨機(jī)生成的 UUID。
如果要將其存儲(chǔ)在表中,可以使用以下語(yǔ)法:
INSERT INTO your_table (uuid_column) VALUES (gen_random_uuid());
億速云公眾號(hào)
手機(jī)網(wǎng)站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權(quán)所有
廣州億速云計(jì)算有限公司粵ICP備17096448號(hào)-1 粵公網(wǎng)安備 44010402001142號(hào)增值電信業(yè)務(wù)經(jīng)營(yíng)許可證編號(hào):B1-20181529