Hello
I would like to make the following select from Transp. Table :
Select F1 F2 'ABC' AS SOURCE
FROM Transp. Table
F1, F2 - fields of the table , 'ABC' is a char constant , the same for all records of the table
I dont want to run Loop-End loop and populate the constant there.