I'm working with a Sybase ASE 15.7 instance.
After querying the systypes
table, I've seen many data types such as floatn
, intn
, datetimn
, moneyn
. They have the same length of their counterparts (float
, int
, datetime
, ...) and seem to differ only in its type code and hierarchy. Sybase ASE documentation mention the former (as in here or here) but there is no explanation of their purpose.
What are these data types intended for and what's the difference with their counterparts without the trailing "N"?