摘要: 数据库字符集查看select datname,pg_encoding_to_char(encoding) as encoding from pg_database;建表时指定字符集CREATE TABLE customers ( id SERIAL PRIMARY KEY, name VARCHAR 阅读全文
posted @ 2024-01-18 09:50 刚好遇见Mysql 阅读(507) 评论(0) 推荐(0) 编辑