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 命令?我想阻止或阻止特定产品类别出现在我网站上的搜索结果中,而不完全删除该类别。
使用WHERE从句。
WHERE
SELECT {Select_List} FROM {Table} WHERE Category <> {Your Category}