MySQL Forums
Forum List  »  Newbie

Re: simple query. why series column is giving problem
Posted by: Peter Brawley
Date: July 21, 2020 11:58PM

Quote

select * from equities where symbol ='TATASTEEL' and series ='EQ'
order by date limit 8

should return 8 rows but i get 0 rows

?! Look again ...

1 There is no `date` column; in your example its name is `date1`... you need to read the error messages that queries elicit.

2 Four rows match your Where clause criteria, not eight.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.