python中的sql语句写法
摘要:sql语句的写法 一、使用占位符% sql = "SELECT FLAG from TTRD_AUTH_USER where account = '%s' and account1 = '%s' " % (data,data1) 注意点: 1、外部是使用双引号 2、若sql里面需要用到双引号,需要使
阅读全文
posted @ 2021-08-05 10:41
posted @ 2021-08-05 10:41
posted @ 2021-08-05 10:13
posted @ 2021-06-17 17:29
posted @ 2020-10-30 17:38
posted @ 2020-10-30 15:27