python中sql % 模糊查詢

python中sql % 模糊查詢

SELECT fileid 
    FROM files 
    WHERE description LIKE '%%%s%%' 
        OR filename LIKE '%%%s%%' 
        OR uploader LIKE '%%%s%%' 
        ORDER BY fileid DESC" % (search, search, search)
相關文章
相關標籤/搜索