SQL — UPK() Function
Syntax
UPK(str)
Description
The UPK() function returns a numeric result from the packed data in str. It is assumed that str was created by the PCK() function.
Example
Select A,UPK(B),UPK(C) from Legacy
UPK(str)
The UPK() function returns a numeric result from the packed data in str. It is assumed that str was created by the PCK() function.
Select A,UPK(B),UPK(C) from Legacy