string. --fields-enclosed-by=name Fields in the output file are enclosed by the given character. --fields-optionally-enclosed-by=name Fields in the output file are optionally enclosed by the given character. --fields-escaped-by=name Fields in the output file are escaped by the given characte...
mysql323, mysql40, postgresql, oracle, mssql, db2, maxdb, no_key_options, no_table_options, or no_field_options. To use several values, separate them by commas. These values have the same meaning as the corresponding options for setting the server...
An optional query can be specified, consisting of values each given as akey=valuepair or as a singlekey. To specify multiple values, separate them by,characters. A mix ofkey=valueandkeyvalues is permissible. Values can be of type list, with list values ordered by appearance. Strings must ...
a comma separated list of values separate anonymous arguments When a list parameter is being processed (in positional order), all of the remaining anonymous arguments are part of the list. The following MySQL Shell CLI calls are equivalent: ...
This SQL query uses the FIND_IN_SET function to search for the number 3 in the comma-separated string '11,12,13,4,5,6,7,8,9'. FIND_IN_SET looks for exact matches of '3' as a separate item in the list. Since '3' is present as a separate item, FIND_IN_SET returns its posi...
DELIMITER statement is used to change the standard delimiter (semicolon) to another, in this case the delimiter is changed to //, so you can have multiple SQL statements inside stored procedure which can separate by the semicolon. After the END keyword we use delimiter // to show the end...
# Path to directory where to store the data (separate multiple locations by comma): # path.data: /usr/local/elasticsearch-6.4.0/data # # Path to log files: # path.logs: /usr/local/elasticsearch-6.4.0/logs # # --- Memory --- # # Lock the memory on startup: # #bootstrap.memory...
table - a string of the table the field came from. name - a string of the field name. type - a string of the field type in all caps. length - a number of the field length, as given by the database. The next argument is a function that, when called, will return the default ty...
This bug is about two problems: 1. Filtered events still cause warnings in error log, 2. Warnings in error log make error log grow too large. The first one has already been fixed as part of this bug report. Please create a separate bug report for the 2nd problem and ask Serg and Dav...
The VARCHAR data type is currently synonymous with the VARCHAR2 data type. Oracle recommends that you use VARCHAR2 rather than VARCHAR. In the future, VARCHAR might be defined as a separate data type used for variable-length character strings compared with different comparison semantics. The maximu...