View Single Post

   
  #1 (permalink)  
Old 04-16-2008, 01:53 AM
Miguel Angel .
 
Posts: n/a
Default =?iso-8859-1?B?UXVlc3Rp824gb2YgSkRCQw==?=

What so.
I am a programmer in java and I want to design a module that allows me to
read the consultations that I make within poststoneware without concerning
the amount of columns nor the name of the same ones.
So my question is:
Within the JDBC that class allows me to obtain this data of the
consultations that I make to the data base?

Something thus:
SELECT * FROM tableA INNER JOIN tableB USING(column);

columnA | columnB
------------------
10 | 20

I need this:

query
-------
columnA
columnB

This can be obtained by means of the JDBC?

__________________________________________________ _______________
Moda para esta temporada. Ponte al día de todas las tendencias.
http://www.msn.es/Mujer/moda/default.asp


---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote