height_cm -> 167.60 centimeter need to convet height_FT column and Height_IN

  • height_cm -> 167.60  i have data in sql server column that data i need to insert HeightFT column feet and remain Inches should go into Height_In column.

  • and what is the issue?

     

    Adding new columns to the table you should know how to do it.

    converting cm to feed/inches you should apply the formulas to convert from one to the other and update each field accordingly - that is pure math based on fixed well know formulas (google for them if you don't know them)

  • This was removed by the editor as SPAM

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply