DS
users_data и юзера из users_meta ?Size: a a a
DS
users_data и юзера из users_meta ?DS
DS
A
users_data и юзера из users_meta ?A
A
DS
DS
A
SK
SK
DS
SK
SK
ДК
S
ДК
S
sqlite3
SQLite version 3.28.0 2019-04-15 14:49:49
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> create table tbl1(one varchar(10), two smallint);
sqlite> insert into tbl1 values('hello!',10);
sqlite> insert into tbl1 values('goodbye', 20);
sqlite> select one from tbl1;
hello!
goodbye
sqlite>ДК
sqlite3
SQLite version 3.28.0 2019-04-15 14:49:49
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> create table tbl1(one varchar(10), two smallint);
sqlite> insert into tbl1 values('hello!',10);
sqlite> insert into tbl1 values('goodbye', 20);
sqlite> select one from tbl1;
hello!
goodbye
sqlite>S