SQL oracle: don’t show empty values.
Jan29Difficulty: 




Ever wanted to query a resultset and received a whole bunch of results with empty values?
Just query on select no empty values.
The query can look like this:
SELECT * FROM MY_TABLE WHERE CD_VAL = 'something' AND CD_VAL IS NOT NULL;
Posted in sql |empty values, / not null, / oracle, / sql
» 1 Comment, post your comment now. »
One Response to “SQL oracle: don’t show empty values.”
koool thx or the query sample
Comments
- Pulkit Singhal
- Neil
- mike nittmann
- geniutrixone
- Mika
- Romfrosk
- steve
- shahzad
- Maurice
- Lee
- Oskar Krawczyk