in your shopping cart are:
items
You have access on 657191 items.
|
Please contact us for a quotation: Tel. 0721 15108-0
Ihre Suche nach 74AC240SCX ergab:
Qty | Part | Manufacturer | Datecode | Description | Photo | Data Sheet | | SQL: SELECT b.PID,b.Bezeichnung,b.Hersteller,b.Datecode,b.Beschreibung,l.Menge,l.VK,l.ID,l.RID
FROM bauteile AS b
LEFT JOIN lager AS l ON (b.PID = l.PID)
WHERE b.Bezeichnung = '74AC240SCX'
GROUP BY l.ID ORDER BY VK DESC,Menge DESC; Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'db13501163-ede.b.PID' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|