Hi,
I wanted to know if there's any type of "default" ordering that is applied to queries that do not include an "ORDER BY" statement.
So, take as an example a search_stream request that is based on the following query:
SELECT
metrics.cost_micros
FROM ad_group
WHERE campaign.status NOT IN ('REMOVED')
AND segments.date DURING YESTERDAY
Would the results I get from this request be ordered by any field or would they have a random ordering that would change if I send the request several times?
Any assistance in this matter is highly appreciated.
Regards,
Mario