SQL – CAST() / CONCAT()

Hey all, here’s another conversion tip. In our project, Excel can join the contents of two fields together by using the following: =(A1)&(B1) In this example, we will join 2 values together. Lets say 10 is in A1 and 33 is in B1. So our code will be: =(10)&(33) In MSSQL, this can be done […]

Read More