Hi, Im only used to basic sql queries. wonder if anyone can help with the below - or at least get me pointing in the direction of the correct resource to solve.
I have a table, with fields a,b,c,d,e,f
I need to run a query that shows from the above table all matches to 3 conditions in this order..
display if a = condition1 and b = condition2 and e is less than or equal to the value in e
my problem is whilst Im able to write these queries seperate, Im struggling to write the query as one without getting errors.
Can anyone help - either suggest how the query should look, or point me to some resource.. many thanks.