SQL statements can contain quoted literals '...' (single quote - series of characters - single quote). A quoted literal is a constant that is expressed as itself rather than as a result of an expression, such as an arithmetic formula.NZSQL considers quoted literals typeless unless they have an associated data type key- word, or are explicitly typecast. When NZSQL cannot readily determine the datatype, it deduces the type from the context.