NatokHD
Back to Browse
SQL SERVER||How to add computed column to the existing table?
SQLtoSSIStoPowerBI
1.16K subscribers
Share
83 views
Feb 10, 2025
5:04
Alter table student ADD fullname AS Concat(firstname,' ',lastname)
Download
0 formats
No download links available.
SQL SERVER||How to add computed column to the existing table? | NatokHD