Mysql In operator with python format

后端 未结 0 1521

This is my python code:

SEARCH_BY_ID_TEMPLATE = "SELECT {columns} FROM {table} WHERE {field} IN (%s) ORDER BY id LIMIT {limit} OFFSET {offset};"
def som         


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