Hello All,
I need to know how many bytes 1 row will consist?
Will btch_name
varchar(
80,
50) take 80 Bytes ? And if this field has only 30 character then also it will space 80 bytes only?
And if we have decimal (10,2) and decimal(2,0) then how many bytes both will have?
create table RD_SIMD_BTCH (
btch_numb integer not null,
btch_name varchar(80,50) not null,
file_name varchar(50,0) not null,
mail_to varchar(50,0) not null,
clnt_id char(1) not null,
sent_flag char(1) not null,
resp_flag char(1) not null,
crtd_dttm datetime year to second not null,
crtd_by char(12) not null,
last_chng_dttm datetime year to second not null,
last_chng_by char(12) not null,
);
Kindly reply;
Thanks
Amit Patel
------------------------------
AMIT PATEL
------------------------------
#Informix