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.
SQL を使用した BLOCK または PREVENT コマンドはありますか? カテゴリを完全に削除せずに、特定の製品カテゴリが Web サイトの検索結果に表示されないようにしたいです。
WHERE句を使用します。
WHERE
SELECT {Select_List} FROM {Table} WHERE Category <> {Your Category}