【发布时间】:2012-10-26 11:14:22
【问题描述】:
有人知道如何在 Sybase 中打开控制台输出吗?像print 'Hello' 这样的常用语句对我不起作用,它只是说命令执行成功而没有打印日志语句。
【问题讨论】:
-
嗨,我在寻找类似问题的解决方案时发现了这个问题。我正在使用 Sybase Interactive SQL 工具,为了打印消息,我必须将
print 'foo bar'替换为message 'foo bar' type status to client。我不知道这是否是您要问的,所以我将其作为评论发布。
标签: sql printing console sybase output