I'm trying to run this query, and it always gives me the following error:
1060 - Duplicate column name 'NULL'
INSERT INTO ce_coins_issued (idc, idu, year, ltr, issuing, status)
SELECT * FROM (SELECT 2,1,2002,NULL,NULL,'wallet') AS tmp
WHERE...
asked by
30.07.2017 / 14:55