This my table
This what I want
Its gonna be easy if we use php, but I want to know, is it possible with query?
This my table
This what I want
Its gonna be easy if we use php, but I want to know, is it possible with query?
Select * from table where kode in (Select group_concat(id) as ids from table where kode=0) Order by kode asc
you can try with this type of query