Subject Re: [firebird-support] INSERT without fields
Author marco bianchini
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@...>

>
>
> 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
>
>
>


[Non-text portions of this message have been removed]