Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

I'm getting a bunch of Junk for values in a time stamp column: 0x00000000000265FF

Enthusiast ,
Feb 16, 2009 Feb 16, 2009
I'm getting a bunch of Junk for values in a time stamp column:

stuff like:

0x00000000000265FF
0x0000000000026601
0x0000000000026602

I was expecting elegible dates.
TOPICS
Database access
847
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Feb 16, 2009 Feb 16, 2009
after reading this I realise my mistake :)

http://www.sqlteam.com/article/timestamps-vs-datetime-data-types
Translate
Enthusiast ,
Feb 16, 2009 Feb 16, 2009
The error seems to have fixed itself, no worries.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 16, 2009 Feb 16, 2009
My mistake, I'm still getting this problem occuring 😞
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 16, 2009 Feb 16, 2009
What code produces that output?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 16, 2009 Feb 16, 2009
Basically its an insert statement with the timestamp column omitted:

insert into deals (sellAmount,buyAmount,
buyOrSell,
isUndoable)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 16, 2009 Feb 16, 2009
the output is found when I do a select stament like

SELECT
dateAdded
FROM deals
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 16, 2009 Feb 16, 2009
LATEST
after reading this I realise my mistake :)

http://www.sqlteam.com/article/timestamps-vs-datetime-data-types
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources