Skip to Content
0
Former Member
Jan 03, 2008 at 10:00 AM

select query for fields in selection screen

132 Views

SELECT * FROM hrus_d2

INTO TABLE ta_list

WHERE us_name IN subs_obj

and begdat in date_ran.

  • and enddat in date_ran

How can I rewrite the above query for high and low ranges of date_ran field in condition? It doesn't allow in operator with date_ran-low.Can u please help me out