Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to get a placeholder to keep the current column value?

by arturo (Vicar)
on Oct 26, 2003 at 15:29 UTC ( [id://302209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      -- :NEW.XXXX refers to the value of the XXXX field specified in the 
    +update statement
       -- :OLD.XXXX refers to the value in the record being updated
      IF :NEW.foo IS NULL THEN
        :NEW.foo := :OLD.foo
      END IF;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://302209]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-03-29 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found