Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQLでDDLステートメントを使用して列名の名前を変更する方法
これを実行し、
sp_RENAME 'TableName.[OldColumnName]' , '[NewColumnName]', 'COLUMN'
I am having problem with List Object values. Object is an object of class which holding two integer number.
like
List<Object> container; container.Add(new Coordinates(x_axis, y_axis