Skip to main content
1-Visitor
November 16, 2016
Question

Delete all records of single column of data table.

  • November 16, 2016
  • 1 reply
  • 1851 views

Hi All,

As title stated, Is there a way to delete entries of individual columns in data table.

Thanks,

Meenakshi

1 reply

5-Regular Member
November 17, 2016

You'd have to write a script that locates the row you want to modify and then set the field you want to delete to some null value. You can't delete an individual column from an individual row without deleting that same column for the whole table. Hope this helps!

magrawal1-VisitorAuthor
1-Visitor
November 21, 2016

Thanks Tori Tielebein


You can't delete an individual column from an individual row without deleting that same column for the whole table ->> This is the only way I found to delete all data for a particular column.


Meenakshi