I currently have a table with a column as varchar. This column can hold numbers or text. During certain queries I treat it as a bigint column (I do
varchar
bigint
Consider creating a redundant bigint field to hold the integer value of af MyCol.
You may then index the new field to speed up the join.