dimanche 31 mai 2015

How can i print all values of a row in SQLite?

I want to print all values of a row in SQLite. I use Corona SDK (Lua)

Eg

column1     column2       column3

row1         3462           482 

row2        Value1        Value2
 

How can i choose, for example, all values of only row 1, and than print them?

Output:

3462

482

Aucun commentaire:

Enregistrer un commentaire