Dummy-Commit to retrigger CI

This commit is contained in:
mrks 2018-02-12 11:36:47 +01:00 committed by GitHub
parent 2ff32fbee3
commit 7837a2a6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
!INSERT INTO test_table VALUESd (1, 2, 'test');
!SELECT * FROM t WHERE a = ? AND b = ?;SELECT 1;
!SHOW COLUMNS;
!select a + 1 as b(spam, eggs) from B;
!select a + 2 as b(spam, eggs) from B;