D
D
DTPlayer2020-06-22 04:12:04
Python
DTPlayer, 2020-06-22 04:12:04

How to display data from sqlite3 one by one using if?

In sqlite3 there are N entries in the channels(id, channel_id, link, subs_id) table, you need to display them as follows:

if subs_id in user_id: #true
#тут должен быть вывод следющей строки, и проверки ее

Help please!!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zexer, 2020-06-22
@zexer

Maybe it's better to do it via ? Here's an exampleSELECT * WHERE Condition

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question