python3與mysql的條件查詢

找了好多博客,試了好多。最後終於試出來了 由於要作一個條件查詢,在mysql語言中能夠直接以下:python select name, id, imgs from img where id = 3 若是要作變量的查詢,能夠mysql select name, id, imgs from img where id in (1, 2, ……) 在python中 1web cursor.execute(
相關文章
相關標籤/搜索