Prefix all columns in T-SQL statement

后端 未结 3 1572

Given a table \"ABC\" with columns Col1, Col2 and Col3 it is possible to automatically generate something like the following:

SELECT
Col1 AS \'ABC_Col1\', 
C         


        
3条回答
提交回复
热议问题