Hi all friends, Please let me know how to use Between for example in the following query
Select * from Table where cant between '500' and '1500'
Greetings.
Mitchell
> Select * from Table where cant between '500' and '1500'
For Each Table where
cant > 500 and
cant
display Table with 3 col.
end.
is one way to do it.