S
Steve, Putman
Hi Gurus,
Keeping it short - Suppose I have a Table with two columns- Column1 and
Column2, and it got lots of data.
Now I want to create another column(Column3) joining Column1 and Column2.
I can do it in two ways,
1. Doing SQL "Select Column1+Column2 as [Column3] From TableName".
2. Or add a expression column on the Datatable "Column1+Column2".
I want to know which one is better and preffered to use,
Performance wise which is better.
Please help me. I will appreciate your help.
Thanks, Steve
Keeping it short - Suppose I have a Table with two columns- Column1 and
Column2, and it got lots of data.
Now I want to create another column(Column3) joining Column1 and Column2.
I can do it in two ways,
1. Doing SQL "Select Column1+Column2 as [Column3] From TableName".
2. Or add a expression column on the Datatable "Column1+Column2".
I want to know which one is better and preffered to use,
Performance wise which is better.
Please help me. I will appreciate your help.
Thanks, Steve