5 lines
117 B
SQL
5 lines
117 B
SQL
UPDATE module_text
|
|
SET text = RTRIM(text,'.')||
|
|
', contracted value will be replaced.'
|
|
WHERE text_number = 3558;
|