awc wrote: > Hi All, > > I just started with sapDB. I have few questions: > > I have created table customer(cust_id fixed(4) key,fname > char(10),lname > char(20)) > > can I insert null values into fields?? when I try, it went > through, but on > select * from customer shows ? on the field value. > > even if I go like insert into customer(cust_id,fname) values(10,'foo') > > I get the ? mark on the field value on the websql.
? is the way to show NULL-values Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
