PostgreSQL:翻转行和列

发布于 2025-01-24 02:00:50 字数 894 浏览 0 评论 0原文

我有一个称为store_properties的PosgreSQL表。

SELECT * FROM store_properties

提供此数据,其中有数百行返回:

名称LAST_MODIFIED_ON
地址123 MAIN ST2022-03-23 16:05:04
CITYVITEVILLE2022-03-23 16:05:04
StateAL2022-03-23 16:05 :04
.........

我需要编写一个查询,该查询将name字段返回为列别名,而value作为仅1行的字段。示例:

地址城市...如何
123 Main StAl...Cityville

完成?我无法访问创建功能或添加插件。

I have a PosgreSQL table called store_properties.

SELECT * FROM store_properties

provides this data, which has hundreds of rows returned:

namevaluelast_modified_on
address123 Main St2022-03-23 16:05:04
cityCityville2022-03-23 16:05:04
stateAL2022-03-23 16:05:04
.........

I need to write a query that returns the name field as the column aliases and value as the fields with just 1 row. Example:

addresscitystate...
123 Main StCityvilleAL...

How can this be done? I do not have access to create functions or add plugins.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文