This commit is contained in:
@ -4,13 +4,13 @@ show_create_table_and_views_table CREATE TABLE `show_create_table_and_views_tabl
|
||||
|
||||
-- !select --
|
||||
1 1 30
|
||||
1 300 2
|
||||
1 2 5
|
||||
1 3 10
|
||||
2 200 1111
|
||||
1 300 2
|
||||
2 1 100
|
||||
2 2 10
|
||||
2 3 44
|
||||
2 200 1111
|
||||
3 1 10
|
||||
3 2 1
|
||||
23 900 1
|
||||
|
||||
@ -74,7 +74,7 @@ suite("test_show_create_table_and_views", "show") {
|
||||
(23, 900, 1)"""
|
||||
|
||||
qt_show "SHOW CREATE TABLE ${dbName}.${tableName}"
|
||||
qt_select "SELECT * FROM ${dbName}.${tableName} ORDER BY user_id"
|
||||
qt_select "SELECT * FROM ${dbName}.${tableName} ORDER BY user_id, good_id"
|
||||
|
||||
// create view and show
|
||||
sql """
|
||||
|
||||
Reference in New Issue
Block a user