Hello Viewers
I see an error when converting a data from string datatype to uint64 datatype in SQLMR or PDQL, it works good in PLX (Dremel).
Please suggest to resolve this concerns.
Sample Syntax:
select UINT64((concat('0X',abc)),16) as c1, country_code from DREMEL ('','def')
Thanks.