Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT
- snips.snipId,
- snips.isPrivate,
- snips.snipTitle,
- categories.codeType,
- snips.likes
- FROM snips
- LEFT JOIN categories
- ON snips.codeType = categories.catId
- WHERE isPrivate = 0
- ORDER BY likes DESC
- LIMIT 200
Add Comment
Please, Sign In to add comment