mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Try to stabilize test
This commit is contained in:
parent
01b8825733
commit
0554cdca65
@ -29,8 +29,8 @@ SELECT count() FROM INFORMATION_SCHEMA.tables WHERE table_schema=currentDatabase
|
||||
SELECT count() FROM INFORMATION_schema.tables WHERE table_schema = currentDatabase() AND table_name = 't'; -- { serverError UNKNOWN_DATABASE }
|
||||
SELECT count() FROM information_schema.taBLES WHERE table_schema =currentDatabase() AND table_name = 't'; -- { serverError UNKNOWN_TABLE }
|
||||
|
||||
SELECT * FROM information_schema.key_column_usage WHERE table_name = 'kcu';
|
||||
SELECT * FROM information_schema.key_column_usage WHERE table_name = 'kcu2';
|
||||
SELECT * FROM information_schema.key_column_usage WHERE table_schema = currentDatabase() AND table_name = 'kcu';
|
||||
SELECT * FROM information_schema.key_column_usage WHERE table_schema = currentDatabase() AND table_name = 'kcu2';
|
||||
|
||||
SELECT * FROM information_schema.referential_constraints;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user