SQL query to Oracle - Only getting integer part of numeric columns

9 visualizaciones (últimos 30 días)
Niclas Engberg
Niclas Engberg el 25 de Jul. de 2014
Comentada: Geoff Hayes el 28 de Jul. de 2014
I have just bought the database toolbox so I am not very familiar with this. I want to retrieve data from an Oracle database. Each row in my dataset contains both string columns and numeric columns. I have set the DataReturnFormat to 'table'.
The columns that contain strings look fine in my result table but the numeric columns only have the integer part, i.e. 101.37 becomes 101, 0.0425 becomes 0 etc.
Running the same query in AQT gives me the correct data. (That is the way I used to do it - either AQT and export to excel and xlsread from Matlab or running the query in VBA + xlsread)
There is probably a simple change in settings that fixes this but right now this eludes me.
Regards,
Niclas
  6 comentarios
Niclas Engberg
Niclas Engberg el 28 de Jul. de 2014
Issue solved. It seems the database uses decimal komma "," while Matlab only recognizes decimal point ".". Using to_char(xxx,'9990.99999'), where xxx is whatever numeric column I want, did the trick. Or at least I get strings that can be converted to the correct numerical values.
Geoff Hayes
Geoff Hayes el 28 de Jul. de 2014
Awesome that you figured it out!

Iniciar sesión para comentar.

Respuestas (0)

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by