I apologize in advance if this isn't the right place to ask this. I have a query like "SELECT * FROM table1, table2" and I want to read values out of a ResultSet. What if the two tables have column names in common and I can't predict the column numbers? Is there any way to get table1.id and table2.id? rs.getString tells me "The column name table1.id not found." thanks much ben ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
- Re: [JDBC] select on multiple tables Carterette, Ben
- Re: [JDBC] select on multiple tables Rene Pijlman
- Re: [JDBC] select on multiple tables Ben Carterette
- Re: [JDBC] select on multiple tables Rene Pijlman
- RE: [JDBC] select on multiple tables Carterette, Ben
- Re: [JDBC] select on multiple tables Rene Pijlman
- RE: [JDBC] select on multiple tables Dave Cramer
- RE: [JDBC] select on multiple tables Peter Eisentraut