
Hi to all,
I want to ask if MySQL version 5.0 or later supports variable constants?
Like in any programmling languages like Visual Basic 6, you can declare a constant variable and refer to it through the lifetime of your program?
It also won't allow its value to be modified.
Does mySQL have that feature? or we just have to declare a variable and put a default value to it?
thanks and god bless all!