Skip to content

Instantly share code, notes, and snippets.

@axtens
Created December 9, 2021 04:48
Show Gist options
  • Save axtens/fe99f49a7b9d12c4467cb6b3ea509532 to your computer and use it in GitHub Desktop.
Save axtens/fe99f49a7b9d12c4467cb6b3ea509532 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7230
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7230));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7230)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7230)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7230)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7230)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7230)) ORDER BY tblStructures.structurename;
SELECT * from tblYearCrossReferences where Year=1974
SELECT * FROM tblCountries where countrycode = 'fr'
SELECT * from tblYearCrossReferences where Year=1943
Select * from tblSOurce where lngPartof=9623 order by txtTitle
Select * from tblSource where idSource=4753
Select * from tblSOurce where lngPartof=4753 order by intYear, txtTitle
Select * from tblSOurce where idSOurce=16009
SELECT * FROM tblCountries where countrycode = 'us'
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7230)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7230)) OR (((tblLanguageLanguage.lngFKChild)=7230)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7230,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7230)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7230)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7230 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13280));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7230));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8687
Select * from tblSource where idSource=14825
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8687));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8687)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8687)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8687)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8687)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8687)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8687)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8687)) ORDER BY tblSource.txtTitle;
Select * from tblSOurce where lngPartof=12211 order by txtTitle
Select * from tblSOurce where idSOurce=8090
SELECT * FROM tblCountries where countrycode = 'it'
SELECT * from tblYearCrossReferences where Year=1985
SELECT * from tblYearCrossReferences where Year=1963
Select * from tblSOurce where lngPartof=15658 order by txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8687)) OR (((tblLanguageLanguage.lngFKChild)=8687)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8687,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8687)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8687));
SELECT tblCountries.CountryLabel, tblCountries.CountryCode, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText, * FROM ((tblLanguage LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) INNER JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.country = 'fr' and FirstYear=1974 ORDER BY tblLanguage.Name;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2644
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2644));
Select * from tblSOurce where lngPartof=13338 order by txtTitle
Select * from tblSOurce where lngPartof=18518 order by txtTitle
Select * from tblSOurce where lngPartof=12506 order by txtTitle
Select * from tblSOurce where idSOurce=7409
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2644)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2644)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2644)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2644)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2644)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2644)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2644)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2644)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2644));
SELECT * from tblLanguage where id=181
SELECT top 1 * from tblLanguage where name >'QLISP' order by name
Select * from tblSOurce where lngPartof=7364 order by txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2644)) OR (((tblLanguageLanguage.lngFKChild)=2644)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2644,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText, * FROM ((tblLanguage LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE (((tblLanguage.Name) Like 'fool[37]')) ORDER BY tblLanguage.Name;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =17
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1122110 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=17));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2042
Select * from tblSOurce where lngPartof=14218 order by txtTitle
Select * from tblSOurce where lngPartof=14248 order by txtTitle
Select * from tblSOurce where lngPartof=14229 order by txtTitle
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1242200 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2042));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2042)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2042)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2042)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2042)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2042)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2042)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2042)) ORDER BY tblSource.txtTitle;
SELECT * from tblLanguage where id=1401
SELECT top 1 * from tblLanguage where name <'Hope+' order by name DESC
Select * from tblSOurce where lngPartof=12986 order by txtTitle
Select * from tblSOurce where lngPartof=14213 order by txtTitle
SELECT * from tblLanguage where id=2707
SELECT * from tblYearCrossReferences where Year=1978
Select * from tblSOurce where idSOurce=9056
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=17)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=17)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=17)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=17)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=17)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=17)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=17)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=17)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=17 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9082));
SELECT top 1 * from tblLanguage where name >'DMS' order by name
Select * from tblSOurce where lngPartof=8677 order by intYear, txtTitle
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7213)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7213)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7213)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7213)) OR (((tblLanguageLanguage.lngFKChild)=7213)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7213,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7213)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7213)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7213 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13212));
SELECT top 1 * from tblLanguage where name <'JCS-13' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7213 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13213));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7213));
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblLanguage.*, tblLanguage.SammetCat, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText FROM ((tblLanguage LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.SammetCat='SPC' ORDER BY tblLanguage.Name;
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblLanguage.*, tblLanguage.SammetCat, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText FROM ((tblLanguage LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.SammetCat='SPC' ORDER BY tblLanguage.Name;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2857
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT * from tblLanguage where id=2382
SELECT top 1 * from tblLanguage where name <'PLAGO' order by name DESC
SELECT * from tblYearCrossReferences where Year=1998
Select * from tblSOurce where lngPartof=679 order by txtTitle
SELECT * from tblLanguage where id=3799
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2111130 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5436));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5436)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5436)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5436)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5436)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5436)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5436)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5436)) ORDER BY tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name <'JOVIAL J73' order by name DESC
SELECT top 1 * from tblLanguage where name <'TRAC T2001 Version' order by name DESC
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=249));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=249)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=249)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=249)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=249)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=249)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=249)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=249)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=249)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=249)) OR (((tblLanguageLanguage.lngFKChild)=249)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=249,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5436)) OR (((tblLanguageLanguage.lngFKChild)=5436)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5436,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5436)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5436 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5948));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5436 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6180));
SELECT top 1 * from tblLanguage where name >'STAT SYSTEM/1130' order by name
SELECT top 1 * from tblLanguage where name <'Parasolid' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9144));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9594));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9145));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9147));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=939));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9146));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14395));
select NodeText from tblCategories where nodeid=2233110
SELECT * FROM tblCountries where countrycode = '&id;'
Select * from tblSOurce where idSOurce=15374
SELECT top 1 * from tblLanguage where name <'Dual FCP' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9596));
SELECT * from tblLanguage where id=4273
SELECT top 1 * from tblLanguage where name >'Micro Plato' order by name
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4274
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4274));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4274)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4274)) ORDER BY tblPeople.LastName;
SELECT * from tblLanguage where id=3839
SELECT * from tblLanguage where id=1195
Select * from tblSOurce where lngPartof=17541 order by txtTitle
Select * from tblSOurce where lngPartof=17450 order by txtTitle
Select * from tblSOurce where lngPartof=17427 order by txtTitle
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9595));
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4274)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4274 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3988));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4274));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5436
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2221100 and not (tblCategories.NodeID)=0));
Select * from tblSource where idSource=3046
SELECT * FROM tblCountries where countrycode =''
SELECT top 1 * from tblLanguage where name <'RLB' order by name DESC
SELECT * from tblLanguage where id=6447
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9597));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9598));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9599));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9148));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4644));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18087));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1472));
SELECT * from tblYearCrossReferences where Year=1984
SELECT * from tblLanguage where id=3595
SELECT top 1 * from tblLanguage where name <'odbol' order by name DESC
SELECT * FROM tblCountries where countrycode = 'fr'
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9149));
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4274)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4274)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4274)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4274)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4274)) OR (((tblLanguageLanguage.lngFKChild)=4274)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4274,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4274)) ORDER BY tblSource.txtTitle;
SELECT * FROM tblCountries where countrycode = '&id;'
SELECT * FROM tblCountries where countrycode = '&id;'
SELECT * FROM tblCountries where countrycode =''
SELECT * FROM tblCountries where countrycode = '&id;'
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=249 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
Select * from tblSource where idSource=15437
Select * from tblSOurce where idSOurce=8726
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=15437));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=15437)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=15437));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 15437 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 15437 order by txtTitle, intYear
Select * from tblSOurce where lngPartof=15437 order by intYear, txtTitle
Select * from tblSource where idSource=8034
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=8034));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=8034)) ORDER BY tblLanguage.Name;
Select * from tblSOurce where lngPartof=8034 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=8035 order by txtTitle
SELECT * from tblLanguage where id=6920
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=8034));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 8034 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 8034 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3279
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3279));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3279)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT top 1 * from tblLanguage where name <'SALT' order by name DESC
SELECT * from tblLanguage where id=3511
Select * from tblSOurce where lngPartof=11349 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=3232 order by txtTitle
Select * from tblSource where idSource=1081
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3279)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3279)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3279)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3279)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3279)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3279)) OR (((tblLanguageLanguage.lngFKChild)=3279)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3279,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3279)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3279)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3279 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12102));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3279));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =334
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2222100 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=334));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=334)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=334)) ORDER BY tblPeople.LastName;
SELECT * from tblLanguage where id=2453
SELECT top 1 * from tblLanguage where name <'ROFF' order by name DESC
SELECT * from tblLanguage where id=4316
SELECT top 1 * from tblLanguage where name <'tbt Author' order by name DESC
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=334)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=334)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=334)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=334)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=334)) OR (((tblLanguageLanguage.lngFKChild)=334)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=334,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=334)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=334)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name <'TRIP' order by name DESC
SELECT * FROM tblCountries where countrycode = 'ch'
Select * from tblSource where idSource=14455
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13340));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=774));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11897));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=334));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7046
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2212210 and not (tblCategories.NodeID)=0));
SELECT * from tblYearCrossReferences where Year=1963
SELECT top 1 * from tblLanguage where name <'SDL' order by name DESC
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7046));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7046)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7046)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7046)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7046)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7046)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7046)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7046)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7046)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7046)) OR (((tblLanguageLanguage.lngFKChild)=7046)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7046,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7046 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12469));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7046 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12470));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7046));
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6319)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6319)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6319)) ORDER BY tblStructures.structurename;
Select * from tblSOurce where lngPartof=4367 order by txtTitle
Select * from tblSOurce where lngPartof=10790 order by txtTitle
SELECT * from tblLanguage where id=1195
SELECT top 1 * from tblLanguage where name <'AIDA' order by name DESC
SELECT tblCountries.CountryLabel, tblCountries.CountryCode, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText, * FROM ((tblLanguage LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) INNER JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.country = 'ru' ORDER BY tblLanguage.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5436));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6319
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6319));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6319)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6319)) ORDER BY tblPeople.LastName;
Select * from tblSource where idSource=3189
Select * from tblSOurce where lngPartof=3189 order by intYear, txtTitle
SELECT * from tblLanguage where id=630
SELECT top 1 * from tblLanguage where name <'TROLL' order by name DESC
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6319)) ORDER BY tblUse.Name;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6265
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6265));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6265)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6265)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6265)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6265)) ORDER BY tblCountries.CountryCode;
SELECT * from tblYearCrossReferences where Year=1963
SELECT * from tblYearCrossReferences where Year=1963
Select * from tblSource where idSource=17025
Select * from tblSOurce where lngPartof=17025 order by intYear, txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6319)) OR (((tblLanguageLanguage.lngFKChild)=6319)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6319,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6319)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6319)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6319));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6158
SELECT * from tblYearCrossReferences where Year=1994
SELECT * FROM tblCountries where countrycode = 'it'
SELECT * from tblLanguage where id=2699
SELECT top 1 * from tblLanguage where name >'ECONOMIST' order by name
SELECT * from tblLanguage where id=2542
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1971)) OR (((tblLanguageLanguage.lngFKChild)=1971)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1971,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3223)) OR (((tblLanguageLanguage.lngFKChild)=3223)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3223,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5982));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5982)) ORDER BY tblOrganisation.OrganisationNameShort;
Select * from tblSOurce where lngPartof=14964 order by intYear, txtTitle
Select * from tblSOurce where idSOurce=7822
Select * from tblSOurce where lngPartof=3046 order by intYear, txtTitle
SELECT * from tblLanguage where id=7648
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6158));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2796)) OR (((tblLanguageLanguage.lngFKChild)=2796)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2796,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2644));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5982
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT * from tblLanguage where id=6473
SELECT top 1 * from tblLanguage where name <'UPIC' order by name DESC
select NodeText from tblCategories where nodeid=0
select * from tblLanguage where id=175
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6158)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6265)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6265)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6265)) OR (((tblLanguageLanguage.lngFKChild)=6265)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6265,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6265)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6265)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=8044
SELECT top 1 * from tblLanguage where name <'EQ' order by name DESC
SELECT top 1 * from tblLanguage where name >'Quasimodo' order by name
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6158)) ORDER BY tblPeople.LastName;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6265 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10204));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6265));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =116
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1222300 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=116));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=116)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6158)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
Select * from tblSOurce where lngPartof=14632 order by intYear, txtTitle
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6158)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6158)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6158)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6158)) OR (((tblLanguageLanguage.lngFKChild)=6158)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6158,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6158)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6158)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6158));
SELECT * from tblLanguage where id=6324
SELECT top 1 * from tblLanguage where name <'FORTRAN-PLUS enhanced' order by name DESC
Select * from tblSource where idSource=1600
Select * from tblSOurce where idSOurce=8560
Select * from tblSOurce where lngPartof=1600 order by intYear, txtTitle
SELECT * from tblLanguage where id=82
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2054
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2054));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2054)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2054)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2054)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2054)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2054)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2054)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2054)) OR (((tblLanguageLanguage.lngFKChild)=2054)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2054,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2054)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2054 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10243));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2054 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10240));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2054 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10242));
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2054)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2054));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=1600));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=1600)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=1600));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 1600 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 1600 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7549
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124112 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7549));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7549)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7549)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7549)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7549)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7549)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7549)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7549)) ORDER BY tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7549)) OR (((tblLanguageLanguage.lngFKChild)=7549)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7549,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7549)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7549 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1627));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7549 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14537));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7549));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6592
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1211120 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6592));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6592)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6592)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6592)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6592)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6592)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6592)) ORDER BY tblUse.Name;
Select * from tblSOurce where lngPartof=16747 order by txtTitle
SELECT top 1 * from tblLanguage where name <'The New Language' order by name DESC
Select * from tblSOurce where lngPartof=8487 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=5105 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=11908 order by txtTitle
SELECT top 1 * from tblLanguage where name >'APL/11 ' order by name
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6592)) OR (((tblLanguageLanguage.lngFKChild)=6592)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6592,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6592)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6592)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6592 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10811));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6592));
SELECT tblCountries.CountryLabel, tblCountries.CountryCode, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText, * FROM ((tblLanguage LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) INNER JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.country = 'it' and FirstYear=1994 ORDER BY tblLanguage.Name;
SELECT top 1 * from tblLanguage where name >'lambda-Prolog' order by name
SELECT * from tblLanguage where id=2925
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =704
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=704));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=704)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=704)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=704)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=704)) ORDER BY tblCountries.CountryCode;
Select * from tblSOurce where lngPartof=2399 order by txtTitle
SELECT * from tblLanguage where id=3964
SELECT top 1 * from tblLanguage where name >'SUNEIDO' order by name
SELECT * from tblYearCrossReferences where Year=1996
SELECT top 1 * from tblLanguage where name >'LAMA' order by name
SELECT top 1 * from tblLanguage where name >'AIDA' order by name
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=704)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=704)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=704)) OR (((tblLanguageLanguage.lngFKChild)=704)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=704,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=704)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=704)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=704 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12196));
Select * from tblSOurce where lngPartof=8606 order by txtTitle
SELECT top 1 * from tblLanguage where name <'RuleML' order by name DESC
SELECT * from tblLanguage where id=7892
Select * from tblSource where idSource=9387
SELECT top 1 * from tblLanguage where name >'Arctic' order by name
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=704 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4588));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=704));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1136
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1136));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1136)) ORDER BY tblOrganisation.OrganisationNameShort;
select * from tblLanguage where id=3601
SELECT * from tblLanguage where id=6988
SELECT * FROM tblCountries where countrycode = 'ru'
SELECT * from tblLanguage where id=714
SELECT * from tblLanguage where id=1911
Select * from tblSOurce where idSOurce=6990
Select * from tblSOurce where lngPartof=14455 order by intYear, txtTitle
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=704 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12197));
SELECT tblSammetCategory.SCDisplay, tblSammetCategory.SCCode FROM tblSammetCategory where SCCode = 'ONL';
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblLanguage.*, tblLanguage.SammetCat, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText FROM ((tblLanguage LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.SammetCat='ONL' ORDER BY tblLanguage.Name;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1136)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1136)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1136)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1136)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1136)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1136)) ORDER BY tblSource.txtTitle;
Select * from tblSource where idSource=5724
Select * from tblSOurce where lngPartof=5114 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=5606 order by txtTitle
Select * from tblSOurce where lngPartof=11500 order by txtTitle
Select * from tblSOurce where lngPartof=3700 order by txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1136)) OR (((tblLanguageLanguage.lngFKChild)=1136)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1136,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1136)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1136));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =940
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT top 1 * from tblLanguage where name <'Deva' order by name DESC
SELECT top 1 * from tblLanguage where name >'OWHY' order by name
SELECT top 1 * from tblLanguage where name <'DMAD' order by name DESC
Select * from tblSOurce where lngPartof=14607 order by txtTitle
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=940));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=940)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=940)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=940)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=940)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=940)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=940)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=940)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=940)) ORDER BY tblSource.intYear, tblSource.txtTitle;
Select * from tblSource where idSource=16741
Select * from tblSOurce where lngPartof=16741 order by intYear, txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=940)) OR (((tblLanguageLanguage.lngFKChild)=940)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=940,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=940));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=16741));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=16741)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=16741));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 16741 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 16741 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7015
Select * from tblSOurce where lngPartof=13123 order by txtTitle
SELECT top 1 * from tblLanguage where name <'ELASTIC C' order by name DESC
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231610 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7015));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7015)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7015)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7015)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7015)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7015)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7015)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7015)) ORDER BY tblSource.txtTitle;
SELECT * from tblLanguage where id=1892
SELECT top 1 * from tblLanguage where name >'CELLAS' order by name
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7015)) OR (((tblLanguageLanguage.lngFKChild)=7015)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7015,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7015)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7015 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12294));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7015 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12296));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7015));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2796
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124241 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2796));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2796)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2796)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2796)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2796)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2796)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2796)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2796)) ORDER BY tblSource.txtTitle;
SELECT * from tblYearCrossReferences where Year=1986
SELECT * from tblLanguage where id=3838
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2796)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2796 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15712));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2796 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3585));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2796 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15709));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2796));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =672
SELECT tblSammetCategory.SCDisplay, tblSammetCategory.SCCode FROM tblSammetCategory where SCCode = 'EXP';
SELECT top 1 * from tblLanguage where name >'ZX Cesil' order by name
Select * from tblSOurce where lngPartof=17156 order by txtTitle
Select * from tblSOurce where lngPartof=4598 order by txtTitle
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2222620 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=672));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=672)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=672)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=672)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=672)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=672)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=672)) ORDER BY tblUse.Name;
SELECT * FROM tblCountries where countrycode = '&id;'
SELECT * FROM tblCountries where countrycode = '&id;'
Select * from tblSOurce where idSOurce=8403
Select * from tblSOurce where idSOurce=9858
SELECT * FROM tblCountries where countrycode = '&id;'
Select * from tblSOurce where lngPartof=1425 order by intYear, txtTitle
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=672)) OR (((tblLanguageLanguage.lngFKChild)=672)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=672,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=672)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=672)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=8622));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=8620));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3619));
Select * from tblSOurce where lngPartof=14170 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name >'EITL' order by name
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3353));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3618));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13872));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11111));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11101));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11105));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=657));
Select * from tblSOurce where lngPartof=17868 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=3318 order by txtTitle
Select * from tblSource where idSource=763
SELECT top 1 * from tblLanguage where name <'Y' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13864));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2644)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11142));
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2644)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2644)) ORDER BY tblCountries.CountryCode;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11143));
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2644)) ORDER BY tblStructures.structurename;
SELECT top 1 * from tblLanguage where name >'Karlsruhe AL' order by name
SELECT * from tblLanguage where id=2513
Select * from tblSource where idSource=4847
select NodeText from tblCategories where nodeid=0
SELECT * from tblLanguage where id=2784
Select * from tblSOurce where idSOurce=7699
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=672 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13871));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=672));
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2644)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2644)) OR (((tblLanguageLanguage.lngFKChild)=2644)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2644,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2644)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2644)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name >'MALPAS IL' order by name
SELECT top 1 * from tblLanguage where name >'mocha' order by name
Select * from tblSOurce where lngPartof=6450 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name >'MODEL' order by name
Select * from tblSOurce where idSOurce=9338
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5307
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5307));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5307)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5307)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5307)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5307)) ORDER BY tblCountries.CountryCode;
Select * from tblSOurce where idSOurce=15462
Select * from tblSOurce where idSOurce=13060
Select * from tblSOurce where idSOurce=7744
Select * from tblSource where idSource=4756
SELECT top 1 * from tblLanguage where name >'PUFFT' order by name
Select * from tblSOurce where idSOurce=6977
SELECT top 1 * from tblLanguage where name <'ACOM' order by name DESC
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5307)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5307)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5307)) OR (((tblLanguageLanguage.lngFKChild)=5307)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5307,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5307)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5307)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5307 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5526));
SELECT top 1 * from tblLanguage where name <'ALTAC' order by name DESC
SELECT top 1 * from tblLanguage where name <'Music' order by name DESC
SELECT * from tblLanguage where id=7332
SELECT top 1 * from tblLanguage where name <'COMPASS' order by name DESC
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5307));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2095
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2095));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2095)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2095)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2095)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
Select * from tblSource where idSource=15547
Select * from tblSOurce where lngPartof=10709 order by txtTitle
Select * from tblSOurce where lngPartof=11898 order by txtTitle
SELECT top 1 * from tblLanguage where name >'PROMENADE' order by name
SELECT * FROM tblCountries where countrycode ='lv'
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2095)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2095)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2095)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2095)) OR (((tblLanguageLanguage.lngFKChild)=2095)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2095,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2095)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2095)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2095 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2311));
Select * from tblSource where idSource=1161
Select * from tblSOurce where idSOurce=7908
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2095 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2314));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2095 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2312));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2095 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2313));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2095));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3536
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3536));
Select * from tblSOurce where lngPartof=1962 order by txtTitle
Select * from tblSOurce where lngPartof=5106 order by txtTitle
SELECT top 1 * from tblLanguage where name >'STRIP' order by name
SELECT top 1 * from tblLanguage where name >'Parallaxis III' order by name
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3536)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3536)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3536)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3536)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3536)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3536)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3536)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3536)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name >'Mailüfterl' order by name
SELECT * from tblYearCrossReferences where Year=1986
SELECT top 1 * from tblLanguage where name <'FOCL' order by name DESC
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3536)) OR (((tblLanguageLanguage.lngFKChild)=3536)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3536,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3536 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5837));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3536));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1564
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1564));
SELECT * from tblLanguage where id=128
SELECT * from tblLanguage where id=1314
SELECT * from tblLanguage where id=4280
Select * from tblSOurce where lngPartof=18427 order by txtTitle
Select * from tblSOurce where idSOurce=7190
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1564)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1564)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1564)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1564)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1564)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1564)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1564)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1564)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name >'ESC/P' order by name
SELECT * FROM tblCountries where countrycode = '&id;'
SELECT * from tblLanguage where id=2612
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1564)) OR (((tblLanguageLanguage.lngFKChild)=1564)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1564,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1564 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4675));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1564));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=1161));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=1161)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=1161));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 1161 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 1161 order by txtTitle, intYear
SELECT * from tblLanguage where id=4083
SELECT * from tblLanguage where id=2261
Select * from tblSOurce where lngPartof=3090 order by txtTitle
Select * from tblSOurce where lngPartof=1163 order by txtTitle
Select * from tblSOurce where lngPartof=1157 order by txtTitle
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5573
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5573));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5573)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5573)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5573)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5573)) ORDER BY tblCountries.CountryCode;
SELECT top 1 * from tblLanguage where name >'SynSeq.pm' order by name
SELECT * from tblLanguage where id=6474
Select * from tblSOurce where lngPartof=9094 order by txtTitle
Select * from tblSOurce where idSOurce=10712
Select * from tblSOurce where lngPartof=8659 order by intYear, txtTitle
Select * from tblSource where idSource=8161
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5573)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5573)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5573)) OR (((tblLanguageLanguage.lngFKChild)=5573)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5573,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5573)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5573)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5573 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6462));
Select * from tblSOurce where idSOurce=7076
SELECT top 1 * from tblLanguage where name >'PANON-2' order by name
SELECT top 1 * from tblLanguage where name >'SICOM' order by name
Select * from tblSOurce where lngPartof=14800 order by txtTitle
SELECT * from tblLanguage where id=5506
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5573 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6460));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5573 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6461));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5573));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7026
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7026));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7026)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT top 1 * from tblLanguage where name <'CAPSY' order by name DESC
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7026)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7026)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7026)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7026)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7026)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7026)) OR (((tblLanguageLanguage.lngFKChild)=7026)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7026,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7026)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7026)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7026 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12383));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7026 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12382));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7026 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12380));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7026));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1971
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231510 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1971));
SELECT * from tblLanguage where id=6150
SELECT * from tblYearCrossReferences where Year=1953
SELECT * from tblYearCrossReferences where Year=1975
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1971)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1971)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1971)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1971)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1971)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1971)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1971)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1971)) ORDER BY tblSource.intYear, tblSource.txtTitle;
Select * from tblSOurce where idSOurce=8408
Select * from tblSOurce where idSOurce=6903
SELECT top 1 * from tblLanguage where name <'GLIDE' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10953));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4475));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13584));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16056));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13583));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2717));
SELECT * from tblYearCrossReferences where Year=1994
Select * from tblSOurce where idSOurce=7949
SELECT top 1 * from tblLanguage where name >'CourseWriter' order by name
SELECT top 1 * from tblLanguage where name <'BMF' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13740));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1971));
SELECT * from tblLanguage where id=2397
SELECT top 1 * from tblLanguage where name >'POSYBL' order by name
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4458
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2111120 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4458));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4458)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT * from tblLanguage where id=3591
SELECT top 1 * from tblLanguage where name >'ObjVProlog-D' order by name
SELECT tblSammetCategory.SCDisplay, tblSammetCategory.SCCode FROM tblSammetCategory where SCCode = 'BDP';
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4458)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4458)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4458)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4458)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4458)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4458)) OR (((tblLanguageLanguage.lngFKChild)=4458)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4458,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4458)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4458)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4458 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4458));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4458 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4453));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4458));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1742
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2121120 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1742));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1742)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT top 1 * from tblLanguage where name >'BIOMAC' order by name
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1742)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1742)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1742)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1742)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1742)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1742)) OR (((tblLanguageLanguage.lngFKChild)=1742)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1742,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1742)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1742)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1742 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14312));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1742 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14313));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1742 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10204));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1742));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2644
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2644));
Select * from tblSOurce where lngPartof=5635 order by txtTitle
SELECT * FROM tblCountries where countrycode = 'nl'
Select * from tblSOurce where lngPartof=9180 order by txtTitle
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2644)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2644)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2644)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2644)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2644)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2644)) ORDER BY tblUse.Name;
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=3189)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=3189));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 3189 order by txtTitle, intYear
Select * from tblSOurce where lngPartof=8948 order by txtTitle
SELECT * FROM tblCountries where countrycode = 'us'
SELECT * FROM tblCountries where countrycode = 'se'
Select * from tblSOurce where lngPartof=11870 order by intYear, txtTitle
Select * from tblSOurce where idSOurce=7431
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2644)) OR (((tblLanguageLanguage.lngFKChild)=2644)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2644,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2644)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2644)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2644));
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblLanguage.*, tblLanguage.SammetCat, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText FROM ((tblLanguage LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.SammetCat='BDP' and FirstYear=1998 ORDER BY tblLanguage.Name;
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=3189));
Select * from tblSOurce where lngPartof=4292 order by txtTitle
Select * from tblSOurce where idSOurce=17153
SELECT top 1 * from tblLanguage where name >'Scheme 48' order by name
Select * from tblSource where idSource=7821
Select * from tblSOurce where idSOurce=8116
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 3189 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3964
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2111220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3964));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3964)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3964)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3964)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
Select * from tblSOurce where idSOurce=8528
Select * from tblSOurce where lngPartof=1098 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name <'Teachers Aide' order by name DESC
Select * from tblSource where idSource=5093
SELECT top 1 * from tblLanguage where name >'ET++' order by name
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3964)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3964)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3964)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3964)) OR (((tblLanguageLanguage.lngFKChild)=3964)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3964,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3964)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3964)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3964 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3311));
SELECT top 1 * from tblLanguage where name >'SKETCH' order by name
SELECT * from tblLanguage where id=5880
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3964 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3312));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3964));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7545
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7545));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7545)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7545)) ORDER BY tblPeople.LastName;
SELECT top 1 * from tblLanguage where name <'Clipper' order by name DESC
Select * from tblSOurce where lngPartof=6242 order by txtTitle
SELECT * from tblLanguage where id=7346
SELECT top 1 * from tblLanguage where name >'INMAGIC' order by name
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7545)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7545)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7545)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7545)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7545)) OR (((tblLanguageLanguage.lngFKChild)=7545)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7545,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7545)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7545)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=1500
SELECT top 1 * from tblLanguage where name <'Mic-1, Mic-2' order by name DESC
Select * from tblSOurce where lngPartof=6983 order by intYear, txtTitle
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7545 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7545));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2127
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2127));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2127)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT top 1 * from tblLanguage where name <'SFTRAN II' order by name DESC
Select * from tblSource where idSource=7455
Select * from tblSOurce where lngPartof=13706 order by txtTitle
Select * from tblSOurce where lngPartof=13966 order by intYear, txtTitle
Select * from tblSource where idSource=16711
Select * from tblSource where idSource=1926
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2127)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2127)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2127)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2127)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2127)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2127)) OR (((tblLanguageLanguage.lngFKChild)=2127)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2127,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2127)) ORDER BY tblSource.txtTitle;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6257)) ORDER BY tblPeople.LastName;
Select * from tblSOurce where lngPartof=16278 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name <'SHOAP' order by name DESC
SELECT tblSammetCategory.SCDisplay, tblSammetCategory.SCCode FROM tblSammetCategory where SCCode = 'EXP';
SELECT top 1 * from tblLanguage where name <'ESPOL' order by name DESC
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2127)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2127));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6257
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6257));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6257)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT top 1 * from tblLanguage where name <'EV2' order by name DESC
Select * from tblSOurce where lngPartof=16822 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name <'pSather' order by name DESC
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6257)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6257)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6257)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6257)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6257)) OR (((tblLanguageLanguage.lngFKChild)=6257)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6257,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6257)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6257)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblYearCrossReferences where Year=1981
SELECT top 1 * from tblLanguage where name <'CSAX' order by name DESC
SELECT top 1 * from tblLanguage where name <'Easy Modeler' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6257 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13657));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6257 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10204));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6257));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =410
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=410));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=410)) ORDER BY tblOrganisation.OrganisationNameShort;
Select * from tblSOurce where idSOurce=8583
Select * from tblSOurce where lngPartof=393 order by txtTitle
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=410)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=410)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=410)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=410)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=410)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=410)) OR (((tblLanguageLanguage.lngFKChild)=410)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=410,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=410)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=410)) ORDER BY tblSource.intYear, tblSource.txtTitle;
select * from tblPeople where peopleid=40
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9577));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17418));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14537));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9021));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=410 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17997));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=410));
SELECT top 1 * from tblLanguage where name >'MCL' order by name
Select * from tblSOurce where lngPartof=12146 order by txtTitle
Select * from tblSource where idSource=1601
SELECT top 1 * from tblLanguage where name <'FORTAB' order by name DESC
SELECT * from tblYearCrossReferences where Year=1957
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3350
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3350));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3350)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3350)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3350)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3350)) ORDER BY tblCountries.CountryCode;
Select * from tblSource where idSource=2876
Select * from tblSOurce where idSOurce=16715
Select * from tblSOurce where lngPartof=2876 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name <'MPL/I' order by name DESC
SELECT top 1 * from tblLanguage where name <'SOCOMP' order by name DESC
SELECT * from tblLanguage where id=1329
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3350)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3350)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3350)) OR (((tblLanguageLanguage.lngFKChild)=3350)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3350,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3350)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3350)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3350 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1856));
SELECT top 1 * from tblLanguage where name >'ICL' order by name
Select * from tblSource where idSource=7950
SELECT top 1 * from tblLanguage where name <'SPL' order by name DESC
SELECT top 1 * from tblLanguage where name <'SOAR' order by name DESC
Select * from tblSOurce where idSOurce=9964
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3350 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1857));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3350));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6673
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2221200 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6673));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6673)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6673)) ORDER BY tblPeople.LastName;
Select * from tblSOurce where lngPartof=687 order by intYear, txtTitle
Select * from tblSOurce where idSOurce=8228
SELECT top 1 * from tblLanguage where name <'Temgen' order by name DESC
SELECT top 1 * from tblLanguage where name <'Hellena' order by name DESC
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6673)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6673)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6673)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6673)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6673)) OR (((tblLanguageLanguage.lngFKChild)=6673)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6673,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6673)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6673)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=1885
SELECT * from tblLanguage where id=4188
SELECT * from tblLanguage where id=4889
SELECT top 1 * from tblLanguage where name >'ORBIT' order by name
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6673 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11100));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6673 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11120));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6673 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11118));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6673 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11119));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6673));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3223
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2111210 and not (tblCategories.NodeID)=0));
Select * from tblSOurce where lngPartof=9968 order by txtTitle
SELECT top 1 * from tblLanguage where name >'MPS III' order by name
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3223));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3223)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3223)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3223)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3223)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3223)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3223)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3223)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3223)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3223 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12648));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3223 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9090));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3223 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10205));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3223));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=2876));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=2876)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=2876));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 2876 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 2876 order by txtTitle, intYear
Select * from tblSource where idSource=7876
Select * from tblSOurce where lngPartof=1629 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name <'GERTS III C' order by name DESC
Select * from tblSOurce where lngPartof=15611 order by txtTitle
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7228
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7228));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7228)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7228)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7228)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7228)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7228)) ORDER BY tblStructures.structurename;
SELECT top 1 * from tblLanguage where name >'BOLT' order by name
Select * from tblSOurce where lngPartof=14761 order by txtTitle
Select * from tblSOurce where lngPartof=5152 order by txtTitle
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7228)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7228)) OR (((tblLanguageLanguage.lngFKChild)=7228)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7228,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7228)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7228)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7228 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14890));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7228));
SELECT * from tblLanguage where id=1667
SELECT top 1 * from tblLanguage where name >'UDL/I' order by name
SELECT * from tblLanguage where id=7641
SELECT top 1 * from tblLanguage where name >'Cesil' order by name
SELECT * from tblLanguage where id=6744
SELECT top 1 * from tblLanguage where name <'o:XML' order by name DESC
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5982)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=972)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=972)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=972)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=972)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=972)) OR (((tblLanguageLanguage.lngFKChild)=972)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=972,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage , tblLanguageSource.IDSourceLang , tblLanguageSource.referencedetails , tblSource.* , tblSource_1.txtTitle as surtitle , tblPeople.PeopleID , tblPeople.StyledName , tblSource.intYear , tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=972)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5674));
SELECT top 1 * from tblLanguage where name >'cc' order by name
SELECT top 1 * from tblLanguage where name <'Sassa Macro Processor' order by name DESC
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5982)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5982)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5982)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5982)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5982)) OR (((tblLanguageLanguage.lngFKChild)=5982)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5982,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5982)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5982)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT top 1 * from tblLanguage where name <'PROGRES' order by name DESC
SELECT top 1 * from tblLanguage where name >'Penny' order by name
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5982 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9260));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=1533));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5675));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13698));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13703));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5677));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=765));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13702));
SELECT top 1 * from tblLanguage where name >'1:1 Assembler' order by name
SELECT top 1 * from tblLanguage where name <'COMIS' order by name DESC
SELECT * from tblLanguage where id=14
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5982));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6353
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2212130 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6353));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6353)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6353)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6353)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6353)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6353)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6353)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6353)) OR (((tblLanguageLanguage.lngFKChild)=6353)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6353,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6353)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6353)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6353));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1893
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1893));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1893)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1893)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1893)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1893)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1893)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1893)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1893)) OR (((tblLanguageLanguage.lngFKChild)=1893)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1893,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1893)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1893)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1893 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11628));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1893));
SELECT * from tblLanguage where id=4887
SELECT top 1 * from tblLanguage where name >'T2000' order by name
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5845
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1121130 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5845));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5845)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5845)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5845)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5845)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5845)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5845)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5845)) OR (((tblLanguageLanguage.lngFKChild)=5845)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5845,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5845)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5845)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5845));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3503
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3503));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3503)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3503)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3503)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3503)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3503)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3503)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3503)) OR (((tblLanguageLanguage.lngFKChild)=3503)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3503,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3503)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3503)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12162));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12161));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12160));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2463));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17309));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3503 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16124));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3503));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5414
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234210 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5414));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5414)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5414)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5414)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5414)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5414)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5414)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5414)) OR (((tblLanguageLanguage.lngFKChild)=5414)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5414,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5414)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5414)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16412));
Select * from tblSOurce where idSOurce=7706
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16413));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16422));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16415));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16419));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16423));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16414));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16424));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16420));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16416));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16417));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16421));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16418));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16426));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16410));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5414 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16425));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5414));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1329
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1329));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1329)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1329)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1329)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1329)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1329)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1329)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1329)) OR (((tblLanguageLanguage.lngFKChild)=1329)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1329,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1329)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1329)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1329 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1130));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1329 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1131));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1329));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8090
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8090));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8090)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8090)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8090)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8090)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8090)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8090)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8090)) OR (((tblLanguageLanguage.lngFKChild)=8090)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8090,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8090)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8090)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8090));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2134
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2233210 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2134));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2134)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2134)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2134)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2134)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2134)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2134)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2134)) OR (((tblLanguageLanguage.lngFKChild)=2134)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2134,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2134)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2134)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4258));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9199));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15600));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2350));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2351));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2352));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2353));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3573));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2354));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2355));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2356));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2134 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4522));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2134));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =180
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1113000 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=180));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=180)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=180)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=180)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=180)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=180)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=180)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=180)) OR (((tblLanguageLanguage.lngFKChild)=180)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=180,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=180)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=180)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=61));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15711));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14970));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1039));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17418));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=899));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17810));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9440));
select * from tblLanguage where id=2236
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=962));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4642));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4475));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15715));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15709));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=180 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15708));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=180));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.LinkFamily, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKChild)=2236)) ORDER BY tblLanguage.Name, tblLanguage_1.Name;
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2236));
SELECT tblSammetCategory.SCDisplay, tblSammetCategory.SCCode FROM tblSammetCategory where SCCode = 'SPC';
SELECT * from tblYearCrossReferences where Year=2002
SELECT tblCountries.CountryCode, tblCountries.CountryLabel, tblLanguage.*, tblLanguage.SammetCat, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText FROM ((tblLanguage LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.SammetCat='SPC' and FirstYear=2002 ORDER BY tblLanguage.Name;
SELECT * from tblLanguage where id=993
SELECT top 1 * from tblLanguage where name >'FQL' order by name
SELECT * from tblLanguage where id=3399
SELECT top 1 * from tblLanguage where name >'PL/8' order by name
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=116)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=116)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=116)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=116)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=116)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=116)) OR (((tblLanguageLanguage.lngFKChild)=116)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=116,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=116)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=116)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4613));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10632));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.LinkFamily, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2236)) ORDER BY tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17839));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18183));
Select * from tblSource where idSource=3293
Select * from tblSOurce where idSOurce=7739
Select * from tblSOurce where lngPartof=3293 order by intYear, txtTitle
SELECT * from tblLanguage where id=4049
SELECT top 1 * from tblLanguage where name >'NSCRIPT' order by name
SELECT * from tblLanguage where id=5897
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.LinkFamily, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3020)) ORDER BY tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13700));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13704));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5673));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5678));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13699));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5672));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.LinkFamily, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=397)) ORDER BY tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.LinkFamily, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=398)) ORDER BY tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10811));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1090));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1081));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=116 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10654));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=116));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4973
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4973));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4973)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4973)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4973)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4973)) ORDER BY tblCountries.CountryCode;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=15082));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=13694));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1401 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6621));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1401));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=13608));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=13608)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=13608));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 13608 order by txtTitle, intYear
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4973)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4973)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4973)) OR (((tblLanguageLanguage.lngFKChild)=4973)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4973,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4973)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4973)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4973));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=3293));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=3293)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=3293));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 3293 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 3293 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8611
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8611));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8611)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8611)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8611)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8611)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8611)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8611)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8611)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8611)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8611)) OR (((tblLanguageLanguage.lngFKChild)=8611)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8611,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8611));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3649
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3649));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3649)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3649)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3649)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3649)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3649)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3649)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3649)) OR (((tblLanguageLanguage.lngFKChild)=3649)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3649,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3649)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2753));
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3649)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2755));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2754));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2750));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2751));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2752));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2749));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2746));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2747));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2748));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2744));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2745));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2742));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2743));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2740));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2741));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3649 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2738));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =32
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=32));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=32)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=32)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=32)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=32)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=32)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=32)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=32)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=32)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=32)) OR (((tblLanguageLanguage.lngFKChild)=32)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=32,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16683));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=27));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=971));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=973));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11749));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14702));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12428));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=28));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14703));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9728));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10819));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5185));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14706));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9841));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=974));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=967));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11742));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14778));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=32 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14978));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =334
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2222100 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=334));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=334)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=334)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=334)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=334)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=334)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=334)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=334)) OR (((tblLanguageLanguage.lngFKChild)=334)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=334,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=334)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=334)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13340));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=774));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11897));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=334));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =686
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1122232 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=686));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=686)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=686)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=686)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=686)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=686)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=686)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=686)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=686)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=203
SELECT top 1 * from tblLanguage where name <'METEOR' order by name DESC
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=686)) OR (((tblLanguageLanguage.lngFKChild)=686)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=686,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=686 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1332));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=686 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12363));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=686));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2233
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2233));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2233)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2233)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2233)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2233)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2233)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2233)) ORDER BY tblUse.Name;
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231230 and not (tblCategories.NodeID)=0));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2233)) OR (((tblLanguageLanguage.lngFKChild)=2233)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2233,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2233)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2233)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2233));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3175
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3175));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3175)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3175)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3175)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3175)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3175)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3175)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3175)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3175)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3175)) OR (((tblLanguageLanguage.lngFKChild)=3175)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3175,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3175));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2451
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2215200 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2451));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2451)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2451)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2451)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2451)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2451)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2451)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2451)) OR (((tblLanguageLanguage.lngFKChild)=2451)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2451,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2451)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2451)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2451 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9940));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2451 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9939));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2451 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9914));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2451));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8073
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8073));
SELECT top 1 * from tblLanguage where name >'WORLDS' order by name
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8073)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8073)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8073)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8073)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8073)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8073)) ORDER BY tblUse.Name;
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6285));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6285)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8073)) OR (((tblLanguageLanguage.lngFKChild)=8073)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8073,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8073)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8073)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=8073 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16910));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8073));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6285
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6285)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6285)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6285)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6285)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6285)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6285)) OR (((tblLanguageLanguage.lngFKChild)=6285)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6285,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6285)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6285)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6285 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10204));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6285));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8467
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1123500 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8467));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8467)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8467)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8467)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8467)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8467)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8467)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8467)) OR (((tblLanguageLanguage.lngFKChild)=8467)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8467,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8467)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8467)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=8467 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18451));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8467));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =217
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1122210 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=217));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=217)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=217)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=217)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=217)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=217)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=217)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=217)) OR (((tblLanguageLanguage.lngFKChild)=217)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=217,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=217)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=217)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5494));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5488));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5489));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5266));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4358));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13349));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13269));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13339));
Select * from tblSOurce where lngPartof=963 order by txtTitle
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=44)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=44)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=44)) OR (((tblLanguageLanguage.lngFKChild)=44)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=44,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=44)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=44)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=16872));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4492));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13347));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=656));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4477));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13359));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1472));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4991));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=217 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3401));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1269
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1269));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1269)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1269)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1269)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1269)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1269)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1269)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1269)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1269)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1269)) OR (((tblLanguageLanguage.lngFKChild)=1269)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1269,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1269 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6339));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1269 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6338));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1269 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5576));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1269 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5577));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1269 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5575));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1269));
Select * from tblSource where idSource=14632
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=14632));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 14632 order by txtTitle, intYear
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4508)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4508)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4508)) OR (((tblLanguageLanguage.lngFKChild)=4508)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4508,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4508)) ORDER BY tblSource.txtTitle;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2 FROM (tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year WHERE tblLanguage.id=972
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=7457));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 7457 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 7457 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3119
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1222400 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3119));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3119)) ORDER BY tblOrganisation.OrganisationNameShort;
select NodeText from tblCategories where nodeid=1122210
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4508
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234310 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4508));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4508)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4508)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4508)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4508)) ORDER BY tblCountries.CountryCode;
Select * from tblSource where idSource=7457
Select * from tblSOurce where lngPartof=7457 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=7461 order by txtTitle
Select * from tblSOurce where lngPartof=3281 order by txtTitle
Select * from tblSOurce where lngPartof=7462 order by txtTitle
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=972));
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3119)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3119)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3119)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3119)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3119)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3119)) OR (((tblLanguageLanguage.lngFKChild)=3119)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3119,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3119)) ORDER BY tblSource.txtTitle;
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=972)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3119)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5278));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5277));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5427));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13158));
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=972)) ORDER BY tblPeople.LastName;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4508)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4508 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18454));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4508 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18453));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4508 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18452));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4508));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=7457));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=7457)) ORDER BY tblLanguage.Name;
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 14632 order by txtTitle, intYear
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5281));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1485));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17349));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3353));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=657));
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblSource.intYear, tblLangSampleSource.memCode, tblLangSampleSource.idLSS, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=972)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3119 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12424));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3119));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7334
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1132120 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7334));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7334)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=9249));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5445));
SELECT * from tblLanguage where id=1052
SELECT top 1 * from tblLanguage where name <'PLA' order by name DESC
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2381
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1123500 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2381));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2381)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=5676));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=972 Or (tblSourceDocument.lngFKLanguage)=0 ) AND ((tblSourceDocument.lngFKSource)=766));
SELECT * FROM tblCountries where countrycode ='1986'
SELECT tblCountries.CountryLabel, tblCountries.CountryCode, tblSammetCategory.SCCode, tblSammetCategory.SCDisplay, tblCategories.NodeID, tblCategories.NodeText, * FROM ((tblLanguage LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) INNER JOIN tblCategories ON tblLanguage.GenusFK = tblCategories.NodeID WHERE tblLanguage.country = '1986' ORDER BY tblLanguage.Name;
SELECT * from tblLanguage where id=5619
SELECT top 1 * from tblLanguage where name <'Hope++' order by name DESC
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1401
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1401));
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7334)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7334)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7334)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7334)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7334)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7334)) OR (((tblLanguageLanguage.lngFKChild)=7334)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7334,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7334)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=7334)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13780));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=7334 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13781));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=7334));
SELECT * from tblLanguage where id=4007
SELECT top 1 * from tblLanguage where name <'XACT' order by name DESC
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3864
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1211140 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3864));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3864)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3864)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3864)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3864)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3864)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3864)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3864)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3864)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3864)) OR (((tblLanguageLanguage.lngFKChild)=3864)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3864,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1401)) OR (((tblLanguageLanguage.lngFKChild)=1401)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1401,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1401)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1401)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1401 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6616));
Select * from tblSource where idSource=13608
Select * from tblSOurce where idSOurce=14205
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3864 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14945));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3864 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17088));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3864 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10811));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3864 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11033));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3864));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6781
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231610 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6781));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6781)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6781)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6781)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6781)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6781)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6781)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6781)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6781)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6781)) OR (((tblLanguageLanguage.lngFKChild)=6781)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6781,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1401)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1401)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1401)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1401)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1401)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1401)) ORDER BY tblUse.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6781 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11304));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6781));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3686
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3686));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3686)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3686)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3686)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3686)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3686)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3686)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3686)) OR (((tblLanguageLanguage.lngFKChild)=3686)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3686,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3686)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3686)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3686 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2886));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3686 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2889));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3686 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2887));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3686));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1596
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1596));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1596)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1596)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1596)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1596)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1596)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1596)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1596)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1596)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1596)) OR (((tblLanguageLanguage.lngFKChild)=1596)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1596,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1596 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3959));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1596));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5859
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124111 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5859));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5859)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5859)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5859)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5859)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5859)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5859)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5859)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5859)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=5749
SELECT top 1 * from tblLanguage where name >'ARACHNE' order by name
Select * from tblSource where idSource=12104
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5859)) OR (((tblLanguageLanguage.lngFKChild)=5859)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5859,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5859));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =886
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=886));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=886)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=886)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=886)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=886)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=886)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=886)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=886)) OR (((tblLanguageLanguage.lngFKChild)=886)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=886,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=886)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=886)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=886 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10122));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=886 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10123));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=886));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4929
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1211110 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4929));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4929)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4929)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4929)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4929)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4929)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4929)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4929)) OR (((tblLanguageLanguage.lngFKChild)=4929)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4929,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4929)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4929)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10539));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10540));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4908));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10541));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4909));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4910));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4907));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4929 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14887));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4929));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=12104));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=12104)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=12104));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 12104 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 12104 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4971
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4971));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4971)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4971)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4971)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4971)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4971)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4971)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4971)) OR (((tblLanguageLanguage.lngFKChild)=4971)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4971,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4971)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4971)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4975));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4979));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4978));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4971 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4977));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4971));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4761
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2216300 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4761));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4761)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4761)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4761)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4761)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4761)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4761)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4761)) OR (((tblLanguageLanguage.lngFKChild)=4761)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4761,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4761)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4761)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4761 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13511));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4761 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13512));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4761 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1395));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4761 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14844));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4761));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3933
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2234220 and not (tblCategories.NodeID)=0));
SELECT * from tblLanguage where id=5016
SELECT top 1 * from tblLanguage where name >'mJaba/LR' order by name
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3933));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3933)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3933)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3933)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3933)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3933)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3933)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3933)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3933)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3933)) OR (((tblLanguageLanguage.lngFKChild)=3933)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3933,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3933 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9676));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3933 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3933 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3933));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =97
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124250 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=97));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=97)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=97)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=97)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=97)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=97)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=97)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=97)) OR (((tblLanguageLanguage.lngFKChild)=97)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=97,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=97)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=97)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=97 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10632));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=97 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17839));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=97 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=97 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18183));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=97 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10811));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=97));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=44));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=44)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=44)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=44)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=44)) ORDER BY tblCountries.CountryCode;
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 13608 order by txtTitle, intYear
Select * from tblSOurce where lngPartof=13608 order by intYear, txtTitle
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4397
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1211140 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4397));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4397)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4397)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4397)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT * from tblLanguage where id=2109
SELECT top 1 * from tblLanguage where name <'IDOL' order by name DESC
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4397)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4397)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4397)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4397)) OR (((tblLanguageLanguage.lngFKChild)=4397)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4397,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4397)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4397)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4397 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4251));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4397));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3624
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3624));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3624)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3624)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3624)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3624)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3624)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3624)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3624)) OR (((tblLanguageLanguage.lngFKChild)=3624)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3624,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3624)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3624)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3624 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14490));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3624 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12424));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3624 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15899));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3624));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4712
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2221300 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4712));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4712)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4712)) ORDER BY tblPeople.LastName;
Select * from tblSource where idSource=8675
Select * from tblSOurce where idSOurce=8678
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=8675));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 8675 order by txtTitle, intYear
Select * from tblSOurce where lngPartof=8675 order by intYear, txtTitle
SELECT top 1 * from tblLanguage where name >'SLAM II' order by name
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3641
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2221300 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3641));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3641)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4712)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3641)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3641)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3641)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3641)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3641)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3641)) OR (((tblLanguageLanguage.lngFKChild)=3641)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3641,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3641)) ORDER BY tblSource.txtTitle;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4712)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4712)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4712)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4712)) OR (((tblLanguageLanguage.lngFKChild)=4712)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4712,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4712)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4712)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4712));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8475
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8475));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8475)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8475)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8475)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8475)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8475)) ORDER BY tblStructures.structurename;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5839)) OR (((tblLanguageLanguage.lngFKChild)=5839)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5839,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=914)) OR (((tblLanguageLanguage.lngFKChild)=914)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=914,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =44
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124112 and not (tblCategories.NodeID)=0));
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8475)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8475)) OR (((tblLanguageLanguage.lngFKChild)=8475)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8475,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8475)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8475)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8475));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2606
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2606));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2606)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2606)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2606)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2606)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2606)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2606)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2606)) ORDER BY tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2606)) OR (((tblLanguageLanguage.lngFKChild)=2606)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2606,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2606)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10461));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10465));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10460));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3258));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3257));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3259));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3260));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3261));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2606 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3256));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2606));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6677
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6677));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6677)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6677)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6677)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6677)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6677)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6677)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6677)) ORDER BY tblSource.txtTitle;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6677)) OR (((tblLanguageLanguage.lngFKChild)=6677)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6677,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6677)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6677 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11145));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6677));
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2644)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=8675)) ORDER BY tblLanguage.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2644)) OR (((tblLanguageLanguage.lngFKChild)=2644)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2644,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2644));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5839
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5839));
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=8675));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5839)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5839)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5839)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5839)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5839)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5839)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5839)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5839)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 8675 order by txtTitle, intYear
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2644));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2644)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2644)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2644)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2644)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2644)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2644)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2644)) ORDER BY tblSource.txtTitle;
SELECT * from tblLanguage where id=2507
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3641)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3641 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=10259));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3641 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2724));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3641));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2644
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT * from tblLanguage where id=1883
SELECT top 1 * from tblLanguage where name >'CBASIC' order by name
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5839 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9000));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5839));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3950
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3950));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3950)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3950)) ORDER BY tblPeople.LastName;
SELECT * from tblLanguage where id=5884
SELECT top 1 * from tblLanguage where name <'PACOL' order by name DESC
SELECT * from tblLanguage where id=5539
SELECT top 1 * from tblLanguage where name <'ELMA' order by name DESC
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3950)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3950)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3950)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3950)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3950)) OR (((tblLanguageLanguage.lngFKChild)=3950)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3950,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3950)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3950)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3950 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3256));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3950 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3263));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3950));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6941
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6941));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6941)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6941)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6941)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6941)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6941)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6941)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6941)) OR (((tblLanguageLanguage.lngFKChild)=6941)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6941,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6941)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6941)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6941 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11949));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6941));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =6930
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=6930));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=6930)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=6930)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=6930)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=6930)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=6930)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=6930)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=6930)) OR (((tblLanguageLanguage.lngFKChild)=6930)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=6930,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=6930)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=6930)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11937));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11923));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11924));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11931));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11922));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=6930 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=11925));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=6930));
SELECT * from tblLanguage where id=4839
SELECT top 1 * from tblLanguage where name <'BRAVO!' order by name DESC
SELECT * from tblLanguage where id=7904
SELECT top 1 * from tblLanguage where name >'Messel and Crawford Monte Carlo system' order by name
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1188
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1188));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1188)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1188)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1188)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1188)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1188)) ORDER BY tblStructures.structurename;
SELECT * from tblLanguage where id=1911
SELECT * from tblLanguage where id=2790
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5826)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5826)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5826)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5826)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5826)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5826 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=8760));
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1188)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5826)) OR (((tblLanguageLanguage.lngFKChild)=5826)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5826,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5826)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5826));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =935
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1188)) OR (((tblLanguageLanguage.lngFKChild)=1188)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1188,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1188)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1188)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12051));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12056));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12055));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12054));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12060));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12058));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12061));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12057));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12053));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12059));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1188 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12062));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1188));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =5855
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2232210 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=5855));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=5855)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=5855)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=5855)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=5855)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=5855)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=5855)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=5855)) OR (((tblLanguageLanguage.lngFKChild)=5855)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=5855,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=5855)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=5855)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5855 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9009));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=5855 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9008));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=5855));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1869
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1869));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1869)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1869)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1869)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1869)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1869)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1869)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1869)) OR (((tblLanguageLanguage.lngFKChild)=1869)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1869,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1869)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1869)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1869));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =3126
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=3126));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=3126)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=3126)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=3126)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=3126)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=3126)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=3126)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=3126)) OR (((tblLanguageLanguage.lngFKChild)=3126)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=3126,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=3126)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3126 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=3126 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
Select * from tblSource where idSource=8487
Select * from tblSOurce where idSOurce=8473
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=3126)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=3126));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2112
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=1124241 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2112));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2112)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2112)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2112)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2112)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2112)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2112)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2112)) OR (((tblLanguageLanguage.lngFKChild)=2112)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2112,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2112)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2112)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2112 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=14948));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2112));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=8487));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=8487)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=8487));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 8487 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 8487 order by txtTitle, intYear
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=8049));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=8049)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=8049));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 8049 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 8049 order by txtTitle, intYear
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =226
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2222410 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=226));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=226)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=226)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=226)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=226)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=226)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=226)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=226)) OR (((tblLanguageLanguage.lngFKChild)=226)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=226,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=226)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=226)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1866));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4785));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4256));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4784));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4257));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4787));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4788));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4477));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=227));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4482));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3353));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4789));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=657));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13712));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13726));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=226 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=13728));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=226));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =914
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231220 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=914));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=914)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=914)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=914)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=914)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=914)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=914)) ORDER BY tblUse.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=914)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=914)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=914 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=15360));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=914));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4907
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4907));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4907)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4907)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4907)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4907)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4907)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4907)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4907)) OR (((tblLanguageLanguage.lngFKChild)=4907)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4907,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4907)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4907)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4907));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8687
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8687));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8687)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8687)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8687)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8687)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8687)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8687)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8687)) OR (((tblLanguageLanguage.lngFKChild)=8687)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8687,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8687)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8687)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT * from tblLanguage where id=6147
SELECT top 1 * from tblLanguage where name >'CREATE' order by name
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8687));
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1110)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=1435));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12045));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12042));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18035));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12041));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=44 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12));
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1110)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1110)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1110)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1110)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1110)) OR (((tblLanguageLanguage.lngFKChild)=1110)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1110,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1110)) ORDER BY tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=44 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18183));
SELECT * from tblLanguage where id=5314
SELECT top 1 * from tblLanguage where name <'PLUTO' order by name DESC
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1110
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1110));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1110)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1110)) ORDER BY tblPeople.LastName;
SELECT * from tblLanguage where id=8489
SELECT top 1 * from tblLanguage where name <'DOLPHIN' order by name DESC
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=44 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4475));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=44 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4476));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=44));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4440
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4440));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4440)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4440)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4440)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4440)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4440)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4440)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4440)) OR (((tblLanguageLanguage.lngFKChild)=4440)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4440,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4440)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4440)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4440));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4250
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4250));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4250)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4250)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4250)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4250)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4250)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4250)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4250)) OR (((tblLanguageLanguage.lngFKChild)=4250)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4250,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4250)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4250)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4250 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=3988));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4250));
Select * from tblSource where idSource=7777
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=7777));
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=7777)) ORDER BY tblLanguage.Name;
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=7777));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 7777 order by txtTitle, intYear
SELECT tblSourceSource.lngSource2FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource1FK where lngSource2FK = 7777 order by txtTitle, intYear
Select * from tblSOurce where lngPartof=7777 order by intYear, txtTitle
Select * from tblSOurce where lngPartof=11092 order by txtTitle
Select * from tblSOurce where lngPartof=10383 order by txtTitle
Select * from tblSOurce where lngPartof=4219 order by txtTitle
Select * from tblSOurce where lngPartof=3028 order by txtTitle
SELECT * from tblLanguage where id=4196
SELECT top 1 * from tblLanguage where name <'CFUF' order by name DESC
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1461
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1461));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1461)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1461)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1461)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1461)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1461)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1461)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1461)) OR (((tblLanguageLanguage.lngFKChild)=1461)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1461,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1461)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=1461)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1461 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18233));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1461));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=52 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=9020));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=52 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=18486));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=52));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =1117
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2231610 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1117));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=12040));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=1110 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17999));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=1110));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8375
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8375));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8375)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8375)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8375)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8375)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8375)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8375)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8375)) OR (((tblLanguageLanguage.lngFKChild)=8375)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8375,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8375)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8375)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=8375 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17963));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8375));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =8195
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=8195));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=8195)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=8195)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=8195)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=8195)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=8195)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=8195)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=8195)) OR (((tblLanguageLanguage.lngFKChild)=8195)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=8195,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=8195)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=8195)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=8195 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=17338));
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=8195 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=5690));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=8195));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =2659
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=2659));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=2659)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=2659)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=2659)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=2659)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=2659)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=2659)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=2659)) OR (((tblLanguageLanguage.lngFKChild)=2659)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=2659,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=2659)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=2659)) ORDER BY tblSource.intYear, tblSource.txtTitle;
select NodeText from tblCategories where nodeid=0
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=2659 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=2606));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2 FROM (tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year WHERE tblLanguage.id=1857
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=1857));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=1857)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=1857)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=1857)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=1857)) ORDER BY tblCountries.CountryCode;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4617 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=4519));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=2659));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4617));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =7898
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=2224000 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=7898));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=7898)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7898)) ORDER BY tblPeople.LastName;
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2, tblCountries.CountryLabel, tblSammetCategory.SCDisplay FROM (((tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year) LEFT JOIN tblCountries ON tblLanguage.country = tblCountries.CountryCode) LEFT JOIN tblSammetCategory ON tblLanguage.SammetCat = tblSammetCategory.SCCode WHERE tblLanguage.id =4867
SELECT tblCategories.NodeText, tblCategories_1.NodeText AS ParentNodeText, tblCategories_1.NodeID AS ParentNodeID, tblCategories_2.NodeID AS GrandParentNodeID, tblCategories_2.NodeText AS GrandparentNodeText FROM (tblCategories INNER JOIN tblCategories AS tblCategories_1 ON tblCategories.ParentID = tblCategories_1.NodeID) INNER JOIN tblCategories AS tblCategories_2 ON tblCategories_1.ParentID = tblCategories_2.NodeID WHERE (((tblCategories.NodeID)=0 and not (tblCategories.NodeID)=0));
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblResources.txtMetaType)='LOGO') AND ((tblLanguageResource.lngFKLanguage)=4867));
SELECT tblOrganisation.tblOrganisationID, tblOrganisation.OrganisationType, tblLanguageOrganisation.lngfkLanguage, tblOrganisation.OrganisationNameShort, tblOrganisation_1.OrganisationNameShort AS Parent, tblCountries.CountryCode FROM tblLanguageOrganisation LEFT JOIN ((tblOrganisation LEFT JOIN tblCountries ON tblOrganisation.Country = tblCountries.CountryCode) LEFT JOIN tblOrganisation AS tblOrganisation_1 ON tblOrganisation.ParentOrganisation = tblOrganisation_1.tblOrganisationID) ON tblLanguageOrganisation.lngfkOrganisation = tblOrganisation.tblOrganisationID WHERE (((tblLanguageOrganisation.lngfkLanguage)=4867)) ORDER BY tblOrganisation.OrganisationNameShort;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=4867)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=4867)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=4867)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=4867)) ORDER BY tblStructures.structurename;
Select * from tblSource where idSource=1535
Select * from tblSOurce where idSOurce=8509
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=4867)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=4867)) OR (((tblLanguageLanguage.lngFKChild)=4867)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=4867,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=4867)) ORDER BY tblSource.txtTitle;
SELECT tblLanguageSource.lngFKLanguage, tblLanguageSource.IDSourceLang, tblLanguageSource.referencedetails, tblSource.*, tblSource_1.txtTitle as surtitle , tblSource_1.strAbbrev as surShort, tblSource_1.intYear as surYear, tblPeople.PeopleID, tblPeople.StyledName, tblSource.intYear, tblSource.txtTitle FROM ((tblSource RIGHT JOIN tblLanguageSource ON tblSource.idSource = tblLanguageSource.lngFKSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource) LEFT JOIN (tblSourcePerson LEFT JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleID) ON tblSource.idSource = tblSourcePerson.lngFKSource WHERE (((tblLanguageSource.lngFKLanguage)=4867)) ORDER BY tblSource.intYear, tblSource.txtTitle;
SELECT tblSourceDocument.lngFKLanguage, tblSourceDocument.lngFKLanguage as jjjj, tblDocuments.txtFileName AS docfile, tblSourceDocument.lngFKSource, tblDocuments.* FROM tblDocuments INNER JOIN tblSourceDocument ON tblDocuments.idDocument = tblSourceDocument.lngFKDocument WHERE (((tblSourceDocument.lngFKLanguage)=4867 Or (tblSourceDocument.lngFKLanguage=0 and tblSourceDocument.lngFKHardWare =0 )) AND ((tblSourceDocument.lngFKSource)=6705));
SELECT tblLanguageResource.lngFKLanguage, tblResources.txtTitle, tblResources.txtURL, tblResources.strContent, tblResources.txtMetaType, tblResources.idResource FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHERE (((tblLanguageResource.lngFKLanguage)=4867));
SELECT tblSourcePerson.lngFKPerson, tblSourcePerson.lngFKSource, tblPeople.StyledNameFROM tblSourcePerson INNER JOIN tblPeople ON tblSourcePerson.lngFKPerson = tblPeople.PeopleIDWHERE (((tblSourcePerson.lngFKSource)=1535));
SELECT tblLanguage.*, tblYearCrossReferences.Decade AS D1, tblYearCrossReferences.Era AS E1, tblYearCrossReferences.Generation AS G1, tblYearCrossReferences_1.Decade AS D2, tblYearCrossReferences_1.Era AS E2, tblYearCrossReferences_1.Generation AS G2 FROM (tblLanguage LEFT JOIN tblYearCrossReferences ON tblLanguage.FirstYear = tblYearCrossReferences.Year) LEFT JOIN tblYearCrossReferences AS tblYearCrossReferences_1 ON tblLanguage.PubYear = tblYearCrossReferences_1.Year WHERE tblLanguage.id=4387
SELECT tblHardwareSource.*, tblHardware.*FROM tblHardwareSource INNER JOIN tblHardware ON tblHardwareSource.lngFKHArdware = tblHardware.idHardwareWHERE (((tblHardwareSource.lngFKSource)=1535));
SELECT tblSourceSource.lngSource1FK, tblSourceSource.idNodeNode, tblSourceSource.Style, tblSourceSource.Extent, tblSourceSource.Nature, tblSource.intYear, tblSource.strAbbrev, tblSource.txtTitle, tblSource.idSource FROM tblSource INNER JOIN tblSourceSource ON tblSource.idSource = tblSourceSource.lngSource2FK where lngSource1FK = 1535 order by txtTitle, intYear
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=1982)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=1982)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=1982)) OR (((tblLanguageLanguage.lngFKChild)=1982)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=1982,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=1982)) ORDER BY tblSource.txtTitle;
SELECT tblLanguage.ShortDetails, tblLanguage.FirstYear, tblLanguageSource.lngFKLanguage, tblLanguageSource.referencedetails, tblLanguage.Name FROM tblLanguageSource INNER JOIN tblLanguage ON tblLanguageSource.lngFKLanguage = tblLanguage.id WHERE (((tblLanguageSource.lngFKSource)=1535)) ORDER BY tblLanguage.Name;
SELECT tblPeople.StyledName, tblPeople.PeopleID FROM tblLanguagePerson INNER JOIN tblPeople ON tblLanguagePerson.Person = tblPeople.PeopleID WHERE (((tblLanguagePerson.Language)=7979)) ORDER BY tblPeople.LastName;
SELECT tblHardware.idHardware, tblHardware.FullName, tblHardware.Manufacturer FROM tblLanguageHardware INNER JOIN tblHardware ON tblLanguageHardware.lngFKHardware = tblHardware.idHardware WHERE (((tblLanguageHardware.lngFKLanguage)=7979)) ORDER BY tblHardware.FullName, tblHardware.Manufacturer;
SELECT tblCountries.CountryLabel, tblCountries.CountryCode FROM tblCountries RIGHT JOIN tblLanguageCountry ON tblCountries.CountryCode = tblLanguageCountry.lngStrCountry WHERE (((tblLanguageCountry.lngfkLanguage)=7979)) ORDER BY tblCountries.CountryCode;
SELECT tblLanguageStructure.idLangStruct, tblStructures.structurename, tblStructures.structureid, tblLanguage.Name, tblLanguage.id FROM tblStructures INNER JOIN (tblLanguage INNER JOIN tblLanguageStructure ON tblLanguage.id = tblLanguageStructure.lngFKLanguage) ON tblStructures.structureid = tblLanguageStructure.lngFKStructure WHERE (((tblLanguage.id)=7979)) ORDER BY tblStructures.structurename;
SELECT tblUse.Name, tblLanguageUse.lngFKLanguage as exp FROM tblLanguageUse INNER JOIN tblUse ON tblLanguageUse.lngFKUse = tblUse.isUse WHERE (((tblLanguageUse.lngFKLanguage)=7979)) ORDER BY tblUse.Name;
SELECT tblLanguage.Name as Name1, tblLanguage_1.Name as Name2, tblLanguageLanguage.lngFKChild, tblLanguageLanguage.lngFKParent, tblLanguageLanguage.Style, tblLanguageLanguage.Extent, tblLanguageLanguage.Nature, tblSource.txtTitle, tblSource_1.txtTitle as surtitle FROM ((((tblLanguage LEFT JOIN tblLanguageLanguage ON tblLanguage.id = tblLanguageLanguage.lngFKParent) LEFT JOIN tblLanguage AS tblLanguage_1 ON tblLanguageLanguage.lngFKChild = tblLanguage_1.id) LEFT JOIN tblLangLangSource ON tblLanguageLanguage.idLangLink = tblLangLangSource.lngFKLangLink) LEFT JOIN tblSource ON tblLangLangSource.lngFKSource = tblSource.idSource) LEFT JOIN tblSource AS tblSource_1 ON tblSource.lngPartof = tblSource_1.idSource WHERE (((tblLanguageLanguage.lngFKParent)=7979)) OR (((tblLanguageLanguage.lngFKChild)=7979)) ORDER BY IIf(tblLanguageLanguage.lngFKParent=7979,'B','A'), tblLanguage.Name, tblLanguage_1.Name;
SELECT tblSamples.Title, tblSamples.idSample, tblSource.txtTitle, tblLangSampleSource.memCode, tblLangSampleSource.lngFKLanguage FROM (tblLangSampleSource INNER JOIN tblSamples ON tblLangSampleSource.lngFKSample = tblSamples.idSample) INNER JOIN tblSource ON tblLangSampleSource.lngFKSource = tblSource.idSource WHERE (((tblLangSampleSource.lngFKLanguage)=7979)) ORDER BY tblSource.txtTitle;
SELECT tblResources.*, tblLanguageResource.lngFKLanguage FROM tblLanguageResource INNER JOIN tblResources ON tblLanguageResource.lngFKResource = tblResources.idResource WHER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment