Relational lookups
From: Ike (rxv_at_hotmail.com)
Date: 10/17/03
- Next message: Robert Klemme: "Re: Relational lookups"
- Previous message: Manish Mishra: "JDBC query for date datatype (Urgent)"
- Next in thread: Robert Klemme: "Re: Relational lookups"
- Reply: Robert Klemme: "Re: Relational lookups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 17 Oct 2003 15:18:37 GMT
I'm wondering how the following common scenerio is typically handled:
Suppose I have a table (tableA) where one of the fields ("the_field") is an
integer which is the key to another table (tableB).
I run a SELECT query on tableA, displaying, say, n results in tabular
format.
In this tabular format, "the_field" is showing as an integer, which,
essentially is meaningless to the user viewing the output.
Is there some mechanism I might use to convert these integer fields to a
value in tableB for purposes of this display WITHOUT having to run a query
on every line I am displaying?
Thanks, Ike
- Next message: Robert Klemme: "Re: Relational lookups"
- Previous message: Manish Mishra: "JDBC query for date datatype (Urgent)"
- Next in thread: Robert Klemme: "Re: Relational lookups"
- Reply: Robert Klemme: "Re: Relational lookups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|