MikeCopeland
Programmer
I'm using C/R v8.5 and need to do more complex "select" WHEREs than the expert permits. First, I need to do a compound select (e.g. WHERE date > start_date AND date <= end-date), as well as include the <NULL> cases in the selection. The expert doesn't seem to allow any sort of compound WHERE, nor does there seem to be a provision for <NULL>. Yes, I can manually modify the SELECT statement code, but that is tedious and error-prone.
Any thoughts? TIA
Any thoughts? TIA