SQLServerCentral » Latest topics
Formatting in HTML table
Hi guys, I have created a HTML table dynamically to send on mail. That table contains few amount columns. It's something like:
Declare @htmltable varchar(max)
Select @htmltable = '<table border="1">
Declare @htmltable varchar(max)
Select @htmltable = '<table border="1">
No comments:
Post a Comment