Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cusror.execute の sql で """..""" を使用すると違いがありますか。多少の違いがあっても教えてください
クエリを多くの行に分割して適切にフォーマットするために使用されます。
db.query(""" SELECT * FROM employee, department WHERE employee.DepartmentID = department.DepartmentID; """)
また"""..."""、文字列の周りを使用すると、その文字列内でエスケープせず"に済み'ます。
"""..."""
"
'
いいえ、文字列以外に改行を含めることができます。