04-02-20 06:16 PM
I am working with SQL Queries for a Blue Prism project, and in my queries I have to cast a few of the table columns for Blue Prism to accept them.
For example, instead of SELECT [id] FROM [tableName], I do SELECT cast([id] as char(36)) FROM [tableName].
However, in my Blue Prism collection the column name now displays as 'Column1' instead of 'id' as I want it. In cases where I am not casting, the name shows up correctly.
How can I revert back to the name I want while still applying the casting?
--------------------------------------------------Answered! Go to Answer.
05-02-20 01:06 PM
04-02-20 06:32 PM
05-02-20 01:06 PM
06-02-20 06:58 AM
06-01-22 01:04 PM