Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create multi-column schema? #36

Open
jmatsushita opened this issue Dec 23, 2022 · 0 comments
Open

How to create multi-column schema? #36

jmatsushita opened this issue Dec 23, 2022 · 0 comments

Comments

@jmatsushita
Copy link

The concise example shows how to create a schema of the type:

CREATE TABLE get_manager (Person1 int, Person2 int);
CREATE TABLE get_name (Person1 int, Name2 text);
CREATE TABLE get_employees (Person1 int, ID2 int);
CREATE TABLE get_salary (Person1 int, Salary2 real);

How would you create a schema such as:

CREATE TABLE employees (Person1 int, ID2 int, Manager3 int, Name4 text, Salary5 real);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant