Resolved! Does Servicenow support Schema on read feature
Does ServiceNow support Schema on read with SQL like SELECT CAST(order_amount AS INT)FROM Order_table We need to do type casting in memory where Order amount is stored as String in the database. Our goal is something like this which identifies the fi...