Archive for the ‘TYPEOF()’ tag
How to emulate the TYPEOF() function in MySQL
Want to know the type of an arbitrary expression in MySQL? Someday in the far far future in version 7.1, you might be able to with the TYPEOF() function.
For now you can try this:
Read the rest of this entry »

