I'm writing a statement where I want to select multiple conditions in the 'where' part of the statement. For example: select "id", "state", "problem", "solution", "date", from "reports" where id<50 and id>20 state=critical date>1/1/01 and date<6/1/01
Everything after the 'where' i'm not sure how to do. Any help would be appreciated. Is it even possible? Thanks.
Mike
Everything after the 'where' i'm not sure how to do. Any help would be appreciated. Is it even possible? Thanks.
Mike