CREATE TABLE data { id INTEGER , type INTEGER }
You can list each id one time with the following query :
SELECT id , MIN( type ) FROM data GROUP BY id
This work in MySQL
Issues in programming that you may have ignored, missed, misunderstood or simply forgotten.
No comments:
Post a Comment