PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
24 01 576
10 sec ago
Untitled
JavaScript | 20 sec ago
show renamer 0.3
Python | 21 sec ago
Untitled
30 sec ago
Untitled
26 sec ago
Untitled
36 sec ago
Untitled
28 sec ago
Untitled
29 sec ago
Untitled
By: a guest on
Aug 8th, 2012
| syntax:
None
| size: 0.13 KB | hits: 7 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
how to remove duplicates in mysql
insert into new_table select distinct word from list;
update list set word = trim(word);
create a
new version
of this paste
RAW Paste Data
how to remove duplicates in mysql insert into new_table select distinct word from list; update list set word = trim(word);