APM: DBI "bug"

Wayne Walker wwalker at bybent.com
Sun Sep 14 22:29:33 CDT 2003


THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!

It does work in DBI!!!!


On Sun, Sep 14, 2003 at 09:49:26PM -0500, woody at realtime.net wrote:
> 
> Wayne Walker writes:
>  > I've since found a reference in the man page that specifies that this
>  > works as I describe and I just have to live with it.   :(
>  > 
>  > On Sun, Sep 14, 2003 at 08:16:37PM -0500, Wayne Walker wrote:
>  > > Given the following SQL:
>  > > 
>  > > SELECT b.ID, c.ID, c.ID
>  > > 	from Bugs as b, Clients as c, Projects as p
>  > > 	WHERE b.project = p.ID AND p.client = c.ID;
> 
> I haven't tried it with DBI, but in SQL you can rename those columns:
> 
>   SELECT b.ID bug_id, c.ID client_id, p.ID project_id
> 
> -- 
> woody at realtime.net

-- 

Wayne Walker

www.broadq.com :)  Bringing digital video and audio to the living room



More information about the Austin mailing list