Hello everyone;
In the table MYSQL I have this sequence of rows:
CODE=========== NAME
610============ =ASS
610============ =ASS
610============ =ASS
610============ =ASS
619============ =ASS-9
619============ =ASS-9
619============ =ASS-9
I like to see:
ASS
and query that counts for all rows like ASS...
Can you help me ?
Regards
In the table MYSQL I have this sequence of rows:
CODE=========== NAME
610============ =ASS
610============ =ASS
610============ =ASS
610============ =ASS
619============ =ASS-9
619============ =ASS-9
619============ =ASS-9
I like to see:
ASS
and query that counts for all rows like ASS...
Can you help me ?
Regards
Comment