I can say "select convert('1234',, unsigned integer)", but I can't say "select convert('1234', bigint)". Why can't I cast a string to a bigint? All error messages says the same thing: "check the user's manual", and in user's manual didn't even talk about bigint. ...