MySQL :: MySQL 5.0 Reference Manual :: 12.10 Cast Functions and Operators
Be careful that this 'feature' of MySQL dosn't bit you in the ass. For example, imagine I have a table with two 'unsigned' integer columns (still with me?). Lets call those columns 'one' and 'two'. Now imagine the following query... # Query to select the ...