Subject RE: [firebird-support] Random values
Author Leyne, Sean
> Is there a way to assign an initial random value to an integer field using a
> trigger of the type before insert ?

Most FB versions have a built-in RAND function which can generate a random number...

After that you should read up on triggers, they are pretty simple to use.


Sean