Jan 3, 2006 #1 mbcmike Programmer Sep 9, 2005 34 US Anyone know what the syntax is for a tab? For example char(13) + Char(10) would be "enter". I need to replace all the tabs in a field. Thanks.
Anyone know what the syntax is for a tab? For example char(13) + Char(10) would be "enter". I need to replace all the tabs in a field. Thanks.
Jan 3, 2006 1 #2 SQLDenis Programmer Oct 1, 2005 5,575 US Tab CHAR(9) Line feed CHAR(10) Carriage return CHAR(13) Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/ Upvote 0 Downvote
Tab CHAR(9) Line feed CHAR(10) Carriage return CHAR(13) Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/