I get:ERROR: column "d" is of type numeric but _expression_ is of type text
LINE 2: Select distinct test1.t, 'abc' as b, NULL as c, NULL as d
HINT: You will need to rewrite or cast the _expression_.Can someone give a short SQL syntax hint ?
David J.