I don't know if the `alias` property is writable; ...
# suitescript
e
I don't know if the
alias
property is writable; documentation is unhelpful on this, but you could at least attempt:
Copy code
let myQuery = query.load(...);
query.columns.forEach(c => c.alias = /* set a unique alias here */);