On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh <
[email protected]> wrote:

> How can we create a user profile in open postgresql db?
>
?

CREATE TABLE user_profile (...);
INSERT INTO user_profile VALUES (...);

David J.

Reply via email to