You can easily play with this using System -> Console. It provides you a nice interface through to access all Kentico objects through wrappers. So I did this on my CT.
Table is BreakEvensData
and Column is Start_Weight
CMSContext.Current.GlobalObjects.CustomTables["BreakevensData"].Items.ItemsAsFields.Start_Weight
I go this as result
550
650
750
850
300
500
I checked this in Data tab and result is verified.
Manipulate this and see if it works
Screenshot