Hi,I have two columns in the same tableOne is data_value (varchar) and the other is sql_data_type (varchar). Data_value holds info like dates, decimals, etc..sql_data_type holds info about what type of data should be stored in data_value. How can i write a code so that specific_data_type goes into data_value as mentioned in sql_data_type???Thank yougs
↧