We have migrated few of our tables from on premise oracle to Dedicated SQL Pool via ADF. In that we have a table with blob datatype column. The records in that on-premise (oracle) table are in the format as shown below:-

But when we migrated to dedicated pool, we could seethe column datatype has changed to nvarchar and records are in the format as shown below:-

So is there any way to validate the data
Thanks