PINS USE
====================
1-3 HDD LED
2-4 Power LED
5-6 Power Button
7-9 Reset Button (or 7-8?)
SELECT * FROM portfolio where id < ? ORDER BY id DESC limit ?
The facility currently only supports the RSA public key encryption standard (though it is pluggable and permits others to be used). The possible hash algorithms that can be used are SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 (the algorithm is selected by data in the signature).
melkij=> create table identity_test (i int primary key generated by default as identity, val int);
CREATE TABLE
melkij=> insert into identity_test (val) values (1);
INSERT 0 1
melkij=> table identity_test;
i | val
---+-----
1 | 1
(1 строка)
melkij=> create table identity_test_like (like identity_test INCLUDING COMMENTS INCLUDING CONSTRAINTS INCLUDING DEFAULTS INCLUDING INDEXES);
CREATE TABLE
melkij=> \d identity_test_like
Таблица "public.identity_test_like"
Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
---------+---------+--------------------+-------------------+--------------
i | integer | | not null |
val | integer | | |
Индексы:
"identity_test_like_pkey" PRIMARY KEY, btree (i)
melkij=> \d identity_test
Таблица "public.identity_test"
Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
---------+---------+--------------------+-------------------+----------------------------------
i | integer | | not null | generated by default as identity
val | integer | | |
Индексы:
"identity_test_pkey" PRIMARY KEY, btree (i)
Fetches one row of data from the result set and returns it as an enumerated array
Как Вы поняли в поле "а" вписывается ответ "no" или "yes" .
В моем бизнесе вопросы собраны в Репорт (Репорты разные. В зависимости от Репорта имеют от 10 до 70 вопросов). Таким образом ответы заходящие в таблицу user нужно разделять по Репортам.
in brief this inserts
or
before matched regexp \n\r?|\r\n?