Skip to Content
Learning Google BigQuery
book

Learning Google BigQuery

by Thirukkumaran Haridass, Eric Brown
December 2017
Beginner to intermediate
264 pages
5h 38m
English
Packt Publishing
Content preview from Learning Google BigQuery

Data type considerations

Let's further discuss these data types:

  • Floating-point: Unlike integers, which must be whole numbers, floating-point numbers can have fractional components and can have special non-numeric values such as NaN (not a number), Inf (infinite), or null.
In order to avoid non-numeric values, make sure your mathematical calculations deal with non-numerics using the IFNULL() and <IFNULL(FUNCTION,0)> function for Legacy SQL. For Standard SQL, wrap the IFNULL() function around the SAFE_DIVIDE() function for situations such as dividing zero by zero.
  • String: Don't store all values as string in the table. Use appropriate data types, for example for TRUE or FALSE use Boolean type instead of storing the value as string. 
  • Date ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Google BigQuery: The Definitive Guide

Google BigQuery: The Definitive Guide

Valliappa Lakshmanan, Jordan Tigani
Google BigQuery Analytics

Google BigQuery Analytics

Siddartha Naidu, Jordan Tigani

Publisher Resources

ISBN: 9781787288591Supplemental Content