Name column contains space.I tried to fetch the column rows which contains only names and should not return null values and empty values.But it return the column which contain white spaces. I tried:
select name,id from details where name is not null;
The above query return the data contains white spaces. how to eliminate the data that contain white space in it?