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

Create table with columns #357

Closed
ea-rus opened this issue Mar 6, 2024 · 0 comments
Closed

Create table with columns #357

ea-rus opened this issue Mar 6, 2024 · 0 comments
Assignees

Comments

@ea-rus
Copy link
Contributor

ea-rus commented Mar 6, 2024

Support 'create table' query

  CREATE TABLE Persons (
    PersonID int,
    LastName varchar(255),
    FirstName varchar(255),
    Address varchar(255),
    City varchar(255)
)
@ea-rus ea-rus self-assigned this Mar 6, 2024
ea-rus added a commit that referenced this issue Mar 11, 2024
This was referenced Mar 11, 2024
@ea-rus ea-rus closed this as completed Mar 14, 2024
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