Retrieve data from postgresql in fastest way using python

后端 未结 0 1784
春和景丽
春和景丽 2020-12-06 01:04

I have the following code:

list1=[]
flatList=[\'user1\',\'user2\',\'user3\',\'user4\',......]
for val in flatList_val:
    #count=flatList.count(val)
    quer         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题