Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
表包含 varchar(30) 字段
查询:选择accID
使用 isql/12.5,相同的查询,相同的 Sybase 15 数据库:isql 查询返回具有 30 列字段的行。
使用 isql/15.7,相同的查询,相同的 Sybase 15 数据库:isql 查询返回具有 60 列字段的行。
这里有某种配置问题吗?
谢谢。萝莉
通过 isql 显示值的方式不影响各个字段的数据类型,也不影响字段的值。仅仅因为 isql 用额外的字符填充了列,它不会改变字段的值,只会改变它在屏幕上的显示方式。Isql 填充字段以提高可读性。