大家早上好,
我正在研究从postgresql查询中提取数据。
我这样问
pool.query(' SELECT * FROM images_info where id < 50', genericQueryHandler(res));
发回的数据格式如下
{
"command": "SELECT",
"rowCount": 49,
"oid": null,
"rows": [...],
"fields": [],
"_parsers": [],
"_types": {},
"RowCtor": null,
"rowAsArray": false
}
我只需要“行”中的数据。如何提取“行”?我试过限制,分组,没用。你们能帮帮我吗?非常感谢您的时间和帮助
暂无答案!
目前还没有任何答案,快来回答吧!