logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python的help()用法

python的help用法一、进入交互模式打开cmd命令行窗口,输入python效果如下:D:\Company\Code\python>pythonPython 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32Type "help", "copyri

#python
mysql临时表

工作中有时候需要查询一些特殊的数据,尤其一个大表里的个别字段的数值,可以讲这些字段放到临时表,查询会更快些。在同一个session中,临时表在selece、insert、1、创建临时表:和正常表很像,只是要加上TEMPORARY  TABLE关键字 mysql> create temporary table test(id int, name VARCHAR(32));

DbVisualizer报错You have an error in your SQL syntax; check the manual that corresponds to your MySQL

DbVisualizer安装后执行查询报错:网上查了多个帖子,一般都说版本问题

到底了