Microsoft
Software
Hardware
Network
Question : MySQL query
Is is possible to write a query to give me everything in a colum excelt a given value?
IE
SELECT trading
FROM operators
WHERE trading = 'everying except myValue
Thanks
Answer : MySQL query
SELECT trading
FROM operators
WHERE trading <> 'myValue
Random Solutions
Animationed GIFs don't animate in Outlook 2007
Error message saying cannot connect to linked SQL Server
Outlook 2003 Add-In with VSTO: no permissions
MS Access 2007 - closing a table
Weird color change when switching from MS Excel to MS Access
How to get zip codes to convert properly from Excel to Access
Mutliple Zones when adding a webpart to a page
Access 2000 - Query Crteria Problem
CLR Stored Procedure
printing a file given the path in windows API