Subject RE: [Firebird-Architect] Re: Fb 2.1 and TYPE OF in PSQL
Author Claudio Valderrama C.
> -----Original Message-----
> From: Firebird-Architect@yahoogroups.com
> [mailto:Firebird-Architect@yahoogroups.com]On Behalf Of Vlad Horsun
> Sent: Viernes, 24 de Noviembre de 2006 12:36
> I also like it. But without "%type" :) I.e.
>
> DECLARE <varname> TYPE OF <tablename>.<columnname>

Congratulations... GDML had it 20 years ago, as seen in some of our .epp
files. The keyword is:

BASED ON

But what happens when the table field is modified?
And what happens if the table field is dropped?

C.