On 24/04/2014 12:58, Dimitry Sibiryakov wrote:
> 24.04.2014 18:56, Claudio Valderrama C. wrote:
>> What I see is that fields with the same name, even though they come from
>> different tables, would need to be given an alias:
>>
>> select T1.A, T2.A ... as cursor C do
>>      v = C.A; -- Error
>>
>> =>
>> select T1.A as t1a, T2.A as t2a ... as cursor C do
>>      v = t1a; -- Ok
>    How about syntax "C.T1.A"?..
>
Seems bad. I prefer that names are uniquely specified as alias, as in CTE.


Adriano


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to