blob: 223df1c91a1c441e85c065003bc1769977351ca1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Single Table on ShardingSphere</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/</link>
<description>Recent content in Single Table on ShardingSphere</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>SHOW SINGLE TABLE</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-single-table/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-single-table/</guid>
<description>Description The SHOW SINGLE TABLE syntax is used to query single tables for specified database.
Syntax Grammar Railroad diagram ShowSingleTable::= &amp;#39;SHOW&amp;#39; &amp;#39;SINGLE&amp;#39; (&amp;#39;TABLES&amp;#39; (&amp;#39;LIKES&amp;#39; likeLiteral)?|&amp;#39;TABLE&amp;#39; tableName) (&amp;#39;FROM&amp;#39; databaseName)? tableName ::= identifier databaseName ::= identifier Supplement When databaseName is not specified, the default is the currently used DATABASE. If DATABASE is not used, No database selected will be prompted. Return value description Column Description table_name Single table name storage_unit_name The storage unit name where the single table is located Example Query specified single table for specified database.</description>
</item>
<item>
<title>SHOW DEFAULT SINGLE TABLE STORAGE UNIT</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-deafult-single-table-storage-unit/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-deafult-single-table-storage-unit/</guid>
<description>Description The SHOW DEFAULT SINGLE TABLE STORAGE UNIT syntax is used to query storage units for specified database.
Syntax Grammar Railroad diagram ShowDefaultSingleTableStorageUnit::= &amp;#39;SHOW&amp;#39; &amp;#39;DEFAULT&amp;#39; &amp;#39;SINGLE&amp;#39; &amp;#39;TABLE&amp;#39; &amp;#39;STORAGE&amp;#39; &amp;#39;UNIT&amp;#39; (&amp;#39;FROM&amp;#39; databaseName)? databaseName ::= identifier Supplement When databaseName is not specified, the default is the currently used DATABASE. If DATABASE is not used, No database selected will be prompted. Return Value Description Column Description storage_unit_name Storage unit name Example Query storage units for specified database.</description>
</item>
<item>
<title>COUNT SINGLE_TABLE RULE</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/count-single-table/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/count-single-table/</guid>
<description>Description The COUNT SINGLE TABLE syntax is used to query number of single table for specified database.
Syntax Grammar Railroad diagram CountSingleTable::= &amp;#39;COUNT&amp;#39; &amp;#39;SINGLE&amp;#39; &amp;#39;TABLE&amp;#39; (&amp;#39;FROM&amp;#39; databaseName)? databaseName ::= identifier Supplement When databaseName is not specified, the default is the currently used DATABASE. If DATABASE is not used, No database selected will be prompted. Return Value Description Column Description database The database name where the single table is located count The count of single table Example Query the number of single rules for specified database.</description>
</item>
<item>
<title>SHOW UNLOADED SINGLE TABLES</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-unloaded-single-tables/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/show-unloaded-single-tables/</guid>
<description>Description The SHOW UNLOADED SINGLE TABLES syntax is used to query unloaded single tables.
Syntax Grammar Railroad diagram showUnloadedSingleTables::= &amp;#39;SHOW&amp;#39; &amp;#39;UNLOADED&amp;#39; &amp;#39;SINGLE&amp;#39; &amp;#39;TABLES&amp;#39; Return value description Column Description table_name Single table name storage_unit_name The storage unit name where the single table is located Example Query unloaded single tables. SHOW UNLOADED SINGLE TABLES; mysql&amp;gt; SHOW UNLOADED SINGLE TABLES; +------------+-------------------+ | table_name | storage_unit_name | +------------+-------------------+ | t_single | ds_1 | +------------+-------------------+ 1 row in set (0.</description>
</item>
</channel>
</rss>