DE
Size: a a a
DE
DE
j
DE
DE
DE
USE `chess`;
CREATE TEMPORARY TABLE IF NOT EXISTS `temp` (
`full_name` VARCHAR(255)
);
INSERT INTO `temp` (`full_name`) VALUES ('User63601');
INSERT INTO `temp` (`full_name`) VALUES ('User63602');
INSERT INTO `temp` (`full_name`) VALUES ('User63603');
INSERT INTO `temp` (`full_name`) VALUES ('User63604');
SELECT * FROM `temp`;
S
USE `chess`;
CREATE TEMPORARY TABLE IF NOT EXISTS `temp` (
`full_name` VARCHAR(255)
);
INSERT INTO `temp` (`full_name`) VALUES ('User63601');
INSERT INTO `temp` (`full_name`) VALUES ('User63602');
INSERT INTO `temp` (`full_name`) VALUES ('User63603');
INSERT INTO `temp` (`full_name`) VALUES ('User63604');
SELECT * FROM `temp`;
DE
DE
DE
j
DE
DE
DE
DE
DE
S
function() {
console.log('test')
}