![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, How do you convert from the 'timestamp' datatype to a varchar? I tried variations on convert(varchar(20), timestamp, 101) to no success. All that gets returned is a bunch of gobbledygook. Thanks |
#3
| |||
| |||
|
|
Hi, How do you convert from the 'timestamp' datatype to a varchar? I tried variations on convert(varchar(20), timestamp, 101) to no success. All that gets returned is a bunch of gobbledygook. Thanks |
#4
| |||
| |||
|
|
I understand that the timestamp is varbinary(8). I suppose I should also ask if there is a way to make this output human-readable as well. The reason I want to look into this column is to see which rows in a table have been updated, and sort them from the most recent to the oldest. |
| "Lance" <lancestuff27 (AT) hotmail (DOT) com> wrote in message news:vteh7g1nrh7lb8 (AT) corp (DOT) supernews.com... Hi, How do you convert from the 'timestamp' datatype to a varchar? I tried variations on convert(varchar(20), timestamp, 101) to no success. All that gets returned is a bunch of gobbledygook. Thanks |
#5
| |||
| |||
|
|
I understand that the timestamp is varbinary(8). I suppose I should also ask if there is a way to make this output human-readable as well. The reason I want to look into this column is to see which rows in a table have been updated, and sort them from the most recent to the oldest. |
|
"Lance" <lancestuff27 (AT) hotmail (DOT) com> wrote in message news:vteh7g1nrh7lb8 (AT) corp (DOT) supernews.com... Hi, How do you convert from the 'timestamp' datatype to a varchar? I tried variations on convert(varchar(20), timestamp, 101) to no success. All that gets returned is a bunch of gobbledygook. Thanks |
#6
| |||
| |||
|
|
Hi, How do you convert from the 'timestamp' datatype to a varchar? I tried variations on convert(varchar(20), timestamp, 101) to no success. All that gets returned is a bunch of gobbledygook. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |