Thread: Distinct Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cstraim@yahoo.com is offline
external usenet poster
 
Posts: 4
Default Distinct Query

I have a query that I need help with the Syntax on.

SELECT CHIDspec.File, CHIDspec.`Lbx ID`, CHIUKReport.`CD Encrypt`
FROM {oj `G:\tEST`.CHIDspec CHIDspec LEFT OUTER JOIN
`G:tEST`.CHIUKReport CHIUKReport ON CHIDspec.`Lbx ID` =
CHIUKReport.File}

I need to pull distinct data from CHIDspec.`Lbx ID`, and I'm not sure
how to work in the "distinct" command for this query

Thanks