Hi,
I am in the beginners stage in INGRES...
To enable journaling on single table I have used the sql stmt
SET JOURNALING ON <tablename>;
Is there any possibility to turn on Journaling for multi tables at a time.
For multi tables, can I use
SET JOURNALING ON <tablename1>, <tablename2>, <tablename3>;
My question may be silly... But please anyone can help me in this.
Regards,
Vidhya.