|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Newbie to Oracle Trigger
Hi, good day to u
I would like to know this: I have create a 'after insert trigger' in Student table, when there is a new record come in, the trigger will be fired. how to get the new record in trigger? Thanks, |
|
#2
|
|||
|
|||
|
Quote:
I'm not sure I quite understand your question – do you mean how do you access the data in the new record? If so you can do it by using :new. If you want to access the id column you can do it by :new.id … Hope this helps |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Newbie to Oracle Trigger |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|