[Solved] How to get the numbers of a column in phpmyadmin? [closed]


Try this, it is simple

SELECT id FROM `table_name` WHERE is_parent= 0

1

solved How to get the numbers of a column in phpmyadmin? [closed]