Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT ch.Title, ch.IsActive
- FROM Chats AS ch
- WHERE ch.IsActive = 0
- AND
- (LEN(ch.Title) < 5 OR (SUBSTRING(ch.Title,3,2) = 'tl'))
- AND ch.IsActive IS NOT NULL
- ORDER BY ch.Title DESC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement