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