Forums

Way to load field with a different field with DB Read?

dryke_chris 20 May, 2014
Using the DB Read feature, I am listing the fields to gather from that setting, but is there by any chance a way to load a field with a different name? Example of what I mean in MySQL query form:

select id, item as 'MyItem' from 'table'

I have selected "id" and "item" from my table, but I want "item" to return as "MyItem." I hope I'm making sense here.
GreyHead 21 May, 2014
Hi Chris,

I don't know if you can use an AS in the fields list - Max would have to answer that. But you can rename the data item afterwards if that helps. What are you actually trying to do here?

Bob
This topic is locked and no more replies can be posted.