instead of substring what should we use in MSACCES
hi,
userdetails table:
uid username
---- --------
us101 miruthu
us102 raj
select top 1 substring(uid,3,5) from userdetails order by uid desc
if i have query like this
i got o/p
102
it is not working in msaccess.what should i use for it while am using msaccess instead of sqlserver.i want to split us and 101.what should i do.if anyone knows please reply as soon as possible
|