Explicit and implicit Netezza Type Casting With Examples
Netezza type casting is converting the value with one data type to other. There are two type of type casting: Implicit and Explicit type casting. Implicit Netezza Type Casting In an implicit type casting Netezza uses internal rules and try to evaluate the process statements that contain the mixed data types. This will be very helpful when using a function that expects a particular data type, or when issuing a query that compares values that are similar but of different data types. For example, Consider the below query that compare…
1 Comment
September 17, 2016