~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/string/modification.rst

more string

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
Returns: 'First name, Last Name'
48
48
 
49
49
 
50
 
TRIM()                    
 
50
TRIM()
 
51
------         
51
52
 
52
53
Remove leading and trailing spaces
53
54
 
54
 
LTRIM()                   Remove leading spaces
55
 
 
56
 
 
57
 
RTRIM()                   Remove trailing spaces
 
55
LTRIM()
 
56
-------
 
57
 
 
58
Remove leading spaces
 
59
 
 
60
 
 
61
RTRIM()
 
62
-------
 
63
 
 
64
Remove trailing spaces
58
65