Skip to content
Advertisement

Java Sqlite how to print a.rowname

I asked myself how I print a.rowname in Java with jbdc sqlite. Or did I take the wrong solution to fetch all the Selected data?

I tried this:

And I get this error:

In Python it works kind of like this. I can later just get the Selected data from the array:

Advertisement

Answer

You do not select a.spieler

try:

Update after question edit Use aliases for the columns without dots:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement