-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
bug: the EXTRACT() function error #845
Comments
ACK |
single use it ,can use successfully
|
not run |
Judgment basis:
|
CREATE TABLE ctimestamp (a timestamp, b timestamp); result is right:
|
|
|
add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t).
add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t).
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
warning:
|
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Add item_name comparison for the diff operation of the same function,as EXTRACT(DAY_HOUR FROM t) and EXTRACT(MINUTE_SECOND FROM t). Convert static_cast to down_cast
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
The result returned by the function EXTRACT() is incorrect
The wrong result is as follows:
Expected behavior
How To Reproduce
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: