Jan 3, 2006 #1 mbcmike Programmer Joined Sep 9, 2005 Messages 34 Location 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 Joined Oct 1, 2005 Messages 5,575 Location 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/