Hello i want to show data from table where i have to show only that data that column contain some value . i don't want to show null value column of the employee . here i am try to show only that value that employee field in his details not blank column in his data . can any one help me that how to write query in sql server 2005 .
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
well, I'm not sure what your table looks like, but something like this should get you started:
|
|||||||||
|
|
The syntax is:
if your CONDITION is COL_NAME is not empty/not blank this mean as Brett wrote:
|
|||
|
|