- SELECT total,
- customer_id
- FROM invoice
- WHERE billing_city = 'Dublin'
- OR billing_city = 'London'
- OR billing_city = 'Paris'
- AND total >= 5
- AND customer_id = 40
- OR customer_id = 46;-- сюда запишите условия;
Re: SQL WHERE
From Beige Kitten, 4 Months ago, written in Plain Text, viewed 90 times.
This paste is a reply to SQL WHERE from Konstantin
- view diff
URL http://codebin.org/view/a0f4b64b
Embed
Download Paste or View Raw
— Expand Paste to full width of browser