Answer the question
In order to leave comments, you need to log in
Wrong mysql query?
Good afternoon.
There is a table:
The competition table stores information about ongoing competitions:
competition_id (competition ID);
competition_name (competition name);
world_record (world record);
set_date (the date the world record was set);
It is created and filled with data.
The essence of the request - Select the name and world results for all competitions established on 12-05-2010 or 15-05-2010.
Wrote this query:
select competition_name,world_record from competition where set_date = 12-05-2010 or set_date = 17-05-2010;
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