I have a coworker looking for this, and I don’t recall ever running into anything like that. Is there a reasonable technique that would let you simulate it? would yield 30 Answer edit: if col always > 0
Tag: oracle
Difference between BYTE and CHAR in column datatypes
In Oracle, what is the difference between : and Answer Let us assume the database character set is UTF-8, which is the recommended setting in recent versions of Oracle. In this case, some characters take more than 1 byte to store in the database. If you define the field as VARCHAR2(11 BYTE), Oracle can use up to 11 bytes for