Hello, I want a table in SQLite that has 2 fields as primary key and also a field% co_of% that is unique integer. What I've been looking for is something like this:
create table t (id integer, name string, phone string, nick string PRIMARY KEY...
asked on
11.08.2016 / 18:44