RE: largest timestamp value

2001-04-24 Thread Batista, Facundo
timestamp value #-- #-- #-- #--What's the largest possible timestamp value before it rolls over? #--I'm trying to figure out what's the best way to do the following. I #--have a table that has these three fields in it: #-- #--priority int(3) #--end_time timestamp(14) #-

largest timestamp value

2001-04-20 Thread Ashley M. Kirchner
What's the largest possible timestamp value before it rolls over? I'm trying to figure out what's the best way to do the following. I have a table that has these three fields in it: priority int(3) end_time timestamp(14) start_time timestamp(14) NOTE: only start_time gets i