If I were to want to add F means Ford in an SQL statement howwould I Type that in
say the table is trucks
columns: Brand, Horsepower, Color
SELECT Brand, Horsepower, Color
FROM trucks
WHERE........... ????;
If I were to want to add F means Ford in an SQL statement how would I Type that in say the table is trucks columns: Bran
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am