In Oracle SQL how could I do create this Query. I would like to check for multiple conditions with the where clause.
select * from lawprod.WHSHIPLINE where company=10 location=98MDC update-date='01/20/2018'
It works if I do this
select * from lawprod.WHSHIPLINE where company=10
However, I would like to check for more conditions like
I would like to include data of the company=10 and location=98MDC and update_date = 01/20/2018
Thanks for any help!
ORA-00907: missing right parenthesis
00907. 00000 - "missing right parenthesis"
*Cause:
*Action:
Error at Line: 11 Column: 48