Contact: aviboots(AT)netvision.net.il
39,870 questions
51,793 answers
573 users
SELECT FirstName AS fn FROM Workers
-- Work with MySQL SELECT DISTINCT category AS 'c t' -- Two words quotes around column alias FROM info_table -- Use with $row['c t']
-- Work with MySQL SELECT CONCAT(category,',',info) AS ci FROM info_table -- Use with $row['ci']