Hi,
I am running a custom query in mysql to return the rows which should be imported into google sheets. I have read through the forum posts but got no answer.
I want the multiple rows from custom query to be imported into gsheets but it only returns and imports one row. The below query should return 7 rows.
select * from spred_subscribers.spred_subscribers_posts
where Hashtags REGEXP 'tattoo|black|fashion' and post_likes REGEXP '45|42'