@@learnssis sir am finding difficulty in variables, because am from Non IT background. Please assist me how to improve this concept.
@learnssis Жыл бұрын
@@sandeepthewanderer Just try to watch more videos on Variables and try to read some blogs on Variables. When you read about something then it become more clear as compare to watching a video. I would also recommend you to read a pdf book on sql server because that will clear your fundamentals on sql server.
@sandeepthewanderer Жыл бұрын
@@learnssis sir any particular website that can prefer, it would be really helpful. Thank u
@learnssis Жыл бұрын
@@sandeepthewandererTake a look at this site www.sqlshack.com/sql-variables-basics-and-usage/
@RohitSingh-rp5kz Жыл бұрын
In first case you can also use concat function it give same result : select ltrim(concat(first_name,' ',last_name)) as full_name from car;
@learnssis Жыл бұрын
Yes Rohit you are correct, we can also use concat function.