Name

stringtime — converts string to a time

Synopsis

time stringtime ( in str varchar );

Description

Converts the argument to a time. Same as

cast (x as time)