hi
i have the below query that is not working .
select gro_code,grp_na me from groups
where exists
(select * from groups where len(gro_code)<5 )
i want to get all data in groups where no# of digits in gro_code<5
i have the below query that is not working .
select gro_code,grp_na me from groups
where exists
(select * from groups where len(gro_code)<5 )
i want to get all data in groups where no# of digits in gro_code<5
Comment