Stay organized with collections
Save and categorize content based on your preferences.
If you are trying to retrieve the results of a query to a BigQuery
dataset that is larger than the Workflows memory limit, you can
use a page token to paginate through the results. The page token represents the
position in the result set, and is returned when additional results are
available. This allows you to loop through a page of results at a time.
BigQuery hosts a number of public datasets
that are available to the general public to query. In the following example, you
query the
USA Name Data public dataset
to determine the most common names in the US between 1910 and 2013.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]