--- "Plenert, Joerg" <[EMAIL PROTECTED]> wrote:

> Yes that function points into the right direction !
> But I need something like that:
>  
> SELECT t0.x as col0, t1.x as col1 from table0 as t0, table1 as t1 where t0.y 
> = t1.y;
>  
> Now I want the following information about the colums:
>  
> 1: column name = col0
>     original column name = x
>     table name = t0
>     original table name = table0
>  
> 2: column name = col1 
>     original column name = x
>     table name = t1
>     original table name = table1

What do you want if the user types "SELECT (t0.x || t1.x) FROM table0, table1 
....."?




                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

Reply via email to