OPAL ReferenceOPAL helpful hintsHow do I find the size of a column?To get the size of a column, you can use strlen to measure its length. You may also want to cast as a string, or concatenate multiple columns before using strlen.Copy Page