How can I qurey data without duplicate I have a table that contain data, some of these data are the same I wanna qurey these data and echo back without duplications is it possible
Complete rows are duplicate or just a column? You can use DISTINCT or GROUP BY to eliminate duplicate records.