K
Kok Yong Lee
hi there,
I have a table of the following schema
build
---------------------------
build_id AutoNumber
build_date Date/Time
label Text
CL Number
----------------------------
for a simple query like
SELECT build.CL FROM build;
how can I apply a filter so that I only get the max CL value?
thanks in advanced.
I have a table of the following schema
build
---------------------------
build_id AutoNumber
build_date Date/Time
label Text
CL Number
----------------------------
for a simple query like
SELECT build.CL FROM build;
how can I apply a filter so that I only get the max CL value?
thanks in advanced.