Subject SQL SERVER to FIREBIRD.
Author akestion
HI,


Can you tell me how to declare a check constraint such as :

PRIMARY KEY check(typeAvion like '[A-Z]%'),

or
NumVol typenumvol PRIMARY KEY CHECK (NumVol like 'IT[0-9][0-9][0-9]'),

This order to select a range of values or characteres.

Thanks a lot,


Akim