タグ: sql 1 件

# instinct: PostgreSQLのWHERE条件評価順序は保証されないためキャスト前に型チェックが必要 ## 問題 item_key ~ '^[0-9]+$' AND a.id = l.item_key::int...