sql - Selecting everything but not a specific value -
i have table called proofs has columns (id, proof) trying select id , proof, value in proof column example "all proofs" want see except "all proofs" in execution, sql query have do?
select p.* proofs p p.proof <> 'all proofs'