The following bug has been logged online: Bug reference: 1568 Logged by: helman Email address: 123@123.com PostgreSQL version: 8.0 Operating system: linux Description: concat Details: concat no accept null
helman wrote: > > The following bug has been logged online: > > Bug reference: 1568 > Logged by: helman > Email address: 123@123.com > PostgreSQL version: 8.0 > Operating system: linux > Description: concat > Details: > > concat no accept null Concatting a NULL returns a NULL. You might want to use COALESCE() to return '' for NULL in the concat. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера