Skip to content

Latest commit

 

History

History
 
 

fusion-tables

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Google Fusion Tables Sql

Parses Google fusion tables sql as defined in the Row and Query SQL Reference as of January 2016.

Augmented by expressions for

  • ALTER TABLE [table name or ID] RENAME TO [new name]
  • DROP TABLE [table name or ID]
  • CREATE TABLE [table name] AS SELECT * FROM [source table name or ID]

It's fallout from a related query utility intended to reduce the pain-in-the-ass factor of the whole issue, if anyone is interested in such a thing.

License

The Unlicense.