pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
mod_settings
PHP | 8 sec ago
Untitled
5 sec ago
Untitled
6 sec ago
Untitled
12 sec ago
Untitled
18 sec ago
Untitled
19 sec ago
Untitled
24 sec ago
Untitled
30 sec ago
Layout Width
Share Pastebin
michael
By: a guest | Apr 10th, 2008 | Syntax:
SQL
| Size: 0.07 KB | Hits: 282 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
UPDATE
wp_posts
SET
post_status
=
'publish'
WHERE
post_status !
=
'static'
;
create new paste
|
create new version of this paste
RAW Paste Data
UPDATE wp_posts SET post_status = 'publish' WHERE post_status != 'static';