I have ONE routine where I need to use bigint. I can not run the entire script with this mode on since I do need fp numbers the rest of the time.
I know how to enable the feature:
use bigint;
how do I disable it again.
I assumed that:
no bigint;
would do it, but it does not
Start Free Trial