Jump to content

null in the query result


jaseervp@ymail.com

Recommended Posts

hello,

 

I have a table, that contains null in one column. when I query on that table null is also appearing in the result. Is there any option to hide the null?

-------------
| id | name |
|----------- |
| 1 | null |
| 2 | BANK |
-------------
expected result is:
-------------
| id | name |
|-------------|
| 1 | |
| 2 | BANK |
-------------
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...