- SELECT billing_country,
- billing_postal_code
- -- укажите нужные поля
- FROM invoice
- WHERE billing_address NOT IN ('Street', 'Way', 'Road', 'Drive')
- AND billing_postal_code IS NULL
- -- пропишите условие
- GROUP BY billing_country
- --HAVING COUNT(billing_postal_code) > 10 -- пропишите условие;
Re: Untitled
From Sweltering Shama, 5 Months ago, written in Plain Text, viewed 92 times.
This paste is a reply to Untitled from Forensic Cat
- view diff
URL http://codebin.org/view/4dc16725
Embed
Download Paste or View Raw
— Expand Paste to full width of browser