Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- django
- Linux
- RFID
- psychology
- MySQL
- hbase
- Spain
- history
- QT
- Italy
- leadership
- management
- essay
- Malaysia
- hadoop
- comic agile
- Software Engineering
- programming_book
- Kuala Lumpur
- France
- Java
- program
- Book
- ubuntu
- Book review
- Python
- Programming
- web
- erlang
- agile
Archives
- Today
- Total
Python-MySQL error 본문
Python: tuple indices must be integers, not str when selecting from mysql table
check cursor type first, being dict cursor, use dict key, or use tuple index
How to see the real SQL query in Python cursor.execute
use cursor._executed
Comments