Guest_imported
New member
- Jan 1, 1970
- 0
hi i have a problem with converting a SQL command to CF.
what im trying to perform is :
SELECT S.Organization, S.OrganizationURL, S.ShortDescription
FROM SupplierDirectory S, SupplierGeneralCategory
Where S.ID = SupplierGeneralCategory.SupplierID and
SupplierGeneralCategory.GeneralCategory = 'Assessment'
thats the SQL command for it. However no matter how hard i try i can't convert it to CF. i have two tables, i want it to search through SUPPLIERDIRECTORY, and find entries with CATEGORY = assessment (in SupplierGeneralCategory) and show the results.
can anyone translate what i wrote down to pure CF ??
thanks alot,
BB
what im trying to perform is :
SELECT S.Organization, S.OrganizationURL, S.ShortDescription
FROM SupplierDirectory S, SupplierGeneralCategory
Where S.ID = SupplierGeneralCategory.SupplierID and
SupplierGeneralCategory.GeneralCategory = 'Assessment'
thats the SQL command for it. However no matter how hard i try i can't convert it to CF. i have two tables, i want it to search through SUPPLIERDIRECTORY, and find entries with CATEGORY = assessment (in SupplierGeneralCategory) and show the results.
can anyone translate what i wrote down to pure CF ??
thanks alot,
BB