例如我想这样做:
select id,name from first;
它应该是这样的:
查询结果// 这应该是查询的标题 身份证名称 1 阿里 2 萨米人
postgresql
postgresql ×1