Hi,
when there are multiple record in the database, how can I query only the last data (based on time stamp) ?
dt = current data table(); dt << select where( :time stamp = col max(:time stamp) );