Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Search
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 10
and
Version 11
of
AdminTips
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2012-09-12T21:58:28Z (
13 years
ago)
Author:
Pan Luo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
AdminTips
v10
v11
78
78
}}}
79
79
80
==== Export Groups ====
80
=== Remove the Leading "s" in Username ===
81
{{{
82
#!sql
83
UPDATE users SET username = SUBSTRING(username, 2) WHERE username REGEXP 's[0-9]{8}';
84
}}}
85
86
=== Export Groups ===
81
87
{{{
82
88
#!sql