Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. SELECT SQL_CALC_FOUND_ROWS ff_posts.ID FROM ff_posts WHERE ?=? AND (((ff_posts.post_title LIKE ?) OR (ff_posts.post_excerpt LIKE ?) OR (ff_posts.post_content LIKE ?)) AND ((ff_posts.post_title LIKE ?) OR (ff_posts.post_excerpt LIKE ?) OR (ff_posts.post_content LIKE ?))) AND (ff_posts.post_password = ?) AND ff_posts.post_type IN (?, ?, ?, ?, ?) AND (ff_posts.post_status = ? OR ff_posts.post_status = ?) ORDER BY (CASE WHEN ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_title LIKE ? AND ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_title LIKE ? OR ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_excerpt LIKE ? THEN ? WHEN ff_posts.post_content LIKE ? THEN ? ELSE ? END), ff_posts.post_date DESC LIMIT ?, ?
  2. Obfuscated query SELECT SQL_CALC_FOUND_ROWS ff_posts.ID FROM ff_posts WHERE ?=? AND (((ff_posts.post_title LIKE ?) OR (ff_posts.post_excerpt LIKE ?) OR (ff_posts.post_content LIKE ?)) AND ((ff_posts.post_title LIKE ?) OR (ff_posts.post_excerpt LIKE ?) OR (ff_posts.post_content LIKE ?))) AND (ff_posts.post_password = ?) AND ff_posts.post_type IN (?, ?, ?, ?, ?) AND (ff_posts.post_status = ? OR ff_posts.post_status = ?) ORDER BY (CASE WHEN ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_title LIKE ? AND ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_title LIKE ? OR ff_posts.post_title LIKE ? THEN ? WHEN ff_posts.post_excerpt LIKE ? THEN ? WHEN ff_posts.post_content LIKE ? THEN ? ELSE ? END), ff_posts.post_date DESC LIMIT ?, ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement