Hi Everyone, I am trying to insert a value in the table. Sometimes the value has this symbol at the end. I just want insert the entire value except this symbol. The values can be like this that I am insert in the tableInsert into Table1(col1)Values (12345§ )The values can be, below is just an example12345§3456DER§5678DFGR564I want to insert only these values from the above data123453456DER5678FGR564any help will be appreciated.
↧