Sql查询中的新行


93

如何在Sql Query中获取新行或换行符?

Answers:




19

你可以做Char(13)Char(10)。Cr和Lf。

Char() 在SQL Server中工作,我对其他数据库一无所知。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.