Resultset to return BD data - Java

Asked

Viewed 28 times

0

All right, let’s go... I have a question, I have a Bd with 3 tables and used Inner Join to unite them, and internal function of Postgresql to create a dynamic table, whose result is this: Resultado da query

I need to print the result row by row for example: Loja01; 50; 100; 100; 300.However I do not know how to access The row and column of the table. I was researching and saw about the getMetaData method, but I don’t know how it would apply in this case and I don’t know how to use it efficiently. Bank link for a better understanding: http://sqlfiddle.com/#! 17/5c3eb/3. Thanks in advance!!!

  • Please don’t duplicate the same question, especially when the main one already has answers. Comment to authors if the answers have not solved the problem of your doubt instead of recreating the question.

  • I just rephrased the question. What would be "commenting with the authors" is that I’m new here.The authors are the people who responded?

  • Exactly, remember I asked you if the issue was a different question and you said it was the same one? So there’s no need to recreate the same question. Comment below the answers so that their authors know that you still have difficulties with their solutions. And patience, of course, it’s Sunday and if they’re Brazilian, we’re on a long holiday, it might take them a while to respond even.

  • Okay, thanks for the tip.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.