sql select not returning full string from query

조회 수: 36 (최근 30일)
Tim Darrah
Tim Darrah 2020년 9월 1일
답변: Tim Darrah 2020년 9월 18일
My sql select / fetch / sqlread statements are not returning the full string of a field in a table. It also incorrectly identifies the type of the fields. In the first figure below, you can see the data type for the field 'data', and its contents.
in the next figure, you can see the query and the result. It is only giving me the single quote character. Previously, I did not have quotes around this data, and it was giving me the first character (0, -, 1, etc...), so adding the quotes didn't change anything.
When querying with raw sql or python or c# I do not have this issue. Please help! Thanks.
  댓글 수: 5
Tim Darrah
Tim Darrah 2020년 9월 17일
편집: Tim Darrah 2020년 9월 17일
Thank you for your advice, I will look into these suggestions. Yeah, I get the entire data sample with other languages.
Tim Darrah
Tim Darrah 2020년 9월 17일
Changed the datatype to text, works. Thanks for pointing me in the right direction!

댓글을 달려면 로그인하십시오.

채택된 답변

Tim Darrah
Tim Darrah 2020년 9월 18일
Changed the datatype to text, works. Thanks for pointing me in the right direction!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by