Skip to Content
0
Former Member
Dec 08, 2009 at 08:26 AM

Select constant from Transp. Table

783 Views

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.