[EMAIL PROTECTED] wrote:
> what is the storage consumption of following field data types > (I did not find any specification in the manuals): > VARCHAR(n) - n Bytes? > INTEGER - 4 Bytes? > DATE - 10 Bytes? > TIME - 15 Bytes? > TIMESTAMP - 26 Bytes? > FIXED(p,s) - x Bytes? > FLOAT(p) - x Bytes? see http://www.sapdb.org/htmhelp/e0/ed9036dfe4b903e10000009b38f889/frameset.htm INTEGER = FIXED(10,0) Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
