Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Inserting values in the database

$
0
0
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.

Viewing all articles
Browse latest Browse all 3145

Trending Articles