Site icon CBD Inflation

SELECT customer_id,cust_name, city FROM customer WHERE city IN (‘London’,’Moscow’) or cust_name In (‘Julian Green’)

SELECT customer_id, cust_name, city
FROM customer
WHERE city IN ('London','Moscow') or cust_name In ('Julian Green')

Need Both city and with cust_name uisng in sql Server

Exit mobile version