Select Id, sr_no from table_a a Left join table_b b On a.id=b.sr_no
#Note id is bigint and sr_no is string in Athena.
I am getting error like