Skip to content

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

@NoahStoryM

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))")

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