On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh <singh(dot)bpratap766(at)gmail(dot)com> wrote:
> How can we create a user profile in open postgresql db?>?
CREATE TABLE user_profile (...);INSERT INTO user_profile VALUES (...);
David J.