Subject | Re: [firebird-support] INSERT without fields |
---|---|
Author | marco bianchini |
Post date | 2010-03-20T00:57:48Z |
i never try this, but why u dont try
insert into 'table' ('any field except the triggered one') values (NULL)
i guess it runs
2010/3/19 zaher <parmaja@...>
insert into 'table' ('any field except the triggered one') values (NULL)
i guess it runs
2010/3/19 zaher <parmaja@...>
>[Non-text portions of this message have been removed]
>
> Can i insert to table without adding any field, there is fields in table
> take its values from triggers
> INSERT INTO TABLE
> or
> INSERT INTO TABLE
> RETURNING ID
>
> Thanks in advance
>
> Zaher Dirkey
>
>
>