Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 POSTGRES 的新手。我想做一个 SELECT 并列出所有列的名称和值。
库 libpq-fe.h 中是否有一个函数来获取 sql 查询的列名?
在 Delphi 代码中,我使用 LibPQ 和PQfname(SelectHandle, ColumnNr);. 它在http://www.postgresql.org/docs/9.2/static/libpq-exec.html中有描述
PQfname(SelectHandle, ColumnNr);