How do I display the ‘like komodo’ and ‘average(amount)’ commands at the same time
can you fix my code guys
here is my code
select *
FROM komodoshop
where name like ‘%komodo’ and AVG(amount) from name;
i want to use avg and like command at the same time in MySQL
2
Answers
If I understand your question correctly try this
but when I put your question though ChatGPT I got this as the answer – which doesn’t really seem to be what you asked.
If you have sample data, that would help me understand what you are trying to look at.