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 选择查询中获取被拒绝的值。
例如:
SELECT * FROM table where column1 ='value1' and cloumn2 ='value2'
这将从 column1 和 column2 所在的表中获取所有数据。在这种情况下,将不会选择数据库中的一些值。我也想获得这些值。这可能吗。
我尝试使用where column !='value',但在某些情况下这不适用。有什么建议么。
where column !='value'