Query Which is not supposted to list NULLS is listing NULLS also
В списке pgsql-general по дате отправления:
| От | shreedhar |
|---|---|
| Тема | Query Which is not supposted to list NULLS is listing NULLS also |
| Дата | |
| Msg-id | 00a901c3241e$e70eee00$1201a8c0@a4005 обсуждение исходный текст |
| Список | pgsql-general |
jassignedid int4 DEFAULT nextval('"tbljobincharge_jassignedid_seq"'::text) NOT NULL,
projectid int4 NOT NULL,
accountid int4 NOT NULL,
completeddate timestamp,
jobcompleted bool DEFAULT 'f' NOT NULL,
jobcomments text,
satisid int4,
priorityid int4 DEFAULT 0 NOT NULL,
active bool DEFAULT 't' NOT NULL,
remarks text,
noofunits int4 DEFAULT 0 NOT NULL,
jobassigneddate timestamp,
assignedby int4 )
But Query SELECT Which is not supposed to list NULLS is listing NULLS also. Is there any alternative to write a query to list 'not null' result. I am attaching result set of query for you reference. Thanks And Regards Sreedhar
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера