如何在informix上的插入查询中添加行跳转?

时间:2015-07-03 20:21:36

标签: jquery informix

我打算在Informix上的查询插入中插入换行符。我用过:' \ n'但是,这被视为一个字符串,它不接受它作为换行符。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

您可以使用PreparedStatement。有一个使用JDBC和Jython的例子:

fig, axs = subplots(2, 2, sharex=True, sharey=True)
axs[0, 0].set_ylabel('on the left by default')
axs[0, 1].yaxis.set_label_position('right')
axs[0, 1].set_ylabel('...now on the right y-axis')