Skip to content

create-table translate (varchar 20) to \"VARCHAR\"(20) #19

Description

@NoahStoryM

What version of Racket are you using?

v7.8

What program did you run?

(create-table #:temporary the_numbers #:columns [n integer #:not-null] [d (varchar 20)])

What should have happened?

(sql-statement "CREATE TEMPORARY TABLE the_numbers (n integer NOT NULL, d varchar(20))")

If you got an error message, please include it here.

(sql-statement "CREATE TEMPORARY TABLE the_numbers (n integer NOT NULL, d \"VARCHAR\"(20))")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions