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.
次のMySQLクエリに出くわしました:
update 'table' set itemId=:itemId, startDate=:startDate where id=:id
しかし、私は =: が何を意味するのか理解できませんでした。=: の後の名前は変数だと思いますが、中身を確認する方法や設定方法は?
バインド変数を参照している可能性があります。MySQL ステートメントを実行する PHP またはその他のコードは、参照を変数に置き換えます。