~tjoneslo/akiban-sql-parser/fix-bug-1167451

« back to all changes in this revision

Viewing changes to src/test/resources/com/akiban/sql/parser/alter-table-add-column-7.sql

merge oontvoo: support adding multiple columns in ALTER TABLE

https://code.launchpad.net/~oontvoo/akiban-sql-parser/alter_adding_multiple_cols/+merge/134983

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ALTER TABLE t  ADD COLUMN c1 INTEGER, RENAME t2
 
 
b'\\ No newline at end of file'