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 データベースへの有効なクエリを作成する方法は?
WHERE visible = 1このクエリに追加する方法
WHERE visible = 1
SELECT * FROM photographs WHERE caption like %colname% or caption_2 like %colname%
SELECT * FROM photographs WHERE caption LIKE '%colname%' OR caption_2 LIKE '%colname%' AND visible = 1