Skip to content
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

date type changed by oracle group function #457

Open
dengfneg opened this issue Feb 28, 2016 · 0 comments
Open

date type changed by oracle group function #457

dengfneg opened this issue Feb 28, 2016 · 0 comments

Comments

@dengfneg
Copy link

when oracle group function is used on float data,the type function result will be transfer to type of int automatically,such as
select max(float_value) from table1 group by id ,the date type of float_value is float,but the data type of max(float_value) is int.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant