APM: DBI "bug"

woody at realtime.net woody at realtime.net
Sun Sep 14 21:49:26 CDT 2003


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



More information about the Austin mailing list