Sektion 2. Kapitel 2
single
Number filtering
Stryg for at vise menuen
But what if we want to choose a car with small mileage, let it be less than 5000 miles. We need to set the condition to a numeric column.
This also can be done with WHERE statement. For example,
123SELECT * FROM audi_cars WHERE mileage < 5000
Comparison operators you also can use for numeric columns:
<- less than<=- less-equal>=- greater-equal ->- greater=- equal<>- not equal.
Now let's try to find the cheapest car in this dataset.
Opgave
Swipe to start coding
From the audi_cars dataset extract cars with price less than 10 000.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 2
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat