Infinity as a numeric value

D

Dale Fye

Another option would be to make this field nullable and
allow a null value to represent unlimited use.

HTH
Dale
 
N

Norman Yuan

Besides the ways in other posts, you can use 0 to represet unlimited. Or if
you want to use 0 for no access, yu can use -1 for unlimited.
 
Top