а например как мне задать высоту в относительных единицах ?
.left{
width: 50%;
height: 100%;
background: linear-gradient(to bottom , white 50%, black 50%);
}
.right{
width: 50%;
height: 100%;
background: linear-gradient(to bottom , white 50%, black 50%);
}
LEFT JOIN [Suppliers] ON Suppliers.SupplierID = Products.SupplierID
WHERE ProductID >=64 OR SupplierName="Tokyo Traders"
У вас в коде и пишет "OR" =)