Replace ( ) : DmlReplaceStatement |
nothing has been pre-consumed
'REPLACE' ('LOW_PRIORITY' | 'DELAYED')? ('INTO')? tableName ( 'SET' colName ('='|':=') (expr|'DEFAULT') (',' colName ('='|':=') (expr|'DEFAULT')) | '(' ( colName (','colName)* ')' ( '(' 'SELECT' ...nothing has been pre-consumed
'REPLACE' ('LOW_PRIORITY' | 'DELAYED')? ('INTO')? tableName ( 'SET' colName ('='|':=') (expr|'DEFAULT') (',' colName ('='|':=') (expr|'DEFAULT')) | '(' ( colName (','colName)* ')' ( '(' 'SELECT' ... ')' | 'SELECT' ... |('VALUES'|'VALUE') value ( ',' value ) ) | 'SELECT' ... ')' ) | 'SELECT' ... |('VALUES'|'VALUE') value ( ',' value ) ) value := '(' (expr|'DEFAULT') ( ',' (expr|'DEFAULT'))* ')'
|
|