#xiaodeng
#python3
#基于SQL和PYTHON的数据库数据查询语句
import pymysql

#1、基本用法
cur.execute("select * from biao")


#2、查询某表中的特定数据,如某制定id和名字的数据
cur.execute("select * from biao where >and day(regdate) = day(now())

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-06-01
  • 2021-08-09
  • 2022-01-07
  • 2021-10-06
  • 2021-08-01
猜你喜欢
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案