| Subject | Re: What's the best way to store and get a true 64-bit int value? | 
|---|---|
| Author | John Craig | 
| Post date | 2005-02-04T21:08:01Z | 
I should have mentioned, what I really have is 8 bytes of binary data
and to make it more complicated, I need to be able to index it.
It's occurred to me that I could store it as two separate INTEGER
fields or convert it to a hex representation and store it in a varchar.
Any other suggestions welcomed!
John
            and to make it more complicated, I need to be able to index it.
It's occurred to me that I could store it as two separate INTEGER
fields or convert it to a hex representation and store it in a varchar.
Any other suggestions welcomed!
John