Quote:
Originally posted by dnix
Does informix keep track (somewhere) of when a table is created, like a time stamp for auditing,etc...?
|
Hi there,
Yes informix keeps track of all tables created in sysmaster database.
You can run the below query
select * from systables where tabid>99
Regards,
lloyd