Le mercredi 10 septembre 2003, private mwain a �crit...
bonjour,
> is it possible with the dbmcli to show all tables of a database and to
> have a look at their internal structure (rows, data types etc.)?
For table MA_TABLE, something like:
SELECT COLUMNNAME, DATATYPE, LEN, NULLABLE, MODE, COMMENT
FROM DOMAIN.COLUMNS
WHERE TABLENAME = 'MA_TABLE'
See Sapdb Documentation->system tables
--
jean-michel
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general