Is there a way to do what the USE statement does in SQL? All the examples I have seen follow the format project:dataset.table, or sometimes just dataset.table .
I'm hoping to be able to USE dataset or USE project:dataset then just specify the table name in the SELECT.