T
T
thatmaniscool2018-08-13 10:18:29
Java
thatmaniscool, 2018-08-13 10:18:29

How to write queries to SQLite android studio?

How to read data from SQLite database?
Suppose I have a database with 10 rows, where each column is divided into:
1) ID (id)
2) Person's name (name)
3) Telephone number (phone)
4) Number of hours. (hours)
So that's how to write a request and get the correct answer?
I am using android studio.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2018-08-13
@klim76

predpologimDB.rawQuery(...)
predpologimDB.query(...)
everything is chewed up here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question