I have a text memo field in SQL table that I need to remove the last character in the field if it's a comma.
So, for example, if I have these rows, I need to remove the commas from rows 2 and 4.
INETSHORTD
1 94
2 85,
3 94, 92
4 89, 99, 32,
The output would be:
INETSHORTD
94
85
94, 92
89, 99, 32
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…