【发布时间】:2010-11-04 11:54:43
【问题描述】:
我有以下结果集
Status Wage --Columns Names (Table)
====== =====
Employed 10,000
我需要的是:
Key Value DataType
=== ===== ========
Status Employed column data type e.g varchar
Wage 10,000 decimal(18,2)
如何在 SQL 2005 中使用 TSQL 来实现这一点
【问题讨论】:
标签: sql sql-server-2005 tsql stored-procedures