Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. naheek

    integer to hex

    I know it is a cheap hack, but I figured out how to do this fairly easily. Since I was only trying to convert 0 to 65535 dec to hex, I created an excel spreadsheet with these values in col1 and dec2hec(col1) in col2. Extended this to 65535 records and then loaded this table into Teradata...
  2. naheek

    integer to hex

    I am trying to find a way to convert an integer value to hex in SQL. I have found the Teradata function chartohexint, but then I need to convert from int to char then from char to hex. When I do this somehow I end up with non 1 to 1 mapping between integers and the hex equivalents. Does...

Part and Inventory Search

Back
Top