Join Slack
Powered by
So I must use like this: `TableA.name.alias("conve...
# exposed
d
douglarek
12/05/2016, 9:59 AM
So I must use like this: `TableA.name.alias("convert_to(name,'gbk')").aliasOnlyExpression()`;and it will be translated to SQL:
select convert_to(name,'gbk') from TableA
; this is what I really espect
Open in Slack
Previous
Next