Reputation: 299
I am trying to query MySQL database all the record where date is on Monday or Tuesday like query would be
select count(*) from table where date = Monday;
what would be best way to execute that query in mysql workbench
thanks
Upvotes: 4
Views: 5684