最近更新时间: 2025-02-18 16:02:00
postgres=# insert into tbase(id,nickname) values(1,'hello TDSQL PG'),(2,'TDSQL PG好'); INSERT 0 2 postgres=# select * from tbase; id | nickname ----+------------- 1 | hello TDSQL PG 2 | TDSQL PG好 (2 rows)