Hello friends?
I use the following command to get a specific sequence in the database
For example, where the ID is 1
My question is here
I get a list of different IDs as follows
List_id =>
What syntax should I use to get these lines in the database?
Thanks ?
I use the following command to get a specific sequence in the database
For example, where the ID is 1
cur=sql.ExecQuery("SELECT * FROM tabel1 WHERE di = 1 ")
My question is here
I get a list of different IDs as follows
List_id =>
[1,23,467,346,83685,2568,2]
What syntax should I use to get these lines in the database?
Thanks ?