We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When casting data type, specially strings, user should be able to specify the length of data type.
Currently NyQL has three casting functions, namely, CAST_INT, CAST_DATE, and CAST_STR. Only string function can accept length.
CAST_INT
CAST_DATE
CAST_STR
It is better to have a function to convert it to bigint as well; CAST_BIGINT may be.
CAST_BIGINT
The text was updated successfully, but these errors were encountered:
casting function accepts string length and new CAST_BIGINT function #41
f97b9e4
isuru89
No branches or pull requests
When casting data type, specially strings, user should be able to specify the length of data type.
Currently NyQL has three casting functions, namely,
CAST_INT
,CAST_DATE
, andCAST_STR
. Only string function can accept length.It is better to have a function to convert it to bigint as well;
CAST_BIGINT
may be.The text was updated successfully, but these errors were encountered: