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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -