About 22,900,000 results
Open links in new tab
  1. sql - Conversion failed when converting the varchar value 'simple, ' to ...

    Feb 24, 2014 · Now I have to INNER JOIN this table with other tables on a.value = #myTempTable.num. BUT a.value is ntext so I need to CONVERT it what I actually did, but I am getting an error: …

  2. "Conversion failed when converting the varchar value 'NULL' to data ...

    May 18, 2016 · When I insert records into a long table,I am getting the error "Conversion failed when converting the varchar value 'NULL' to data type int" How can I determine which column errors out?

  3. sql - Conversion failed when converting the nvarchar value ... to data ...

    Feb 9, 2014 · Conversion failed when converting the nvarchar value 'abcd' to data type int. Solution - I had seen this kind of error before when I forgot to enclose a number (in varchar column) in single …

  4. sql - How to do conversion of units between two tables in SAP HANA ...

    May 9, 2019 · To convert PAL into KG I need to look up at Conversion Table at MATERIAL and UNIT Column (look up PAL field) and get row 5 from Conversion Rate column (UOMZ1D/UOMN1D) …

  5. python - Temperature conversion Table - Stack Overflow

    Nov 8, 2020 · I need to write a program that displays Celsius to Fahrenheit temperature conversion in a table. Question - What is the correct way to print a specific index within a list. My attempt comes from …

  6. abap - Set Conversion Exit for dropdown values on INT4 field in ...

    Feb 13, 2025 · A Conversion Exit is an ABAP-based object which converts a value from its database format into display format, called respectively internal and external formats. For instance, the FR …

  7. sql server - SQL custom unit conversion - Stack Overflow

    Apr 3, 2014 · I am looking for a solution for a custom unit conversion in SQL, the database my company used is Microsoft SQL server, I need to write a SQL to return a conversion factor based on a "unit …

  8. How do you model a table for unit conversion? - Stack Overflow

    Oct 18, 2010 · This table would also store cups in ounces, pounds, kg, grams, cm and all sorts of measurements. How do you do this? I was thinking about something like this: Amount | Units | …

  9. Conversion failed when converting date and/or time from character ...

    Jan 2, 2013 · In my case this error message "Conversion failed when converting date and/or time from character string." showed up while trying to insert 'null' (string) into a nullable datetime column.

  10. How to make a simple celsius to farenheit conversion table within a ...

    Nov 5, 2022 · How to make a simple celsius to farenheit conversion table within a specific range of temperatures in PYTHON? Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 618 …