Answer the question
In order to leave comments, you need to log in
How to merge similar records in SQL?
Good day, toasters!!!
Tell me how to combine two similar records in SQL?
For example, I need to display the model number, speed, and hard drive size of a PC that has 12x or 24x CDs and costs less than $600.
Did something like this:
SELECT DISTINCT model,speed, hd
FROM PC
WHERE cd = '12x' OR cd='24x' AND price < 600
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question