Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 2014-01-04 11:19:38 cat: Execute, proto: mysql-5, msg: SELECT pr.product_id AS product_id,
  2. pr.model AS model, pd.name AS name, pr.image AS image, pr.status AS status, pr.date_added
  3. AS date_added, pr.date_modified AS date_modified FROM oc_product pr LEFT JOIN
  4. oc_product_description pd ON pr.product_id = pd.product_id AND pd.language_id = NULL
  5. WHERE pr.status = 1 ORDER BY pd.name
  6.  
  7. pd.language_id = NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement