Hello,
I am deeply fascinated by the powerful features and flexibility of
PostgreSQL and wish to share it with more Korean speakers. I am interested
in contributing to the Korean translation of the PostgreSQL official
documentation and would like guidance on how to begin this process.
1. 1. I
Hello. I encountered a problem while setting up a test environment to learn
the use of the random() function.
The query is as follows:
CREATE TABLE users (
id SERIAL PRIMARY KEY,
name VARCHAR(100),
email VARCHAR(100),
signup_date DATE
);
INSERT INTO users (name, email, signup_d