The following statements show how to use the method in a query.
CREATE TABLE distance (pkey INTEGER, meters meter); SELECT meters.toInches() from distance;
The following statements show how to use the method in a query.
CREATE TABLE distance (pkey INTEGER, meters meter); SELECT meters.toInches() from distance;