Subject | Re: [firebird-support] using a stored procedure to return the value for an existing field in the table |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-03-24T16:42:38Z |
24.03.2017 17:26, avert@... [firebird-support] wrote:
Parts which select from new table and performs needed calculation, write triggers to make
it updateable. That's all.
--
WBR, SD.
> is there a way i can write a StoredProcedure or trigger to have the "code" in the databaseCreate a new table, pump all data into it, drop old table, create a view with name
> return that value i want for the existing column and not just return the table data for
> that column?
Parts which select from new table and performs needed calculation, write triggers to make
it updateable. That's all.
--
WBR, SD.