from sqlalchemy import text result = session.execute( text("SELECT * FROM user WHERE id=:param"), {"param":5} ). The second positional argument to ...
確定! 回上一頁