The VALUES clause can specify values to insert into one
or more columns. When you use the VALUES clause, you can insert only
one row at a time.
Each value that follows the VALUES keyword is assigned
to the corresponding column listed in the INSERT INTO clause (or in
column order, if a list of columns is not specified). If you are inserting
a quoted string into a column, the maximum length that can be inserted
without error is 256 bytes.
In , if
you use an input_var variable to specify the value, you can
insert character strings longer than 256 bytes into a table.
For the keywords and the types of literal values that
are valid in the VALUES clause, refer to Constant Expressions.
Have feedback?
Google Analytics is used to store comments and ratings. To provide a comment or rating for a topic, click Accept All Cookies or Allow All in Cookie Preferences in the footer of this page.