随笔分类 -  mysql

摘要:condition="select * from choice_dailyfinancehistory where f_code_id='212' and f_date < '2016-01-24 08:00:00+08'" 阅读全文
posted @ 2018-09-11 15:37 luoganttcc 阅读(71) 评论(0) 推荐(0)
摘要:下载 文章 阅读全文
posted @ 2018-09-11 13:05 luoganttcc 阅读(95) 评论(0) 推荐(0)
摘要:import pandas as pdimport pymysqlfrom sqlalchemy import create_engine#engine = create_engine("mysql+pymysql://user:password@host:... 阅读全文
posted @ 2018-06-19 22:36 luoganttcc 阅读(568) 评论(0) 推荐(0)
摘要:import pymysql.cursors#连接配置信息config = {'host':'127.0.0.1','port':3306,'user':'root','password':'08300734','db':'db','charset':'ut... 阅读全文
posted @ 2018-06-19 22:27 luoganttcc 阅读(236) 评论(0) 推荐(0)