-
-
Save nisar1/9426861 to your computer and use it in GitHub Desktop.
According to the MySQL docs you can only cast to:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
According to the MySQL docs you can only cast to: | |
BINARY[(N)] | |
CHAR[(N)] | |
DATE | |
DATETIME | |
DECIMAL[(M[,D])] | |
SIGNED | |
[INTEGER] | |
TIME | |
UNSIGNED [INTEGER] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment