CREATE TABLE _test ( Id int(10) UNSIGNED NOT NULL AUTO_INCREMENT, value varchar(255) DEFAULT NULL, PRIMARY KEY (Id) ); ALTER TABLE _test ADD COLUMN `count` SMALLINT(6) NOT NULL AFTER `value`, ADD COLUMN `log` VARCHAR(12) NOT NULL AFTER `count`, ADD COLUMN `status` INT(10) UNSIGNED NOT NULL AFTER `log`;
Skyvia Query allows you to run SQL queries against databases and cloud applications from web browser. Access and manage your data from anywhere, build reports, arrange your data in the most informative way and simplify your decision-making process easily!