python sqlite3 cannot retrieve column values with @ in them like [email protected]

burner

New Member
Very simple question here, I couldn't find a real answer out there.\[code\]c.execute('select * from users where email = ?', ['[email protected]'])c.fetchon()\[/code\]What is so special about @?
 
Top