Hello Marc-Olivier, > CREATE DOMAIN D_A_ADRESSE as VARCHAR(32) > > And i wonder how to use is now in sql studio. Indeed domains > do not appear > in the datatype combo when trying to alter or create a table. > Do i really have to do it with my fingers or is there a way to do it > otherwise ?
Yes, the datatypes in the combo are hardcoded. You could temporarily choose another datatype in the graphical table creation dialog. Then, instead of choosing 'create table', you could 'export to sql dialog' and modify the sql manually. regards, Markus Stausberg SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
