pgsql 的问题
pgsql 怎么插入inet类型的数据?
insert into table (remote_addr) values ( ?::INET);
pgsql如何截取时间的精度
select create_time::timestamp(6) from table;
pgsql 怎么插入inet类型的数据?
insert into table (remote_addr) values ( ?::INET);
pgsql如何截取时间的精度
select create_time::timestamp(6) from table;