sql - How to set primary key on a field in fusion table -
i have table named "testing". fields in table id,name , description. want make id field primary key i.e. unique values should entered in field.
thanks, himanshu
when create table
in addition column names specify in create table statement, google fusion tables create column named rowid contains automatically-assigned, unique id number each row.
Comments
Post a Comment