摘要:
一般模糊语句如下: 其中关于条件,SQL提供了四种匹配模式:1、%:表示任意0个或多个字符。可匹配任意类型和长度的字符,有些情况下若是中文,请使用两个百分号(%%)表示。比如 SELECT * FROM [user] WHERE u_name LIKE '%三%'将会把u_name为“张三”,“张猫 阅读全文
摘要:
I did the steps below with Python 3.5.1 and it works: Download driver from here Driver installation in cmd, in this folder Python\Python35\PyMySQL-0.7 阅读全文