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.
我的问题很简单,我试图通过使用SELECT语句打印文本和数字的组合。但是,当我尝试使用这种方法打印文本时,会得到很多杂项-字符。
SELECT
-
如何在不打印-字符的情况下使用 select 语句?
例如:
SELECT "HELLO WORLD"
会导致:
--------------------- HELLO WORLD
启动isql时,使用-b选项来禁止打印标题。
isql -Uusername -Sservername -b