我正在尝试在sqlalchemy中执行此查询
SELECT id, name FROM user WHERE id IN (123, 456)
我想[123, 456]在执行时绑定列表.
[123, 456]
python sqlalchemy
python ×1
sqlalchemy ×1