You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEtable_name (
column1 INT,
column2 INT
)
PARTITION BY HASH (column1);
CREATETABLEp0 PARTITION OF table_name
FOR VALUES WITH (MODULUS 4, REMAINDER 0);
JavaScript/TypeScript code
No response
What happened?
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Version
v4.x
Which SQL?
Postgre
SQL content
JavaScript/TypeScript code
No response
What happened?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: