gus_demo : db tools : Enter Raw SQL

SQL script. Use the names of fields prepended with '$' to refer to the data of those fields to be processed by subqueries enclosed in {}, which can nest inside other subqueries.
{eliminate squiggly brackets from Drupal SQL}
PHP script to run on displayed columns. Use the names of fields prepended with '$' to refer to the data of those fields to be processed by the script.
URL of this page's state allow direct editing of results      truncate fields
Results of Query #1
Table Create Table  
tf_concordance CREATE TABLE `tf_concordance` (
`concordance_id` int(11) NOT NULL AUTO_INCREMENT,
`table_name_source` char(1) DEFAULT NULL,
`column_source_1` char(1) DEFAULT NULL,
`column_source_2` char(1) DEFAULT NULL,
`column_for_read` char(1) DEFAULT NULL,
`table_name_dest` char(1) DEFAULT NULL,
`column_dest_1` char(1) DEFAULT NULL,
`column_dest_2` char(1) DEFAULT NULL,
`column_for_write` char(1) DEFAULT NULL,
`timecreated` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`concordance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
Delete

1 row affected.
Uptime: 1360006 Threads: 85 Questions: 572558712 Slow queries: 107 Opens: 1731183 Open tables: 14856 Queries per second avg: 420.997