Re: [GENERAL] insert into view !!

1999-06-23 Thread Anonymous
On Wed, 23 Jun 1999, abdelkrim wrote: > it is possible to insert into a view ? if its a single-table view, yes -- you'd want to create a DO INSTEAD rule. consult the manual/html pages to get the proper syntax for CREATE RULE. if its a multitable view, maybe... i dont think this can be done with

[GENERAL] insert into view !!

1999-06-23 Thread Anonymous
it is possible to insert into a view ? thanks