при попытке поиска по этому столбцу выдаёт ошибку ...(
# SELECT * FROM send_statuses;
id | supplyUpload | status | uploadDestId | errorMsg | flag | created_at | updated_at
------+--------------+--------+--------------+----------+------+---------------------+---------------------
1 | 4026 | 5 | 70034 | | t | 2021-03-29 04:58:50 | 2021-03-29 04:58:50
8 | 4108 | 4 | 58928 | | t | 2021-03-30 10:26:39 | 2021-03-30 10:26:39
118 | 8822 | 4 | 244964 | | t | 2021-04-01 01:11:30 | 2021-04-02 11:48:37
5 | 4105 | 5 | 245078 | | t | 2021-03-30 02:20:12 | 2021-04-02 11:49:06
# SELECT * FROM send_statuses where uploadDestId = 260069;
ERROR: column "uploaddestid" does not exist
LINE 1: SELECT * FROM send_statuses where uploadDestId = 260069;
^
HINT: Perhaps you meant to reference the column "send_statuses.uploadDestId".
https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS
Обсуждают сегодня