Re: [R] Reading timestamp column from MySQL

2010-07-29 Thread Allan Engelhardt
On 29/07/10 00:20, harsh yadav wrote: Hi, I am reading a SQL (MySQL) table in R data frame. When I read in the table that has a timestamp data-type field, R gives it the following format:- 1.236887e+12 So when I want to manipulate a column with timestamp = 1236887146615 It returns me

[R] Reading timestamp column from MySQL

2010-07-28 Thread harsh yadav
Hi, I am reading a SQL (MySQL) table in R data frame. When I read in the table that has a timestamp data-type field, R gives it the following format:- 1.236887e+12 So when I want to manipulate a column with timestamp = 1236887146615 It returns me multiple rows, as many timestamps gets