天天看点

pgsql -- sys_guid()

数据库查询

sys_guid()

: select sys_guid();

使用:

insert into user (id, username) values (sys_guid(),‘刘德华’);

继续阅读