Search Postgresql Archives

Trouble with NEW

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi
 
I would appreciate some fresh eyes on this _expression_ -
 
update p_id.fluids
    set fluid_short =
    (select shape.text
    from  shape, num_search
    where (select st_within(shape.wkb_geometry, st_geometryn(num_search.the_geom4, 1)) = 'true')   
    and text !~ '[0-9]')
    where p_id.fluids.fluid_id = NEW.fluid_id;
 
I receive an error ”record “new” has no field “fluid_id” “.
 
Bob

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux