Question : I’m working on a book database. And among others, I have the following two tables (a bit simplified […]

Question : There are structures: CREATE TABLE `invoices` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `date` date NOT NULL, PRIMARY […]

Question : I’m trying to create an xml with customer specific prices for a webshop I am working on atm. […]

Question : I have two tables products and positions. products: id BIGINT PRIMARY KEY, product VARCHAR(100), criterium1 VARCHAR(100), criterium2 VARCHAR(100) […]