DB: Postgres11 For the first time I am designing a database. Is it possible in insert-e to create a column that will concatenate the values of other columns for a row, or is it better to write a script to form the request body?
DB: Postgres11 For the first time I am designing a database. Is it possible in insert-e to create a column that will concatenate the values of other columns for a row, or is it better to write a script to form the request body?
Source: https://ru.stackoverflow.com/questions/952404/
All Articles
primary key(id_client, id_articul)- Mike