S
Sudip_inn
Guest
I tried this but did not work
ALTER table table_name
Add column column_name57 integer AFTER column_name56
How to insert columns at a specific position in existing table?
How to achieve this in sql server. my sql server version is
Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) Aug 22 2017 17:04:49
Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2019
Standard 10.0 <X64> (Build 17763: )
Continue reading...
ALTER table table_name
Add column column_name57 integer AFTER column_name56
How to insert columns at a specific position in existing table?
How to achieve this in sql server. my sql server version is
Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) Aug 22 2017 17:04:49
Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2019
Standard 10.0 <X64> (Build 17763: )
Continue reading...