All checks were successful
Deploy on Master Change / deploy (push) Successful in 53s
9717 lines
1.5 MiB
9717 lines
1.5 MiB
/*
|
||
Navicat Premium Dump SQL
|
||
|
||
Source Server : RAIA_V3
|
||
Source Server Type : MySQL
|
||
Source Server Version : 80043 (8.0.43-0ubuntu0.24.04.1)
|
||
Source Host : 36.50.55.224:3306
|
||
Source Schema : simple_care
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 80043 (8.0.43-0ubuntu0.24.04.1)
|
||
File Encoding : 65001
|
||
|
||
Date: 03/07/2026 16:11:36
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for accepted_wifis
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `accepted_wifis`;
|
||
CREATE TABLE `accepted_wifis` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`ssid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`ssid_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`bssid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`bssid_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_accepted_wifis_bss_id_key`(`bssid_key` ASC) USING BTREE,
|
||
INDEX `idx_accepted_wifis_ss_id_key`(`ssid_key` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 104 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of accepted_wifis
|
||
-- ----------------------------
|
||
INSERT INTO `accepted_wifis` VALUES (52, '2E34VNPT', '2e34vnpt', '7c:7b:68:38:36:e8', '7c7b683836e8', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (53, '2E34VNPT-5G', '2e34vnpt-5g', '7c:7b:68:38:36:e9', '7c7b683836e9', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (54, '2E35 RIKKEI EDUCATION', '2e35 rikkei education', 'a8:bd:27:4c:1f:e0', 'a8bd274c1fe0', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (55, '2E35 RIKKEI EDUCATION', '2e35 rikkei education', 'a8:bd:27:4c:1f:f0', 'a8bd274c1ff0', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (56, 'Adaptation.R_24', 'adaptation.r_24', '30:68:93:4d:e2:2d', '3068934de22d', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (57, 'Adaptation.R_5', 'adaptation.r_5', '30:68:93:4d:e2:2e', '3068934de22e', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (58, 'Confident.R_24', 'confident.r_24', '30:68:93:4d:e1:55', '3068934de155', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (59, 'Confident.R_5', 'confident.r_5', '30:68:93:4d:e1:56', '3068934de156', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (60, 'Cooperate.R_24', 'cooperate.r_24', '30:68:93:4d:df:27', '3068934ddf27', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (61, 'Cooperate.R_5', 'cooperate.r_5', '30:68:93:4d:df:28', '3068934ddf28', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (62, 'Practical.R_24', 'practical.r_24', '30:68:93:4d:e1:ac', '3068934de1ac', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (63, 'Practical.R_5', 'practical.r_5', '30:68:93:4d:e1:ad', '3068934de1ad', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (64, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:36:c8', '34ba750036c8', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (65, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:1d', '34ba7500741d', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (66, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:1e', '34ba7500741e', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (67, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:21', '34ba75007421', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (68, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:22', '34ba75007422', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (69, 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:26', '34ba75007426', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (70, 'PTIT_WIFI', 'ptit_wifi', 'b6:ba:75:00:36:c8', 'b6ba750036c8', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (71, 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:32:80', 'b6ba75003280', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (72, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:af', '560b91806daf', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (73, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b0', '560b91806db0', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (74, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b4', '560b91806db4', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (75, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b5', '560b91806db5', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (76, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b6', '560b91806db6', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (77, 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:ba', '560b91806dba', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (78, 'RIKKEI EDU', 'rikkei edu', '94:f7:17:3f:87:69', '94f7173f8769', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (79, 'RIKKEI EDU', 'rikkei edu', '94:f7:17:3f:87:71', '94f7173f8771', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (80, 'Rikkei Education 1', 'rikkei education 1', '30:68:93:4d:e2:e5', '3068934de2e5', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (81, 'RIKKEI EDUCATION 2E32', 'rikkei education 2e32', '98:4a:6b:e6:2d:f2', '984a6be62df2', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (82, 'RIKKEI EDUCATION 2E32', 'rikkei education 2e32', '9a:4a:6b:86:2d:f2', '9a4a6b862df2', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (83, 'Rikkei Education Employee', 'rikkei education employee', 'f0:61:c0:b0:fd:c2', 'f061c0b0fdc2', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (84, 'Rikkei Education Employee', 'rikkei education employee', 'f0:61:c0:b0:fd:d2', 'f061c0b0fdd2', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (85, 'Rikkei Education_5G', 'rikkei education_5g', 'cc:2d:21:a5:85:c6', 'cc2d21a585c6', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (86, 'rikkeieducation', 'rikkeieducation', '12:82:3d:94:d5:33', '12823d94d533', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (87, 'rikkeieducation', 'rikkeieducation', '12:82:3d:94:d8:df', '12823d94d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (88, 'rikkeieducation', 'rikkeieducation', 'c6:b2:5b:1e:17:67', 'c6b25b1e1767', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (89, 'rikkeieducation 1', 'rikkeieducation 1', '30:68:93:4d:e2:2b', '3068934de22b', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (90, 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', '12:82:3d:24:d8:df', '12823d24d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (91, 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', '9e:ce:88:ac:8a:20', '9ece88ac8a20', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (92, 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', '10:82:3d:b4:d5:33', '10823db4d533', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (93, 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', '10:82:3d:b4:d8:df', '10823db4d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (94, 'rikkeieducation p803 5G', 'rikkeieducation p803 5g', '12:82:3d:64:d8:df', '12823d64d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (95, 'rikkeieducation p803 5G', 'rikkeieducation p803 5g', 'c6:b2:5b:ee:17:67', 'c6b25bee1767', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (96, 'rikkeieducation p804 5G', 'rikkeieducation p804 5g', '12:82:3d:34:d5:33', '12823d34d533', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (97, 'rikkeieducation p804 5G', 'rikkeieducation p804 5g', '12:82:3d:34:d8:df', '12823d34d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (98, 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '12:82:3d:44:d5:33', '12823d44d533', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (99, 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '12:82:3d:44:d8:df', '12823d44d8df', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (100, 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '9e:ce:88:cc:8a:20', '9ece88cc8a20', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (101, 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', 'c6:b2:5b:ce:17:67', 'c6b25bce1767', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (102, 'rikkeieducation', 'rikkeieducation', '9e:ce:88:1c:8a:20', '9ece881c8a20', '2026-07-03 07:12:36.930');
|
||
INSERT INTO `accepted_wifis` VALUES (103, 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', 'c6:b2:5b:ae:17:67', 'c6b25bae1767', '2026-07-03 07:12:36.930');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for app_downloads
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `app_downloads`;
|
||
CREATE TABLE `app_downloads` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`description` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`download_url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`platform` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of app_downloads
|
||
-- ----------------------------
|
||
INSERT INTO `app_downloads` VALUES (2, '2026-07-01 15:01:34.984', '2026-07-01 22:59:42.983', 'Simple Care MacOS V1.0', 'Lần đầu chạy cần vào bảo mật chấp nhận sau đó cấp đủ quyền.', 'https://drive.google.com/file/d/1I5X2bU7ITTWlZBpU8K2XJaRUGnVMFSHk/view?usp=sharing', 'MacOS');
|
||
INSERT INTO `app_downloads` VALUES (3, '2026-07-01 15:15:12.002', '2026-07-02 13:52:46.927', 'Simple Care Linux', 'Debian, Ubuntu, Arch, OpenSusue, Fedora,...', 'https://drive.google.com/file/d/1x0oBSGwqvOpw3b1uH_6fBGTrNVY4LIdS/view?usp=sharing', 'Linux');
|
||
INSERT INTO `app_downloads` VALUES (4, '2026-07-01 15:37:35.177', '2026-07-01 22:58:45.694', 'Window File Nén (giải nén ra chạy exe)', 'Cần giải nén bằng winrar hoặc 7z để dùng. Ứng dụng nội bộ, các em cần tam thời tắt realtime protect nếu không tải được, khi tải thành công thêm ngoại lệ và bật lại realtime protect bình thường.', 'https://drive.google.com/file/d/1Is71VOcH-GlE2QUEmGV-ON1R4bXeLD1y/view?usp=sharing', 'Windows');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for app_guides
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `app_guides`;
|
||
CREATE TABLE `app_guides` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`title` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of app_guides
|
||
-- ----------------------------
|
||
INSERT INTO `app_guides` VALUES (2, '2026-07-01 16:30:08.579', '2026-07-01 16:30:08.579', 'Các cách tải & cài đặt gần giống danh sách cũ', 'https://www.youtube.com/playlist?list=PLlxZ5XZzc5eJ88XmsKXsXFmUnh1GP7p_v');
|
||
INSERT INTO `app_guides` VALUES (3, '2026-07-01 16:30:57.704', '2026-07-01 16:30:57.704', 'Cài đặt cho macos', 'https://www.youtube.com/watch?v=EGiFuIHvJ8M&list=PLlxZ5XZzc5eJ88XmsKXsXFmUnh1GP7p_v&index=11');
|
||
INSERT INTO `app_guides` VALUES (4, '2026-07-01 22:48:54.059', '2026-07-01 22:48:54.059', 'Hướng dẫn tải & cài đặt window', 'https://youtu.be/-kWGs6SAxtQ');
|
||
INSERT INTO `app_guides` VALUES (5, '2026-07-02 09:22:50.642', '2026-07-02 09:22:50.642', 'Hướng dẫn về realtime protect, ngoại lệ và kích hoạt realtime trở lại', 'https://youtu.be/W-BKYz9Vv6Y');
|
||
INSERT INTO `app_guides` VALUES (6, '2026-07-02 13:55:16.205', '2026-07-02 13:55:16.205', 'Linux Docs', 'https://docs.google.com/document/d/1yV9KGUmjGdJfs2u3BrvrD7xnST3-O298MtBt1eynv6w/edit?usp=sharing');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for app_pool
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `app_pool`;
|
||
CREATE TABLE `app_pool` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`process_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`process_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`window_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
`keyword` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`hit_count` bigint NULL DEFAULT 1,
|
||
`last_seen_at` datetime(3) NULL DEFAULT NULL,
|
||
`last_student_rk_id` bigint NULL DEFAULT NULL,
|
||
`last_class_rk_id` bigint NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_app_pool_process_key`(`process_key` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 220 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of app_pool
|
||
-- ----------------------------
|
||
INSERT INTO `app_pool` VALUES (1, '2026-07-01 08:14:10.265', '2026-07-02 14:38:48.192', 'Termius.exe', 'termius.exe', 'Termius', 'termius', 4, '2026-07-02 14:38:48.191', 159, 49);
|
||
INSERT INTO `app_pool` VALUES (2, '2026-07-01 08:14:12.673', '2026-07-01 08:14:12.673', 'parsecd.exe', 'parsecd.exe', 'Parsec', 'parsecd', 1, '2026-07-01 08:14:12.672', 596, 18);
|
||
INSERT INTO `app_pool` VALUES (3, '2026-07-01 08:14:14.280', '2026-07-03 15:23:51.265', 'Lark.exe', 'lark.exe', 'Lark', 'lark', 362, '2026-07-03 15:23:51.260', 1662, 78);
|
||
INSERT INTO `app_pool` VALUES (4, '2026-07-01 08:36:14.169', '2026-07-03 09:54:58.228', 'POWERPNT.EXE', 'powerpnt.exe', 'XÂY DỰNG KẾ HOẠCH MARKETING CHO SẢN PHẨM TRÀ XANH KHÔNG ĐỘ TẠI THỊ TRƯỜNG VIỆT NAM QUÝ II2026 Môn Quản trị Marketing Giảng viên Nhóm Danh sách thành viên.pptx ', 'powerpnt', 3, '2026-07-03 09:54:58.227', 1779, 82);
|
||
INSERT INTO `app_pool` VALUES (5, '2026-07-01 08:36:19.650', '2026-07-02 09:29:34.770', 'FoxitPDFReader.exe', 'foxitpdfreader.exe', 'Biểu mẫu báo cáo dự án - Foxit PDF Reader', 'foxitpdfreader', 2, '2026-07-02 09:29:34.768', 1813, 82);
|
||
INSERT INTO `app_pool` VALUES (6, '2026-07-01 08:36:22.154', '2026-07-03 15:55:30.768', 'Zalo.exe', 'zalo.exe', 'Zalo', 'zalo', 98, '2026-07-03 15:55:30.767', 90, 51);
|
||
INSERT INTO `app_pool` VALUES (7, '2026-07-01 08:36:53.186', '2026-07-02 12:17:51.410', 'chrome.exe', 'chrome.exe', 'New Tab - Google Chrome', 'chrome', 27, '2026-07-02 12:17:51.409', 1575, 141);
|
||
INSERT INTO `app_pool` VALUES (8, '2026-07-01 08:44:12.805', '2026-07-03 14:30:09.826', 'brave.exe', 'brave.exe', 'Google Gemini - Brave', 'brave', 58, '2026-07-03 14:30:09.824', 1600, 78);
|
||
INSERT INTO `app_pool` VALUES (9, '2026-07-01 08:44:18.806', '2026-07-03 14:58:13.499', 'msedge.exe', 'msedge.exe', 'Rikkei Education - Cá nhân - Microsoft Edge', 'msedge', 220, '2026-07-03 14:58:13.498', 1326, 142);
|
||
INSERT INTO `app_pool` VALUES (10, '2026-07-01 08:47:54.552', '2026-07-01 08:47:54.552', 'olk.exe', 'olk.exe', 'Outlook', 'olk', 1, '2026-07-01 08:47:54.551', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (11, '2026-07-01 08:48:00.544', '2026-07-02 15:23:55.165', 'InetMgr.exe', 'inetmgr.exe', 'Internet Information Services (IIS) Manager', 'inetmgr', 2, '2026-07-02 15:23:55.164', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (12, '2026-07-01 08:52:40.955', '2026-07-03 12:30:41.752', 'UltraViewer_Desktop.exe', 'ultraviewer_desktop.exe', 'UltraViewer 6.6 - Free', 'ultraviewer_desktop', 13, '2026-07-03 12:30:41.751', 267, 156);
|
||
INSERT INTO `app_pool` VALUES (13, '2026-07-01 08:55:25.499', '2026-07-03 14:03:43.902', 'Discord.exe', 'discord.exe', '@Skyttex - Discord', 'discord', 13, '2026-07-03 14:03:43.899', 209, 156);
|
||
INSERT INTO `app_pool` VALUES (14, '2026-07-01 09:07:16.934', '2026-07-01 09:07:16.934', 'partitionwizard.exe', 'partitionwizard.exe', 'MiniTool Partition Wizard Free 13.6', 'partitionwizard', 1, '2026-07-01 09:07:16.934', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (15, '2026-07-01 09:07:25.937', '2026-07-02 12:39:09.292', 'firefox.exe', 'firefox.exe', 'Google Drive – Cảnh báo quét vi rút — Hồ sơ 1 — Mozilla Firefox', 'firefox', 7, '2026-07-02 12:39:09.291', 173, 156);
|
||
INSERT INTO `app_pool` VALUES (16, '2026-07-01 09:15:31.940', '2026-07-01 09:15:31.940', 'OpenKey64.exe', 'openkey64.exe', 'OpenKey 2.0.5 - Bộ gõ Tiếng Việt', 'openkey64', 1, '2026-07-01 09:15:31.938', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (17, '2026-07-01 10:15:39.138', '2026-07-01 10:15:39.138', 'Transporter', 'transporter', 'Transporter', 'transporter', 1, '2026-07-01 10:15:39.137', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (18, '2026-07-01 10:15:39.140', '2026-07-03 12:54:50.547', 'Safari', 'safari', 'Safari', 'safari', 23, '2026-07-03 12:54:50.546', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (19, '2026-07-01 10:15:39.147', '2026-07-03 13:11:32.011', 'Zalo', 'zalo', 'Zalo', 'zalo', 11, '2026-07-03 13:11:32.010', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (20, '2026-07-01 10:15:39.152', '2026-07-03 08:58:52.513', 'Electron', 'electron', 'Electron', 'electron', 9, '2026-07-03 08:58:52.512', 1608, 143);
|
||
INSERT INTO `app_pool` VALUES (21, '2026-07-01 10:15:53.650', '2026-07-01 10:51:22.615', 'parsecd', 'parsecd', 'parsecd', 'parsecd', 3, '2026-07-01 10:51:22.612', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (22, '2026-07-01 10:16:38.620', '2026-07-01 10:16:38.620', 'GunnyChill', 'gunnychill', 'GunnyChill', 'gunnychill', 1, '2026-07-01 10:16:38.619', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (23, '2026-07-01 10:17:02.639', '2026-07-01 10:17:02.639', 'Photos', 'photos', 'Photos', 'photos', 1, '2026-07-01 10:17:02.636', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (24, '2026-07-01 10:17:35.947', '2026-07-03 12:26:50.390', 'System Settings', 'system settings', 'System Settings', 'system settings', 27, '2026-07-03 12:26:50.389', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (25, '2026-07-01 12:21:08.207', '2026-07-01 12:21:08.207', 'App Store', 'app store', 'App Store', 'app store', 1, '2026-07-01 12:21:08.206', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (26, '2026-07-01 15:29:00.569', '2026-07-01 15:29:00.569', 'Slack', 'slack', 'Slack', 'slack', 1, '2026-07-01 15:29:00.567', 1459, 143);
|
||
INSERT INTO `app_pool` VALUES (27, '2026-07-01 15:29:00.569', '2026-07-03 14:21:26.744', 'lark', 'lark', 'lark', 'lark', 21, '2026-07-03 14:21:26.743', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (28, '2026-07-01 15:29:00.604', '2026-07-01 15:29:00.604', 'Numbers', 'numbers', 'Numbers', 'numbers', 1, '2026-07-01 15:29:00.603', 1459, 143);
|
||
INSERT INTO `app_pool` VALUES (29, '2026-07-01 15:29:00.608', '2026-07-01 15:29:00.608', 'Obsidian', 'obsidian', 'Obsidian', 'obsidian', 1, '2026-07-01 15:29:00.607', 1459, 143);
|
||
INSERT INTO `app_pool` VALUES (30, '2026-07-01 15:29:00.611', '2026-07-02 12:32:16.631', 'TextEdit', 'textedit', 'TextEdit', 'textedit', 2, '2026-07-02 12:32:16.629', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (31, '2026-07-01 15:29:00.678', '2026-07-01 15:29:00.678', 'Termius', 'termius', 'Termius', 'termius', 1, '2026-07-01 15:29:00.677', 1459, 143);
|
||
INSERT INTO `app_pool` VALUES (32, '2026-07-01 15:29:00.678', '2026-07-03 12:37:52.979', 'Notes', 'notes', 'Notes', 'notes', 10, '2026-07-03 12:37:52.979', 111, 49);
|
||
INSERT INTO `app_pool` VALUES (33, '2026-07-01 15:29:00.695', '2026-07-03 12:18:21.310', 'Postman', 'postman', 'Postman', 'postman', 5, '2026-07-03 12:18:21.309', 111, 49);
|
||
INSERT INTO `app_pool` VALUES (34, '2026-07-01 15:29:37.629', '2026-07-01 15:29:37.629', 'Messages', 'messages', 'Messages', 'messages', 1, '2026-07-01 15:29:37.628', 1459, 143);
|
||
INSERT INTO `app_pool` VALUES (35, '2026-07-01 15:29:55.637', '2026-07-03 14:58:12.305', 'Microsoft Edge', 'microsoft edge', 'Microsoft Edge', 'microsoft edge', 4, '2026-07-03 14:58:12.303', 1488, 142);
|
||
INSERT INTO `app_pool` VALUES (36, '2026-07-01 15:30:07.601', '2026-07-03 12:17:46.758', 'Music', 'music', 'Music', 'music', 8, '2026-07-03 12:17:46.757', 901, 156);
|
||
INSERT INTO `app_pool` VALUES (37, '2026-07-01 16:13:03.116', '2026-07-03 14:58:13.456', 'ApplicationFrameHost.exe', 'applicationframehost.exe', 'Camera', 'applicationframehost', 421, '2026-07-03 14:58:13.455', 1326, 142);
|
||
INSERT INTO `app_pool` VALUES (38, '2026-07-01 16:13:03.174', '2026-07-03 16:06:12.728', 'Notepad.exe', 'notepad.exe', '*note.txt - Notepad', 'notepad', 81, '2026-07-03 16:06:12.727', 1669, 142);
|
||
INSERT INTO `app_pool` VALUES (39, '2026-07-01 16:13:03.184', '2026-07-03 14:55:02.504', 'WINWORD.EXE', 'winword.exe', 'BTTL_Les1.docx - Word', 'winword', 42, '2026-07-03 14:55:02.503', 1350, 78);
|
||
INSERT INTO `app_pool` VALUES (40, '2026-07-01 16:44:12.156', '2026-07-03 12:18:21.304', 'MySQLWorkbench', 'mysqlworkbench', 'MySQLWorkbench', 'mysqlworkbench', 2, '2026-07-03 12:18:21.303', 111, 49);
|
||
INSERT INTO `app_pool` VALUES (41, '2026-07-01 18:44:17.370', '2026-07-02 16:01:32.362', 'IDMan.exe', 'idman.exe', 'Thông tin tệp tin tải xuống', 'idman', 5, '2026-07-02 16:01:32.362', 195, 49);
|
||
INSERT INTO `app_pool` VALUES (42, '2026-07-01 20:50:16.973', '2026-07-03 14:58:11.166', 'browser.exe', 'browser.exe', '(95) Sai Người Sai Thời Điểm - Thanh Hưng | Lyric Video - YouTube - Cốc Cốc', 'browser', 113, '2026-07-03 14:58:11.166', 1331, 142);
|
||
INSERT INTO `app_pool` VALUES (43, '2026-07-01 20:52:00.153', '2026-07-03 14:19:20.972', 'opera.exe', 'opera.exe', 'gxcorner.games - Opera', 'opera', 42, '2026-07-03 14:19:20.972', 1337, 81);
|
||
INSERT INTO `app_pool` VALUES (44, '2026-07-01 21:48:07.476', '2026-07-02 07:00:12.236', 'GoTiengViet', 'gotiengviet', 'GoTiengViet', 'gotiengviet', 2, '2026-07-02 07:00:12.235', 592, 63);
|
||
INSERT INTO `app_pool` VALUES (45, '2026-07-02 07:00:06.796', '2026-07-03 16:10:20.680', 'WindowsTerminal.exe', 'windowsterminal.exe', 'Administrator: Windows PowerShell', 'windowsterminal', 57, '2026-07-03 16:10:20.679', 1396, 142);
|
||
INSERT INTO `app_pool` VALUES (46, '2026-07-02 07:00:06.797', '2026-07-03 15:55:07.518', 'Postman.exe', 'postman.exe', 'Postman', 'postman', 21, '2026-07-03 15:55:07.515', 276, 51);
|
||
INSERT INTO `app_pool` VALUES (47, '2026-07-02 07:00:06.803', '2026-07-02 18:12:43.498', 'MySQLWorkbench.exe', 'mysqlworkbench.exe', 'MySQL Workbench', 'mysqlworkbench', 5, '2026-07-02 18:12:43.497', 1525, 77);
|
||
INSERT INTO `app_pool` VALUES (48, '2026-07-02 07:00:06.804', '2026-07-02 07:00:06.804', 'Docker Desktop.exe', 'docker desktop.exe', 'Containers - Docker Desktop', 'docker desktop', 1, '2026-07-02 07:00:06.803', 613, 63);
|
||
INSERT INTO `app_pool` VALUES (49, '2026-07-02 07:00:10.234', '2026-07-02 07:04:48.653', 'Activity Monitor', 'activity monitor', 'Activity Monitor', 'activity monitor', 2, '2026-07-02 07:04:48.652', 640, 63);
|
||
INSERT INTO `app_pool` VALUES (50, '2026-07-02 07:00:10.234', '2026-07-02 07:00:10.234', 'Passwords', 'passwords', 'Passwords', 'passwords', 1, '2026-07-02 07:00:10.234', 1608, 143);
|
||
INSERT INTO `app_pool` VALUES (51, '2026-07-02 07:00:10.235', '2026-07-03 12:28:16.899', 'Microsoft Word', 'microsoft word', 'Microsoft Word', 'microsoft word', 5, '2026-07-03 12:28:16.897', 111, 49);
|
||
INSERT INTO `app_pool` VALUES (52, '2026-07-02 07:00:10.263', '2026-07-02 07:30:31.280', 'steam_osx', 'steam_osx', 'steam_osx', 'steam_osx', 2, '2026-07-02 07:30:31.279', 186, 51);
|
||
INSERT INTO `app_pool` VALUES (53, '2026-07-02 07:00:10.264', '2026-07-02 07:02:39.978', 'TeamViewer', 'teamviewer', 'TeamViewer', 'teamviewer', 8, '2026-07-02 07:02:39.977', 1608, 143);
|
||
INSERT INTO `app_pool` VALUES (54, '2026-07-02 07:00:10.265', '2026-07-03 08:58:52.554', 'Spotify', 'spotify', 'Spotify', 'spotify', 2, '2026-07-03 08:58:52.553', 1608, 143);
|
||
INSERT INTO `app_pool` VALUES (55, '2026-07-02 07:00:10.630', '2026-07-03 15:38:24.908', 'Spotify.exe', 'spotify.exe', 'Spotify Free', 'spotify', 20, '2026-07-03 15:38:24.908', 1598, 142);
|
||
INSERT INTO `app_pool` VALUES (56, '2026-07-02 07:00:11.174', '2026-07-02 07:00:11.174', 'DCv2.exe', 'dcv2.exe', 'MSI Center', 'dcv2', 1, '2026-07-02 07:00:11.173', 618, 63);
|
||
INSERT INTO `app_pool` VALUES (57, '2026-07-02 07:00:14.504', '2026-07-02 16:34:41.828', 'ChatGPT.exe', 'chatgpt.exe', 'Đáp án A B C D', 'chatgpt', 6, '2026-07-02 16:34:41.827', 1441, 73);
|
||
INSERT INTO `app_pool` VALUES (58, '2026-07-02 07:00:47.392', '2026-07-03 12:21:25.458', 'Codex.exe', 'codex.exe', 'Codex', 'codex', 6, '2026-07-03 12:21:25.457', 195, 49);
|
||
INSERT INTO `app_pool` VALUES (59, '2026-07-02 07:01:27.352', '2026-07-02 07:02:12.353', 'RobloxPlayerBeta.exe', 'robloxplayerbeta.exe', 'Roblox', 'robloxplayerbeta', 2, '2026-07-02 07:02:12.352', 1448, 143);
|
||
INSERT INTO `app_pool` VALUES (60, '2026-07-02 07:01:27.887', '2026-07-02 13:57:27.959', 'iPhone Mirroring', 'iphone mirroring', 'iPhone Mirroring', 'iphone mirroring', 8, '2026-07-02 13:57:27.958', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (61, '2026-07-02 07:02:00.560', '2026-07-03 13:39:34.606', 'WinRAR.exe', 'winrar.exe', 'Archive name and parameters', 'winrar', 23, '2026-07-03 13:39:34.606', 150, 49);
|
||
INSERT INTO `app_pool` VALUES (62, '2026-07-02 07:02:44.400', '2026-07-02 07:02:44.400', 'wallpaperui.exe', 'wallpaperui.exe', 'Wallpaper UI', 'wallpaperui', 1, '2026-07-02 07:02:44.399', 588, 63);
|
||
INSERT INTO `app_pool` VALUES (63, '2026-07-02 07:02:45.356', '2026-07-02 07:02:45.356', 'ceregreset.exe', 'ceregreset.exe', 'Registry Reset', 'ceregreset', 1, '2026-07-02 07:02:45.355', 680, 63);
|
||
INSERT INTO `app_pool` VALUES (64, '2026-07-02 07:02:49.036', '2026-07-02 07:02:49.036', 'TeamViewerUninstaller', 'teamvieweruninstaller', 'TeamViewerUninstaller', 'teamvieweruninstaller', 1, '2026-07-02 07:02:49.035', 1608, 143);
|
||
INSERT INTO `app_pool` VALUES (65, '2026-07-02 07:04:09.708', '2026-07-02 12:33:07.278', 'DeskIn', 'deskin', 'DeskIn', 'deskin', 3, '2026-07-02 12:33:07.277', 1492, 141);
|
||
INSERT INTO `app_pool` VALUES (66, '2026-07-02 07:04:29.663', '2026-07-02 12:16:43.343', 'Cloudflare WARP.exe', 'cloudflare warp.exe', 'Cloudflare One Client', 'cloudflare warp', 3, '2026-07-02 12:16:43.342', 677, 141);
|
||
INSERT INTO `app_pool` VALUES (67, '2026-07-02 07:04:51.359', '2026-07-02 07:04:51.359', 'laragon.exe', 'laragon.exe', 'Laragon - The Dev Environment for Entrepreneurs', 'laragon', 1, '2026-07-02 07:04:51.358', 680, 63);
|
||
INSERT INTO `app_pool` VALUES (68, '2026-07-02 07:05:09.359', '2026-07-02 15:33:17.304', 'mmc.exe', 'mmc.exe', 'Device Manager', 'mmc', 5, '2026-07-02 15:33:17.303', 399, 49);
|
||
INSERT INTO `app_pool` VALUES (69, '2026-07-02 07:05:48.385', '2026-07-03 13:00:44.367', 'egui.exe', 'egui.exe', 'Thông báo - ESET NOD32 Antivirus', 'egui', 3, '2026-07-03 13:00:44.366', 1459, 80);
|
||
INSERT INTO `app_pool` VALUES (70, '2026-07-02 07:06:11.189', '2026-07-03 13:46:32.564', 'PhoneExperienceHost.exe', 'phoneexperiencehost.exe', 'Phone Link', 'phoneexperiencehost', 5, '2026-07-03 13:46:32.564', 1563, 78);
|
||
INSERT INTO `app_pool` VALUES (71, '2026-07-02 07:06:29.321', '2026-07-02 08:57:56.021', 'Google Chrome', 'google chrome', 'Google Chrome', 'google chrome', 2, '2026-07-02 08:57:56.019', 937, 26);
|
||
INSERT INTO `app_pool` VALUES (72, '2026-07-02 07:07:03.991', '2026-07-02 07:07:03.991', 'GSAutoClicker.exe', 'gsautoclicker.exe', 'GS Auto Clicker 3.1.2', 'gsautoclicker', 1, '2026-07-02 07:07:03.990', 1627, 143);
|
||
INSERT INTO `app_pool` VALUES (73, '2026-07-02 07:07:10.439', '2026-07-03 15:38:41.542', 'mscopilot.exe', 'mscopilot.exe', 'Copilot', 'mscopilot', 47, '2026-07-03 15:38:41.541', 1529, 142);
|
||
INSERT INTO `app_pool` VALUES (74, '2026-07-02 07:07:30.197', '2026-07-03 07:36:57.983', 'LenovoVantage.exe', 'lenovovantage.exe', 'Lenovo Vantage', 'lenovovantage', 6, '2026-07-03 07:36:57.982', 1808, 84);
|
||
INSERT INTO `app_pool` VALUES (75, '2026-07-02 07:08:48.042', '2026-07-02 13:20:25.257', 'claude.exe', 'claude.exe', 'Claude', 'claude', 5, '2026-07-02 13:20:25.256', 1648, 141);
|
||
INSERT INTO `app_pool` VALUES (76, '2026-07-02 07:10:10.589', '2026-07-02 07:10:10.589', 'mc-web-view.exe', 'mc-web-view.exe', 'McAfee', 'mc-web-view', 1, '2026-07-02 07:10:10.585', 1484, 143);
|
||
INSERT INTO `app_pool` VALUES (77, '2026-07-02 07:12:44.599', '2026-07-02 07:14:29.620', 'seccenter.exe', 'seccenter.exe', 'Manage exceptions', 'seccenter', 6, '2026-07-02 07:14:29.620', 179, 51);
|
||
INSERT INTO `app_pool` VALUES (78, '2026-07-02 07:13:17.117', '2026-07-03 12:50:25.406', 'dwm.exe', 'dwm.exe', 'srs.docx - Word', 'dwm', 3, '2026-07-03 12:50:25.405', 195, 49);
|
||
INSERT INTO `app_pool` VALUES (79, '2026-07-02 07:14:12.249', '2026-07-02 16:35:08.788', 'Photos.exe', 'photos.exe', 'Ảnh', 'photos', 12, '2026-07-02 16:35:08.787', 1340, 77);
|
||
INSERT INTO `app_pool` VALUES (80, '2026-07-02 07:14:33.769', '2026-07-02 12:24:17.872', 'msiexec.exe', 'msiexec.exe', 'RAIA V3 Setup', 'msiexec', 2, '2026-07-02 12:24:17.871', 1395, 141);
|
||
INSERT INTO `app_pool` VALUES (81, '2026-07-02 07:14:48.700', '2026-07-03 15:29:32.674', 'consent.exe', 'consent.exe', 'User Account Control', 'consent', 4, '2026-07-03 15:29:32.673', 190, 51);
|
||
INSERT INTO `app_pool` VALUES (82, '2026-07-02 07:17:12.369', '2026-07-02 07:17:12.369', 'hola_cr.exe', 'hola_cr.exe', 'Hola App', 'hola_cr', 1, '2026-07-02 07:17:12.368', 1448, 143);
|
||
INSERT INTO `app_pool` VALUES (83, '2026-07-02 07:19:43.065', '2026-07-03 15:42:19.033', 'mintty.exe', 'mintty.exe', 'MINGW64:/d/hocki02-cntt6/fast-api/demo ', 'mintty', 15, '2026-07-03 15:42:19.032', 1423, 142);
|
||
INSERT INTO `app_pool` VALUES (84, '2026-07-02 07:21:09.312', '2026-07-02 07:21:09.312', 'LoadingBayInstaller.exe', 'loadingbayinstaller.exe', 'LoadingBayInstaller', 'loadingbayinstaller', 1, '2026-07-02 07:21:09.311', 1620, 143);
|
||
INSERT INTO `app_pool` VALUES (85, '2026-07-02 07:21:20.052', '2026-07-03 13:35:45.349', 'df_garena_launcher.exe', 'df_garena_launcher.exe', 'Delta Force', 'df_garena_launcher', 3, '2026-07-03 13:35:45.349', 68, 49);
|
||
INSERT INTO `app_pool` VALUES (86, '2026-07-02 07:25:56.720', '2026-07-02 07:25:56.720', 'devcpp.exe', 'devcpp.exe', 'Dev-C++', 'devcpp', 1, '2026-07-02 07:25:56.719', 179, 51);
|
||
INSERT INTO `app_pool` VALUES (87, '2026-07-02 07:29:12.983', '2026-07-02 15:00:13.603', 'CareCenter.exe', 'carecenter.exe', 'Care Center', 'carecenter', 2, '2026-07-02 15:00:13.602', 211, 49);
|
||
INSERT INTO `app_pool` VALUES (88, '2026-07-02 07:32:19.647', '2026-07-03 15:51:54.448', 'SnippingTool.exe', 'snippingtool.exe', 'Snipping Tool', 'snippingtool', 9, '2026-07-03 15:51:54.447', 163, 51);
|
||
INSERT INTO `app_pool` VALUES (89, '2026-07-02 07:48:18.980', '2026-07-02 07:48:18.980', 'Calendar', 'calendar', 'Calendar', 'calendar', 1, '2026-07-02 07:48:18.979', 1741, 84);
|
||
INSERT INTO `app_pool` VALUES (90, '2026-07-02 08:06:53.669', '2026-07-03 16:00:18.038', 'CredentialUIBroker.exe', 'credentialuibroker.exe', 'Windows Security', 'credentialuibroker', 2, '2026-07-03 16:00:18.038', 1474, 142);
|
||
INSERT INTO `app_pool` VALUES (91, '2026-07-02 08:11:32.691', '2026-07-03 16:08:41.213', 'PickerHost.exe', 'pickerhost.exe', 'Windows Security', 'pickerhost', 19, '2026-07-03 16:08:41.213', 1331, 142);
|
||
INSERT INTO `app_pool` VALUES (92, '2026-07-02 08:22:03.384', '2026-07-02 15:28:13.609', 'NitroSense.exe', 'nitrosense.exe', 'NitroSense', 'nitrosense', 4, '2026-07-02 15:28:13.609', 1329, 72);
|
||
INSERT INTO `app_pool` VALUES (93, '2026-07-02 08:26:43.400', '2026-07-03 15:24:59.114', 'photolaunch.exe', 'photolaunch.exe', 'WIN_20260703_15_24_34_Pro.jpg WPS Photos', 'photolaunch', 3, '2026-07-03 15:24:59.113', 1568, 142);
|
||
INSERT INTO `app_pool` VALUES (94, '2026-07-02 08:39:29.967', '2026-07-03 13:52:16.884', 'SoftwareUpdate.exe', 'softwareupdate.exe', 'Cập nhật phần mềm Apple', 'softwareupdate', 2, '2026-07-03 13:52:16.883', 399, 49);
|
||
INSERT INTO `app_pool` VALUES (95, '2026-07-02 08:50:36.663', '2026-07-02 13:26:46.459', 'EaseOfAccessDialog.exe', 'easeofaccessdialog.exe', 'Filter Keys', 'easeofaccessdialog', 3, '2026-07-02 13:26:46.458', 99, 156);
|
||
INSERT INTO `app_pool` VALUES (96, '2026-07-02 09:32:38.105', '2026-07-03 12:30:46.282', 'EXCEL.EXE', 'excel.exe', '260630.HN-Ke-hoach-thi-Đot-2-nam-2026---he-ĐHTX-chot-gui-TTKT_dieu-chinh - Excel', 'excel', 3, '2026-07-03 12:30:46.282', 151, 156);
|
||
INSERT INTO `app_pool` VALUES (97, '2026-07-02 09:32:54.385', '2026-07-02 16:34:51.878', 'OneDrive.exe', 'onedrive.exe', 'Microsoft OneDrive', 'onedrive', 4, '2026-07-02 16:34:51.877', 1737, 84);
|
||
INSERT INTO `app_pool` VALUES (98, '2026-07-02 09:58:06.389', '2026-07-02 13:47:41.355', 'GetHelp.exe', 'gethelp.exe', 'Nhận Trợ giúp', 'gethelp', 3, '2026-07-02 13:47:41.355', 1598, 142);
|
||
INSERT INTO `app_pool` VALUES (99, '2026-07-02 11:10:22.535', '2026-07-03 15:00:16.901', 'wps.exe', 'wps.exe', 'Bao_cao_session06.docx - WPS Office', 'wps', 5, '2026-07-03 15:00:16.900', 1426, 142);
|
||
INSERT INTO `app_pool` VALUES (100, '2026-07-02 12:12:18.322', '2026-07-03 12:57:08.417', 'Dia', 'dia', 'Dia', 'dia', 29, '2026-07-03 12:57:08.416', 303, 156);
|
||
INSERT INTO `app_pool` VALUES (101, '2026-07-02 12:12:47.084', '2026-07-02 12:12:47.084', 'zoom.us', 'zoom.us', 'zoom.us', 'zoom.us', 1, '2026-07-02 12:12:47.084', 303, 156);
|
||
INSERT INTO `app_pool` VALUES (102, '2026-07-02 12:14:07.322', '2026-07-03 12:18:33.891', 'window_raia_c.exe', 'window_raia_c.exe', 'Raia Auth', 'window_raia_c', 10, '2026-07-03 12:18:33.891', 226, 156);
|
||
INSERT INTO `app_pool` VALUES (103, '2026-07-02 12:15:19.146', '2026-07-02 12:33:07.278', 'Brave Browser', 'brave browser', 'Brave Browser', 'brave browser', 2, '2026-07-02 12:33:07.277', 1492, 141);
|
||
INSERT INTO `app_pool` VALUES (104, '2026-07-02 12:17:51.501', '2026-07-03 14:19:14.773', 'bongo-cat.exe', 'bongo-cat.exe', 'BongoCat', 'bongo-cat', 2, '2026-07-03 14:19:14.772', 81, 42);
|
||
INSERT INTO `app_pool` VALUES (105, '2026-07-02 12:19:46.798', '2026-07-02 12:25:23.849', 'RvRvpnGui.exe', 'rvrvpngui.exe', 'Radmin VPN', 'rvrvpngui', 2, '2026-07-02 12:25:23.848', 209, 156);
|
||
INSERT INTO `app_pool` VALUES (106, '2026-07-02 12:20:28.283', '2026-07-02 12:22:04.247', 'AvastBrowser.exe', 'avastbrowser.exe', 'Tab mới - Avast Secure Browser', 'avastbrowser', 2, '2026-07-02 12:22:04.246', 1648, 141);
|
||
INSERT INTO `app_pool` VALUES (107, '2026-07-02 12:23:15.491', '2026-07-02 12:23:39.452', 'Notion.exe', 'notion.exe', 'Ghi Chép - Kế Hoạch Học Tập', 'notion', 2, '2026-07-02 12:23:39.452', 1455, 141);
|
||
INSERT INTO `app_pool` VALUES (108, '2026-07-02 12:23:19.428', '2026-07-03 12:24:41.944', 'FxSound.exe', 'fxsound.exe', 'FxSound', 'fxsound', 4, '2026-07-03 12:24:41.940', 1333, 80);
|
||
INSERT INTO `app_pool` VALUES (109, '2026-07-02 12:23:26.936', '2026-07-02 13:46:42.272', 'Obsidian.exe', 'obsidian.exe', 'Xem biểu đồ - Obsidian Vault - Obsidian 1.12.7', 'obsidian', 10, '2026-07-02 13:46:42.271', 1414, 141);
|
||
INSERT INTO `app_pool` VALUES (110, '2026-07-02 12:23:45.465', '2026-07-02 12:23:45.465', 'app_mode_loader', 'app_mode_loader', 'app_mode_loader', 'app_mode_loader', 1, '2026-07-02 12:23:45.462', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (111, '2026-07-02 12:29:34.095', '2026-07-02 12:29:34.095', 'Attack Shark Driver.exe', 'attack shark driver.exe', 'Quantum Mechanical Kit', 'attack shark driver', 1, '2026-07-02 12:29:34.094', 273, 156);
|
||
INSERT INTO `app_pool` VALUES (112, '2026-07-02 12:30:09.476', '2026-07-03 14:16:55.336', 'wscript.exe', 'wscript.exe', 'Windows Script Host', 'wscript', 3, '2026-07-03 14:16:55.336', 1337, 81);
|
||
INSERT INTO `app_pool` VALUES (113, '2026-07-02 12:30:32.139', '2026-07-02 12:30:32.139', 'citra-qt.exe', 'citra-qt.exe', 'Citra Nightly 2104', 'citra-qt', 1, '2026-07-02 12:30:32.138', 194, 156);
|
||
INSERT INTO `app_pool` VALUES (114, '2026-07-02 12:32:07.676', '2026-07-02 12:32:07.676', 'Preview', 'preview', 'Preview', 'preview', 1, '2026-07-02 12:32:07.675', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (115, '2026-07-02 12:32:35.230', '2026-07-03 12:31:01.545', 'Update.exe', 'update.exe', 'Installing...', 'update', 2, '2026-07-03 12:31:01.543', 239, 156);
|
||
INSERT INTO `app_pool` VALUES (116, '2026-07-02 12:32:51.458', '2026-07-02 12:32:51.458', 'ClipOne', 'clipone', 'ClipOne', 'clipone', 1, '2026-07-02 12:32:51.457', 1488, 142);
|
||
INSERT INTO `app_pool` VALUES (117, '2026-07-02 12:33:27.422', '2026-07-02 15:28:14.039', 'Xmind.exe', 'xmind.exe', 'Mindmap_ss05_FastAPI', 'xmind', 4, '2026-07-02 15:28:14.038', 1603, 72);
|
||
INSERT INTO `app_pool` VALUES (118, '2026-07-02 12:33:50.227', '2026-07-03 13:00:21.529', 'Claude Setup.exe', 'claude setup.exe', 'Claude Setup', 'claude setup', 3, '2026-07-03 13:00:21.528', 244, 156);
|
||
INSERT INTO `app_pool` VALUES (119, '2026-07-02 12:35:50.441', '2026-07-02 15:19:55.467', 'steam.exe', 'steam.exe', 'Steam', 'steam', 3, '2026-07-02 15:19:55.466', 119, 49);
|
||
INSERT INTO `app_pool` VALUES (120, '2026-07-02 12:36:05.531', '2026-07-02 12:36:05.531', 'lghub.exe', 'lghub.exe', 'G HUB', 'lghub', 1, '2026-07-02 12:36:05.530', 267, 156);
|
||
INSERT INTO `app_pool` VALUES (121, '2026-07-02 12:36:23.215', '2026-07-02 14:37:18.592', 'UniKeyNT.exe', 'unikeynt.exe', 'Warning', 'unikeynt', 7, '2026-07-02 14:37:18.592', 167, 49);
|
||
INSERT INTO `app_pool` VALUES (122, '2026-07-02 12:41:38.898', '2026-07-02 15:28:37.621', 'AsusMyASUS.exe', 'asusmyasus.exe', 'MyASUS', 'asusmyasus', 5, '2026-07-02 15:28:37.618', 1683, 72);
|
||
INSERT INTO `app_pool` VALUES (123, '2026-07-02 12:41:41.896', '2026-07-03 12:33:15.789', 'GHelper.exe', 'ghelper.exe', 'G-Helper — ROG Zephyrus G14 GA403UM', 'ghelper', 3, '2026-07-03 12:33:15.788', 1489, 78);
|
||
INSERT INTO `app_pool` VALUES (124, '2026-07-02 12:42:17.491', '2026-07-02 12:42:17.491', 'Lenovo Smart Meeting.exe', 'lenovo smart meeting.exe', 'Lenovo Smart Meeting', 'lenovo smart meeting', 1, '2026-07-02 12:42:17.490', 1529, 142);
|
||
INSERT INTO `app_pool` VALUES (125, '2026-07-02 12:44:05.888', '2026-07-02 12:44:05.888', 'PowerToys.Peek.UI.exe', 'powertoys.peek.ui.exe', 'du an - Peek', 'powertoys.peek.ui', 1, '2026-07-02 12:44:05.887', 1643, 142);
|
||
INSERT INTO `app_pool` VALUES (126, '2026-07-02 12:44:31.148', '2026-07-03 13:14:49.507', 'Obsidian-1.12.7.exe', 'obsidian-1.12.7.exe', 'Obsidian Setup ', 'obsidian-1.12.7', 6, '2026-07-03 13:14:49.506', 202, 49);
|
||
INSERT INTO `app_pool` VALUES (127, '2026-07-02 12:48:03.446', '2026-07-02 12:48:03.446', 'NVIDIA App.exe', 'nvidia app.exe', 'NVIDIA', 'nvidia app', 1, '2026-07-02 12:48:03.445', 1575, 141);
|
||
INSERT INTO `app_pool` VALUES (128, '2026-07-02 12:56:28.881', '2026-07-03 15:12:44.630', 'VoiceAccess.exe', 'voiceaccess.exe', 'Voice access', 'voiceaccess', 3, '2026-07-03 15:12:44.629', 109, 51);
|
||
INSERT INTO `app_pool` VALUES (129, '2026-07-02 12:56:37.848', '2026-07-03 13:03:04.297', 'rundll32.exe', 'rundll32.exe', 'Windows Security Alert', 'rundll32', 4, '2026-07-03 13:03:04.296', 151, 156);
|
||
INSERT INTO `app_pool` VALUES (130, '2026-07-02 13:11:11.616', '2026-07-02 13:11:35.582', 'kitty', 'kitty', 'kitty', 'kitty', 2, '2026-07-02 13:11:35.580', 1492, 141);
|
||
INSERT INTO `app_pool` VALUES (131, '2026-07-02 13:13:20.422', '2026-07-02 13:13:20.422', 'Garena.exe', 'garena.exe', 'Garena - Your Ultimate Game Platform', 'garena', 1, '2026-07-02 13:13:20.422', 1479, 142);
|
||
INSERT INTO `app_pool` VALUES (132, '2026-07-02 13:16:44.576', '2026-07-02 13:16:44.576', 'raiav3', 'raiav3', 'raiav3', 'raiav3', 1, '2026-07-02 13:16:44.575', 1492, 141);
|
||
INSERT INTO `app_pool` VALUES (133, '2026-07-02 13:17:51.172', '2026-07-02 13:17:51.172', 'python-3.12.10-amd64.exe', 'python-3.12.10-amd64.exe', 'Python 3.12.10 (64-bit) Setup', 'python-3.12.10-amd64', 1, '2026-07-02 13:17:51.172', 1424, 141);
|
||
INSERT INTO `app_pool` VALUES (134, '2026-07-02 13:17:51.581', '2026-07-02 13:17:51.581', 'WordNest.exe', 'wordnest.exe', 'WordNest – Học Tiếng Anh', 'wordnest', 1, '2026-07-02 13:17:51.581', 1455, 141);
|
||
INSERT INTO `app_pool` VALUES (135, '2026-07-02 13:21:39.421', '2026-07-03 07:46:48.822', 'updatechecker.exe', 'updatechecker.exe', 'MiniTool Partition Wizard', 'updatechecker', 2, '2026-07-03 07:46:48.821', 1789, 84);
|
||
INSERT INTO `app_pool` VALUES (136, '2026-07-02 13:25:19.865', '2026-07-02 13:25:19.865', 'FoxitPhantomPDF.exe', 'foxitphantompdf.exe', 'Foxit PhantomPDF', 'foxitphantompdf', 1, '2026-07-02 13:25:19.864', 1558, 141);
|
||
INSERT INTO `app_pool` VALUES (137, '2026-07-02 13:25:21.474', '2026-07-03 16:04:47.128', 'Weather', 'weather', 'Weather', 'weather', 3, '2026-07-03 16:04:47.127', 1488, 142);
|
||
INSERT INTO `app_pool` VALUES (138, '2026-07-02 13:25:22.866', '2026-07-02 13:25:22.866', 'memreduct.exe', 'memreduct.exe', 'Mem Reduct', 'memreduct', 1, '2026-07-02 13:25:22.866', 1558, 141);
|
||
INSERT INTO `app_pool` VALUES (139, '2026-07-02 13:27:40.007', '2026-07-02 13:27:40.007', 'gnome-clocks', 'gnome-clocks', 'gnome-clocks', 'gnome-clocks', 1, '2026-07-02 13:27:40.006', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (140, '2026-07-02 13:27:40.009', '2026-07-02 13:27:40.009', 'Socket Process', 'socket process', 'Socket Process', 'socket process', 1, '2026-07-02 13:27:40.008', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (141, '2026-07-02 13:27:40.012', '2026-07-02 13:27:40.012', 'Privileged Cont', 'privileged cont', 'Privileged Cont', 'privileged cont', 1, '2026-07-02 13:27:40.011', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (142, '2026-07-02 13:27:40.012', '2026-07-02 15:50:52.210', 'nautilus', 'nautilus', 'nautilus', 'nautilus', 2, '2026-07-02 15:50:52.209', 1655, 143);
|
||
INSERT INTO `app_pool` VALUES (143, '2026-07-02 13:27:40.012', '2026-07-02 13:27:40.012', 'Isolated Web Co', 'isolated web co', 'Isolated Web Co', 'isolated web co', 1, '2026-07-02 13:27:40.011', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (144, '2026-07-02 13:27:40.013', '2026-07-02 15:50:52.210', 'update-notifier', 'update-notifier', 'update-notifier', 'update-notifier', 2, '2026-07-02 15:50:52.209', 1655, 143);
|
||
INSERT INTO `app_pool` VALUES (145, '2026-07-02 13:27:40.068', '2026-07-02 13:27:40.068', 'Web Content', 'web content', 'Web Content', 'web content', 1, '2026-07-02 13:27:40.067', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (146, '2026-07-02 13:27:40.067', '2026-07-02 13:27:40.067', 'forkserver', 'forkserver', 'forkserver', 'forkserver', 1, '2026-07-02 13:27:40.066', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (147, '2026-07-02 13:27:40.068', '2026-07-02 13:27:40.068', 'glycin-svg', 'glycin-svg', 'glycin-svg', 'glycin-svg', 1, '2026-07-02 13:27:40.068', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (148, '2026-07-02 13:27:40.068', '2026-07-02 13:27:40.068', 'gnome-control-c', 'gnome-control-c', 'gnome-control-c', 'gnome-control-c', 1, '2026-07-02 13:27:40.068', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (149, '2026-07-02 13:27:40.069', '2026-07-02 13:27:40.069', 'WebKitNetworkPr', 'webkitnetworkpr', 'WebKitNetworkPr', 'webkitnetworkpr', 1, '2026-07-02 13:27:40.069', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (150, '2026-07-02 13:27:40.070', '2026-07-02 13:27:40.070', 'WebKitWebProces', 'webkitwebproces', 'WebKitWebProces', 'webkitwebproces', 1, '2026-07-02 13:27:40.069', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (151, '2026-07-02 13:27:40.098', '2026-07-02 13:27:40.098', 'Utility Process', 'utility process', 'Utility Process', 'utility process', 1, '2026-07-02 13:27:40.097', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (152, '2026-07-02 13:27:40.098', '2026-07-02 13:27:40.098', 'firefox', 'firefox', 'firefox', 'firefox', 1, '2026-07-02 13:27:40.097', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (153, '2026-07-02 13:27:40.112', '2026-07-02 13:27:40.112', 'WebExtensions', 'webextensions', 'WebExtensions', 'webextensions', 1, '2026-07-02 13:27:40.111', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (154, '2026-07-02 13:27:40.116', '2026-07-02 13:27:40.116', 'RDD Process', 'rdd process', 'RDD Process', 'rdd process', 1, '2026-07-02 13:27:40.116', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (155, '2026-07-02 13:27:42.965', '2026-07-02 13:27:42.965', 'zenity', 'zenity', 'zenity', 'zenity', 1, '2026-07-02 13:27:42.964', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (156, '2026-07-02 13:31:27.560', '2026-07-02 13:31:27.560', 'gnome-calculato', 'gnome-calculato', 'gnome-calculato', 'gnome-calculato', 1, '2026-07-02 13:31:27.558', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (157, '2026-07-02 13:31:36.551', '2026-07-02 13:31:36.551', 'snap-store', 'snap-store', 'snap-store', 'snap-store', 1, '2026-07-02 13:31:36.550', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (158, '2026-07-02 13:45:54.719', '2026-07-03 14:58:12.314', 'UTM', 'utm', 'UTM', 'utm', 2, '2026-07-03 14:58:12.313', 1488, 142);
|
||
INSERT INTO `app_pool` VALUES (159, '2026-07-02 14:00:59.480', '2026-07-02 14:00:59.480', 'Magnify.exe', 'magnify.exe', 'Magnifier', 'magnify', 1, '2026-07-02 14:00:59.479', 1472, 141);
|
||
INSERT INTO `app_pool` VALUES (160, '2026-07-02 14:00:59.484', '2026-07-02 14:00:59.484', 'ShellHost.exe', 'shellhost.exe', 'Magnifier updates', 'shellhost', 1, '2026-07-02 14:00:59.484', 1472, 141);
|
||
INSERT INTO `app_pool` VALUES (161, '2026-07-02 14:27:09.431', '2026-07-02 14:27:09.431', 'UniKey.exe', 'unikey.exe', 'Warning', 'unikey', 1, '2026-07-02 14:27:09.430', 106, 49);
|
||
INSERT INTO `app_pool` VALUES (162, '2026-07-02 14:28:06.922', '2026-07-02 15:28:14.861', 'osk.exe', 'osk.exe', 'On-Screen Keyboard', 'osk', 5, '2026-07-02 15:28:14.860', 1521, 72);
|
||
INSERT INTO `app_pool` VALUES (163, '2026-07-02 14:31:03.603', '2026-07-02 14:31:03.603', 'BCUninstaller.exe', 'bcuninstaller.exe', 'Bulk Crap Uninstaller v6.1 x64', 'bcuninstaller', 1, '2026-07-02 14:31:03.602', 167, 49);
|
||
INSERT INTO `app_pool` VALUES (164, '2026-07-02 14:31:15.059', '2026-07-02 14:33:27.068', 'javaw.exe', 'javaw.exe', 'Ghidra', 'javaw', 2, '2026-07-02 14:33:27.067', 159, 49);
|
||
INSERT INTO `app_pool` VALUES (165, '2026-07-02 14:32:02.171', '2026-07-02 15:42:11.154', 'Zoom.exe', 'zoom.exe', 'Zoom Workplace', 'zoom', 3, '2026-07-02 15:42:11.153', 117, 49);
|
||
INSERT INTO `app_pool` VALUES (166, '2026-07-02 14:32:31.635', '2026-07-03 14:51:14.636', 'netbeans64.exe', 'netbeans64.exe', 'Starting Apache NetBeans IDE', 'netbeans64', 2, '2026-07-03 14:51:14.635', 109, 51);
|
||
INSERT INTO `app_pool` VALUES (167, '2026-07-02 14:43:47.299', '2026-07-02 14:43:47.299', 'Unknown', 'unknown', 'Welcome - Visual Studio Code', 'unknown', 1, '2026-07-02 14:43:47.298', 282, 49);
|
||
INSERT INTO `app_pool` VALUES (168, '2026-07-02 14:51:18.381', '2026-07-02 14:51:18.381', 'FoxitReader.exe', 'foxitreader.exe', 'Foxit Reader', 'foxitreader', 1, '2026-07-02 14:51:18.379', 390, 49);
|
||
INSERT INTO `app_pool` VALUES (169, '2026-07-02 14:53:47.294', '2026-07-02 14:53:47.294', 'wordpad.exe', 'wordpad.exe', 'Document - WordPad', 'wordpad', 1, '2026-07-02 14:53:47.294', 282, 49);
|
||
INSERT INTO `app_pool` VALUES (170, '2026-07-02 14:57:17.928', '2026-07-02 14:59:26.281', 'Legion Arena.exe', 'legion arena.exe', 'Legion Arena', 'legion arena', 2, '2026-07-02 14:59:26.279', 117, 49);
|
||
INSERT INTO `app_pool` VALUES (171, '2026-07-02 15:01:33.978', '2026-07-03 13:38:41.706', 'inno_updater.exe', 'inno_updater.exe', 'Visual Studio Code', 'inno_updater', 3, '2026-07-03 13:38:41.706', 170, 49);
|
||
INSERT INTO `app_pool` VALUES (172, '2026-07-02 15:06:31.577', '2026-07-03 12:31:11.604', 'pgAdmin4.exe', 'pgadmin4.exe', 'pgadmin4', 'pgadmin4', 3, '2026-07-03 12:31:11.604', 216, 49);
|
||
INSERT INTO `app_pool` VALUES (173, '2026-07-02 15:06:32.130', '2026-07-02 15:38:38.449', 'draw.io.exe', 'draw.io.exe', 'Flowchart Maker & Online Diagram Software', 'draw.io', 3, '2026-07-02 15:38:38.448', 117, 49);
|
||
INSERT INTO `app_pool` VALUES (174, '2026-07-02 15:09:03.138', '2026-07-02 15:13:07.672', 'mspaint.exe', 'mspaint.exe', 'Screenshot 2026-07-02 144150.png - Paint', 'mspaint', 2, '2026-07-02 15:13:07.671', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (175, '2026-07-02 15:09:16.128', '2026-07-02 15:09:16.128', 'OemDrv.exe', 'oemdrv.exe', 'AULA F87 PRO', 'oemdrv', 1, '2026-07-02 15:09:16.127', 172, 49);
|
||
INSERT INTO `app_pool` VALUES (176, '2026-07-02 15:13:07.671', '2026-07-02 15:13:07.671', 'navicat.exe', 'navicat.exe', 'allowed_email_domains @raia_v3_db (RAIA_V3) - Table - Navicat Premium', 'navicat', 1, '2026-07-02 15:13:07.670', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (177, '2026-07-02 15:13:07.704', '2026-07-02 15:13:28.635', 'DeskIn.exe', 'deskin.exe', 'DeskIn', 'deskin', 2, '2026-07-02 15:13:28.635', 596, 63);
|
||
INSERT INTO `app_pool` VALUES (178, '2026-07-02 15:50:52.211', '2026-07-02 15:50:52.211', 'gnome-text-edit', 'gnome-text-edit', 'gnome-text-edit', 'gnome-text-edit', 1, '2026-07-02 15:50:52.210', 1655, 143);
|
||
INSERT INTO `app_pool` VALUES (179, '2026-07-02 15:51:13.208', '2026-07-02 15:51:13.208', 'localsearch-ext', 'localsearch-ext', 'localsearch-ext', 'localsearch-ext', 1, '2026-07-02 15:51:13.207', 1655, 143);
|
||
INSERT INTO `app_pool` VALUES (180, '2026-07-02 15:52:15.689', '2026-07-03 13:17:32.674', 'Calculator', 'calculator', 'Calculator', 'calculator', 2, '2026-07-03 13:17:32.673', 88, 156);
|
||
INSERT INTO `app_pool` VALUES (181, '2026-07-02 15:53:12.243', '2026-07-02 15:53:12.243', '7zG.exe', '7zg.exe', 'Add to Archive', '7zg', 1, '2026-07-02 15:53:12.243', 159, 49);
|
||
INSERT INTO `app_pool` VALUES (182, '2026-07-02 16:55:39.805', '2026-07-02 16:55:39.805', 'BingWallpaper.exe', 'bingwallpaper.exe', 'WinUI Desktop', 'bingwallpaper', 1, '2026-07-02 16:55:39.804', 1747, 84);
|
||
INSERT INTO `app_pool` VALUES (183, '2026-07-02 18:10:06.031', '2026-07-02 18:10:06.031', 'GitHubDesktop.exe', 'githubdesktop.exe', 'GitHub Desktop', 'githubdesktop', 1, '2026-07-02 18:10:06.030', 1525, 77);
|
||
INSERT INTO `app_pool` VALUES (184, '2026-07-03 09:14:36.166', '2026-07-03 09:14:36.166', 'Canva.exe', 'canva.exe', 'Canva', 'canva', 1, '2026-07-03 09:14:36.165', 1698, 82);
|
||
INSERT INTO `app_pool` VALUES (185, '2026-07-03 09:49:42.194', '2026-07-03 09:49:42.194', 'Deplao.exe', 'deplao.exe', 'Deplao', 'deplao', 1, '2026-07-03 09:49:42.193', 1759, 82);
|
||
INSERT INTO `app_pool` VALUES (186, '2026-07-03 12:18:19.341', '2026-07-03 12:18:19.341', 'Codex Installer.exe', 'codex installer.exe', 'Microsoft Store', 'codex installer', 1, '2026-07-03 12:18:19.341', 195, 49);
|
||
INSERT INTO `app_pool` VALUES (187, '2026-07-03 12:18:50.670', '2026-07-03 12:18:50.670', 'ATK HUB.exe', 'atk hub.exe', 'ATK HUB', 'atk hub', 1, '2026-07-03 12:18:50.669', 92, 156);
|
||
INSERT INTO `app_pool` VALUES (188, '2026-07-03 12:20:20.891', '2026-07-03 12:20:20.891', 'com.apple.WebKit.Networking', 'com.apple.webkit.networking', 'com.apple.WebKit.Networking', 'com.apple.webkit.networking', 1, '2026-07-03 12:20:20.890', 254, 156);
|
||
INSERT INTO `app_pool` VALUES (189, '2026-07-03 12:20:34.544', '2026-07-03 12:20:34.544', 'CMediaAudioControlPanel.exe', 'cmediaaudiocontrolpanel.exe', 'C-Media Audio Control Panel', 'cmediaaudiocontrolpanel', 1, '2026-07-03 12:20:34.544', 1337, 81);
|
||
INSERT INTO `app_pool` VALUES (190, '2026-07-03 12:28:52.528', '2026-07-03 13:55:47.710', 'Lively.UI.WinUI.exe', 'lively.ui.winui.exe', 'Lively Wallpaper', 'lively.ui.winui', 2, '2026-07-03 13:55:47.709', 170, 49);
|
||
INSERT INTO `app_pool` VALUES (191, '2026-07-03 12:32:45.872', '2026-07-03 12:32:45.872', 'ChatGPT Installer.exe', 'chatgpt installer.exe', 'Microsoft Store', 'chatgpt installer', 1, '2026-07-03 12:32:45.871', 226, 156);
|
||
INSERT INTO `app_pool` VALUES (192, '2026-07-03 12:35:42.121', '2026-07-03 14:21:26.749', 'fcitx5', 'fcitx5', 'fcitx5', 'fcitx5', 4, '2026-07-03 14:21:26.749', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (193, '2026-07-03 12:35:42.122', '2026-07-03 14:21:26.824', 'kdeconnectd', 'kdeconnectd', 'kdeconnectd', 'kdeconnectd', 4, '2026-07-03 14:21:26.823', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (194, '2026-07-03 12:35:42.151', '2026-07-03 14:21:26.744', 'wl-paste', 'wl-paste', 'wl-paste', 'wl-paste', 4, '2026-07-03 14:21:26.743', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (195, '2026-07-03 12:35:42.158', '2026-07-03 14:21:26.810', 'wl-copy', 'wl-copy', 'wl-copy', 'wl-copy', 3, '2026-07-03 14:21:26.809', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (196, '2026-07-03 12:35:42.164', '2026-07-03 14:21:26.745', 'Hyprland', 'hyprland', 'Hyprland', 'hyprland', 5, '2026-07-03 14:21:26.744', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (197, '2026-07-03 12:35:42.183', '2026-07-03 14:21:26.745', 'python3', 'python3', 'python3', 'python3', 4, '2026-07-03 14:21:26.744', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (198, '2026-07-03 12:35:42.184', '2026-07-03 14:21:26.819', 'blueman-tray', 'blueman-tray', 'blueman-tray', 'blueman-tray', 3, '2026-07-03 14:21:26.819', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (199, '2026-07-03 12:35:42.187', '2026-07-03 14:21:26.798', 'nm-applet', 'nm-applet', 'nm-applet', 'nm-applet', 4, '2026-07-03 14:21:26.798', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (200, '2026-07-03 12:35:42.188', '2026-07-03 14:21:26.788', 'blueman-applet', 'blueman-applet', 'blueman-applet', 'blueman-applet', 4, '2026-07-03 14:21:26.787', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (201, '2026-07-03 12:35:42.205', '2026-07-03 14:21:26.812', 'swaync', 'swaync', 'swaync', 'swaync', 4, '2026-07-03 14:21:26.811', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (202, '2026-07-03 12:35:42.208', '2026-07-03 14:21:26.815', 'waybar', 'waybar', 'waybar', 'waybar', 5, '2026-07-03 14:21:26.814', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (203, '2026-07-03 12:38:37.501', '2026-07-03 12:38:37.501', 'brave', 'brave', 'brave', 'brave', 1, '2026-07-03 12:38:37.500', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (204, '2026-07-03 12:38:56.236', '2026-07-03 12:38:56.236', 'rofi', 'rofi', 'rofi', 'rofi', 1, '2026-07-03 12:38:56.235', 1624, 80);
|
||
INSERT INTO `app_pool` VALUES (205, '2026-07-03 12:39:47.139', '2026-07-03 12:50:41.071', 'updater.exe', 'updater.exe', 'Trình cài đặt Cốc Cốc', 'updater', 2, '2026-07-03 12:50:41.070', 218, 156);
|
||
INSERT INTO `app_pool` VALUES (206, '2026-07-03 12:46:21.363', '2026-07-03 12:46:21.363', 'WeekToDo.exe', 'weektodo.exe', 'WeekToDo Planner', 'weektodo', 1, '2026-07-03 12:46:21.362', 106, 49);
|
||
INSERT INTO `app_pool` VALUES (207, '2026-07-03 13:06:57.955', '2026-07-03 13:06:57.955', 'android-studio-quail1-patch2-windows.exe', 'android-studio-quail1-patch2-windows.exe', 'verifying installer: 67%', 'android-studio-quail1-patch2-windows', 1, '2026-07-03 13:06:57.954', 250, 156);
|
||
INSERT INTO `app_pool` VALUES (208, '2026-07-03 13:11:41.447', '2026-07-03 13:11:41.447', 'DevinUserSetup-x64-3.3.18.tmp', 'devinusersetup-x64-3.3.18.tmp', 'Select Setup Language', 'devinusersetup-x64-3.3.18.tmp', 1, '2026-07-03 13:11:41.446', 285, 156);
|
||
INSERT INTO `app_pool` VALUES (209, '2026-07-03 13:19:15.809', '2026-07-03 13:19:15.809', 'jucheck.exe', 'jucheck.exe', 'Java Update - Update Available', 'jucheck', 1, '2026-07-03 13:19:15.808', 239, 156);
|
||
INSERT INTO `app_pool` VALUES (210, '2026-07-03 13:36:33.038', '2026-07-03 15:54:31.884', 'git-credential-manager.exe', 'git-credential-manager.exe', 'Connect to GitHub', 'git-credential-manager', 6, '2026-07-03 15:54:31.883', 164, 51);
|
||
INSERT INTO `app_pool` VALUES (211, '2026-07-03 14:00:25.744', '2026-07-03 14:00:25.744', 'AutoClicker.exe', 'autoclicker.exe', 'OP Auto Clicker 4.0', 'autoclicker', 1, '2026-07-03 14:00:25.743', 202, 49);
|
||
INSERT INTO `app_pool` VALUES (212, '2026-07-03 14:26:42.151', '2026-07-03 15:07:29.779', 'RadeonSoftware.exe', 'radeonsoftware.exe', 'AMD Software: Adrenalin Edition', 'radeonsoftware', 2, '2026-07-03 15:07:29.778', 1643, 142);
|
||
INSERT INTO `app_pool` VALUES (213, '2026-07-03 14:58:08.785', '2026-07-03 14:59:53.780', 'AvastUI.exe', 'avastui.exe', 'Avast Free Antivirus', 'avastui', 6, '2026-07-03 14:59:53.779', 1474, 142);
|
||
INSERT INTO `app_pool` VALUES (214, '2026-07-03 14:58:12.315', '2026-07-03 14:58:12.315', 'CrystalFetch', 'crystalfetch', 'CrystalFetch', 'crystalfetch', 1, '2026-07-03 14:58:12.314', 1488, 142);
|
||
INSERT INTO `app_pool` VALUES (215, '2026-07-03 15:28:01.241', '2026-07-03 15:28:01.241', 'ZaloCall.exe', 'zalocall.exe', 'ZaloCall', 'zalocall', 1, '2026-07-03 15:28:01.240', 1635, 142);
|
||
INSERT INTO `app_pool` VALUES (216, '2026-07-03 15:28:48.196', '2026-07-03 15:28:48.196', 'Kiro.exe', 'kiro.exe', 'Kiro', 'kiro', 1, '2026-07-03 15:28:48.194', 266, 51);
|
||
INSERT INTO `app_pool` VALUES (217, '2026-07-03 15:40:10.008', '2026-07-03 15:40:10.008', 'calibre.exe', 'calibre.exe', 'calibre — || Thư viện Calibre ||', 'calibre', 1, '2026-07-03 15:40:10.007', 84, 51);
|
||
INSERT INTO `app_pool` VALUES (218, '2026-07-03 15:40:34.275', '2026-07-03 15:40:34.275', 'ebook-viewer.exe', 'ebook-viewer.exe', 'SRS [MD] — E-book viewer', 'ebook-viewer', 1, '2026-07-03 15:40:34.272', 84, 51);
|
||
INSERT INTO `app_pool` VALUES (219, '2026-07-03 15:53:05.839', '2026-07-03 15:53:50.836', 'python.exe', 'python.exe', 'Tùy biến Entry - Duy', 'python', 2, '2026-07-03 15:53:50.835', 1669, 142);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for app_templates
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `app_templates`;
|
||
CREATE TABLE `app_templates` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
`keywords` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of app_templates
|
||
-- ----------------------------
|
||
INSERT INTO `app_templates` VALUES (1, '2026-07-01 15:32:06.190', '2026-07-03 14:59:50.048', 'Trần Quốc Tuấn', '', 'chrome, idea64, vscode, wails, simple_care, client, safari, messages, brave, msedge, system settings, microsoft edge, lark, browser, postman, opera, notes, firefox, google chrome, electron, applicationframehost');
|
||
INSERT INTO `app_templates` VALUES (2, '2026-07-01 16:16:16.450', '2026-07-01 16:16:16.450', 'Thi Python Test', '', 'brave, msedge, safari, system settings, microsoft edge, zalo, parsecd');
|
||
INSERT INTO `app_templates` VALUES (3, '2026-07-02 10:12:06.576', '2026-07-02 10:12:06.576', 'Ứng dụng lớp học cơ bản', '', 'lark, msedge, browser, applicationframehost, brave, system settings, opera, notepad, chrome, ultraviewer_desktop, electron, teamviewer, postman, safari, photos, notes, windowsterminal, winrar, microsoft edge, parsecd, onedrive, google chrome, deskin, firefox, gotiengviet, gethelp, excel, snippingtool, laragon, cloudflare warp, microsoft word, docker desktop, mysqlworkbench');
|
||
INSERT INTO `app_templates` VALUES (4, '2026-07-02 15:25:38.287', '2026-07-02 15:26:09.848', 'Cô Anh - Phòng Thi Tiếng Anh', '', 'lark, notepad, chrome, unikey');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for attendance_results
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `attendance_results`;
|
||
CREATE TABLE `attendance_results` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`class_rk_id` bigint NOT NULL,
|
||
`session_date` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`period` bigint NOT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
`status` bigint NOT NULL DEFAULT 0,
|
||
`status_label` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`online_minutes` bigint NOT NULL DEFAULT 0,
|
||
`status_edited_by_teacher` tinyint(1) NOT NULL DEFAULT 0,
|
||
`pushed_to_qldt_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_att_lookup`(`class_rk_id` ASC, `session_date` ASC, `period` ASC, `student_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 7622 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of attendance_results
|
||
-- ----------------------------
|
||
INSERT INTO `attendance_results` VALUES (1, '2026-07-01 09:05:01.377', '2026-07-01 18:45:45.537', 63, '2026-07-01', 1, 580, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2, '2026-07-01 09:05:01.384', '2026-07-01 18:45:45.542', 63, '2026-07-01', 1, 582, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3, '2026-07-01 09:05:01.389', '2026-07-01 18:45:45.547', 63, '2026-07-01', 1, 584, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4, '2026-07-01 09:05:01.394', '2026-07-01 18:45:45.551', 63, '2026-07-01', 1, 585, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5, '2026-07-01 09:05:01.400', '2026-07-01 18:45:45.555', 63, '2026-07-01', 1, 588, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6, '2026-07-01 09:05:01.405', '2026-07-01 18:45:45.560', 63, '2026-07-01', 1, 591, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7, '2026-07-01 09:05:01.410', '2026-07-01 18:45:45.565', 63, '2026-07-01', 1, 592, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (8, '2026-07-01 09:05:01.414', '2026-07-01 18:45:45.570', 63, '2026-07-01', 1, 593, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (9, '2026-07-01 09:05:01.419', '2026-07-01 18:45:45.574', 63, '2026-07-01', 1, 594, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (10, '2026-07-01 09:05:01.423', '2026-07-01 18:45:45.579', 63, '2026-07-01', 1, 595, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (11, '2026-07-01 09:05:01.428', '2026-07-01 18:45:45.584', 63, '2026-07-01', 1, 596, 3, 'Đi học muộn', 50, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (12, '2026-07-01 09:05:01.433', '2026-07-01 18:45:45.590', 63, '2026-07-01', 1, 603, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (13, '2026-07-01 09:05:01.440', '2026-07-01 18:45:45.595', 63, '2026-07-01', 1, 604, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (14, '2026-07-01 09:05:01.446', '2026-07-01 18:45:45.600', 63, '2026-07-01', 1, 605, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (15, '2026-07-01 09:05:01.452', '2026-07-01 18:45:45.606', 63, '2026-07-01', 1, 609, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (16, '2026-07-01 09:05:01.458', '2026-07-01 18:45:45.611', 63, '2026-07-01', 1, 610, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (17, '2026-07-01 09:05:01.463', '2026-07-01 18:45:45.617', 63, '2026-07-01', 1, 613, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (18, '2026-07-01 09:05:01.467', '2026-07-01 18:45:45.623', 63, '2026-07-01', 1, 614, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (19, '2026-07-01 09:05:01.472', '2026-07-01 18:45:45.629', 63, '2026-07-01', 1, 615, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (20, '2026-07-01 09:05:01.477', '2026-07-01 18:45:45.635', 63, '2026-07-01', 1, 616, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (21, '2026-07-01 09:05:01.482', '2026-07-01 18:45:45.642', 63, '2026-07-01', 1, 618, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (22, '2026-07-01 09:05:01.487', '2026-07-01 18:45:45.646', 63, '2026-07-01', 1, 620, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (23, '2026-07-01 09:05:01.492', '2026-07-01 18:45:45.651', 63, '2026-07-01', 1, 621, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (24, '2026-07-01 09:05:01.496', '2026-07-01 18:45:45.658', 63, '2026-07-01', 1, 622, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (25, '2026-07-01 09:05:01.500', '2026-07-01 18:45:45.666', 63, '2026-07-01', 1, 625, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (26, '2026-07-01 09:05:01.505', '2026-07-01 18:45:45.672', 63, '2026-07-01', 1, 626, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (27, '2026-07-01 09:05:01.509', '2026-07-01 18:45:45.679', 63, '2026-07-01', 1, 628, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (28, '2026-07-01 09:05:01.513', '2026-07-01 18:45:45.686', 63, '2026-07-01', 1, 631, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (29, '2026-07-01 09:05:01.520', '2026-07-01 18:45:45.693', 63, '2026-07-01', 1, 632, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (30, '2026-07-01 09:05:01.526', '2026-07-01 18:45:45.699', 63, '2026-07-01', 1, 635, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (31, '2026-07-01 09:05:01.531', '2026-07-01 18:45:45.705', 63, '2026-07-01', 1, 637, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (32, '2026-07-01 09:05:01.537', '2026-07-01 18:45:45.713', 63, '2026-07-01', 1, 639, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (33, '2026-07-01 09:05:01.542', '2026-07-01 18:45:45.720', 63, '2026-07-01', 1, 640, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (34, '2026-07-01 09:05:01.548', '2026-07-01 18:45:45.732', 63, '2026-07-01', 1, 671, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (35, '2026-07-01 09:05:01.554', '2026-07-01 18:45:45.737', 63, '2026-07-01', 1, 676, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (36, '2026-07-01 09:05:01.560', '2026-07-01 18:45:45.742', 63, '2026-07-01', 1, 680, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (37, '2026-07-01 09:05:01.565', '2026-07-01 18:45:45.750', 63, '2026-07-01', 1, 682, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (38, '2026-07-01 09:05:01.571', '2026-07-01 18:45:45.756', 63, '2026-07-01', 1, 684, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (39, '2026-07-01 09:05:01.576', '2026-07-01 18:45:45.761', 63, '2026-07-01', 1, 686, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (40, '2026-07-01 09:05:01.580', '2026-07-01 18:45:45.766', 63, '2026-07-01', 1, 687, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (41, '2026-07-01 09:05:01.586', '2026-07-01 18:45:45.771', 63, '2026-07-01', 1, 688, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (42, '2026-07-01 09:05:01.591', '2026-07-01 18:45:45.776', 63, '2026-07-01', 1, 689, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (43, '2026-07-01 09:05:01.596', '2026-07-01 18:45:45.780', 63, '2026-07-01', 1, 690, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (44, '2026-07-01 09:05:01.601', '2026-07-01 18:45:45.785', 63, '2026-07-01', 1, 691, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (133, '2026-07-01 14:42:55.554', '2026-07-01 15:46:24.180', 48, '2026-07-01', 4, 82, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (134, '2026-07-01 14:42:58.930', '2026-07-01 15:46:24.192', 48, '2026-07-01', 4, 86, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (135, '2026-07-01 14:43:03.883', '2026-07-01 15:46:24.197', 48, '2026-07-01', 4, 89, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (136, '2026-07-01 14:43:06.897', '2026-07-01 15:46:24.203', 48, '2026-07-01', 4, 102, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (137, '2026-07-01 14:43:10.830', '2026-07-01 15:46:24.208', 48, '2026-07-01', 4, 103, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (138, '2026-07-01 14:43:13.789', '2026-07-01 15:46:24.213', 48, '2026-07-01', 4, 114, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (139, '2026-07-01 14:43:36.021', '2026-07-01 15:46:24.218', 48, '2026-07-01', 4, 115, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (140, '2026-07-01 14:43:40.136', '2026-07-01 15:46:24.222', 48, '2026-07-01', 4, 120, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (141, '2026-07-01 14:43:44.081', '2026-07-01 15:46:24.227', 48, '2026-07-01', 4, 124, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (142, '2026-07-01 14:43:49.073', '2026-07-01 15:46:24.233', 48, '2026-07-01', 4, 131, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (143, '2026-07-01 14:43:53.566', '2026-07-01 15:46:24.237', 48, '2026-07-01', 4, 133, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (144, '2026-07-01 14:44:00.011', '2026-07-01 15:46:24.248', 48, '2026-07-01', 4, 158, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (145, '2026-07-01 14:44:04.928', '2026-07-01 15:46:24.253', 48, '2026-07-01', 4, 180, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (146, '2026-07-01 14:44:10.420', '2026-07-01 15:46:24.259', 48, '2026-07-01', 4, 192, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (147, '2026-07-01 14:44:27.054', '2026-07-01 15:46:24.279', 48, '2026-07-01', 4, 213, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (148, '2026-07-01 14:44:35.187', '2026-07-01 15:46:24.285', 48, '2026-07-01', 4, 214, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (149, '2026-07-01 14:44:41.608', '2026-07-01 15:46:24.296', 48, '2026-07-01', 4, 242, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (150, '2026-07-01 14:44:49.304', '2026-07-01 15:46:24.301', 48, '2026-07-01', 4, 246, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (151, '2026-07-01 14:44:55.700', '2026-07-01 15:46:24.305', 48, '2026-07-01', 4, 247, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (152, '2026-07-01 14:45:02.924', '2026-07-01 15:46:24.315', 48, '2026-07-01', 4, 262, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (153, '2026-07-01 14:45:08.999', '2026-07-01 15:46:24.320', 48, '2026-07-01', 4, 263, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (154, '2026-07-01 14:45:19.104', '2026-07-01 15:46:24.325', 48, '2026-07-01', 4, 278, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (155, '2026-07-01 14:45:24.911', '2026-07-01 15:46:24.330', 48, '2026-07-01', 4, 288, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (156, '2026-07-01 14:45:32.902', '2026-07-01 15:46:24.339', 48, '2026-07-01', 4, 304, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (157, '2026-07-01 14:45:38.516', '2026-07-01 15:46:24.345', 48, '2026-07-01', 4, 392, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (158, '2026-07-01 14:45:44.017', '2026-07-01 15:46:24.355', 48, '2026-07-01', 4, 398, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (159, '2026-07-01 14:45:56.871', '2026-07-01 15:46:24.360', 48, '2026-07-01', 4, 401, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (160, '2026-07-01 14:46:01.640', '2026-07-01 15:46:24.365', 48, '2026-07-01', 4, 405, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (161, '2026-07-01 14:46:06.412', '2026-07-01 15:46:24.371', 48, '2026-07-01', 4, 411, 4, 'Đi học đầy đủ', 0, 1, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (162, '2026-07-01 14:49:29.924', '2026-07-02 17:22:29.720', 48, '2026-07-01', 1, 82, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (163, '2026-07-01 14:49:29.938', '2026-07-02 17:22:29.726', 48, '2026-07-01', 1, 83, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (164, '2026-07-01 14:49:29.947', '2026-07-02 17:22:29.732', 48, '2026-07-01', 1, 86, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (165, '2026-07-01 14:49:29.958', '2026-07-02 17:22:29.738', 48, '2026-07-01', 1, 89, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (166, '2026-07-01 14:49:29.967', '2026-07-02 17:22:29.742', 48, '2026-07-01', 1, 102, 4, 'Đi học đầy đủ', 128, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (167, '2026-07-01 14:49:29.974', '2026-07-02 17:22:29.747', 48, '2026-07-01', 1, 103, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (168, '2026-07-01 14:49:29.982', '2026-07-02 17:22:29.752', 48, '2026-07-01', 1, 114, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (169, '2026-07-01 14:49:29.988', '2026-07-02 17:22:29.758', 48, '2026-07-01', 1, 115, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (170, '2026-07-01 14:49:29.995', '2026-07-02 17:22:29.764', 48, '2026-07-01', 1, 120, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (171, '2026-07-01 14:49:30.001', '2026-07-02 17:22:29.772', 48, '2026-07-01', 1, 124, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (172, '2026-07-01 14:49:30.005', '2026-07-02 17:22:29.778', 48, '2026-07-01', 1, 131, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (173, '2026-07-01 14:49:30.011', '2026-07-02 17:22:29.783', 48, '2026-07-01', 1, 133, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (174, '2026-07-01 14:49:30.018', '2026-07-02 17:22:29.790', 48, '2026-07-01', 1, 152, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (175, '2026-07-01 14:49:30.026', '2026-07-02 17:22:29.795', 48, '2026-07-01', 1, 158, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (176, '2026-07-01 14:49:30.034', '2026-07-02 17:22:29.800', 48, '2026-07-01', 1, 180, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (177, '2026-07-01 14:49:30.040', '2026-07-02 17:22:29.804', 48, '2026-07-01', 1, 192, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (178, '2026-07-01 14:49:30.050', '2026-07-01 15:46:14.329', 48, '2026-07-01', 1, 198, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (179, '2026-07-01 14:49:30.059', '2026-07-02 17:22:29.810', 48, '2026-07-01', 1, 203, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (180, '2026-07-01 14:49:30.066', '2026-07-02 17:22:29.817', 48, '2026-07-01', 1, 205, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (181, '2026-07-01 14:49:30.073', '2026-07-02 17:22:29.822', 48, '2026-07-01', 1, 213, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (182, '2026-07-01 14:49:30.081', '2026-07-02 17:22:29.828', 48, '2026-07-01', 1, 214, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (183, '2026-07-01 14:49:30.089', '2026-07-02 17:22:29.833', 48, '2026-07-01', 1, 240, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (184, '2026-07-01 14:49:30.096', '2026-07-02 17:22:29.838', 48, '2026-07-01', 1, 242, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (185, '2026-07-01 14:49:30.104', '2026-07-02 17:22:29.842', 48, '2026-07-01', 1, 246, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (186, '2026-07-01 14:49:30.111', '2026-07-02 17:22:29.849', 48, '2026-07-01', 1, 247, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (187, '2026-07-01 14:49:30.117', '2026-07-02 17:22:29.856', 48, '2026-07-01', 1, 249, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (188, '2026-07-01 14:49:30.122', '2026-07-02 17:22:29.861', 48, '2026-07-01', 1, 262, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (189, '2026-07-01 14:49:30.127', '2026-07-02 17:22:29.867', 48, '2026-07-01', 1, 263, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (190, '2026-07-01 14:49:30.132', '2026-07-02 17:22:29.873', 48, '2026-07-01', 1, 278, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (191, '2026-07-01 14:49:30.139', '2026-07-02 17:22:29.877', 48, '2026-07-01', 1, 288, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (193, '2026-07-01 14:49:30.147', '2026-07-02 17:22:29.884', 48, '2026-07-01', 1, 292, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (194, '2026-07-01 14:49:30.151', '2026-07-01 15:46:24.187', 48, '2026-07-01', 4, 83, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (195, '2026-07-01 14:49:30.156', '2026-07-02 17:22:29.889', 48, '2026-07-01', 1, 304, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (197, '2026-07-01 14:49:30.164', '2026-07-02 17:22:29.894', 48, '2026-07-01', 1, 392, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (199, '2026-07-01 14:49:30.172', '2026-07-01 15:46:14.464', 48, '2026-07-01', 1, 394, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (201, '2026-07-01 14:49:30.183', '2026-07-02 17:22:29.900', 48, '2026-07-01', 1, 398, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (203, '2026-07-01 14:49:30.192', '2026-07-02 17:22:29.907', 48, '2026-07-01', 1, 401, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (205, '2026-07-01 14:49:30.200', '2026-07-02 17:22:29.913', 48, '2026-07-01', 1, 405, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (207, '2026-07-01 14:49:30.206', '2026-07-02 17:22:29.919', 48, '2026-07-01', 1, 411, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (212, '2026-07-01 14:49:30.234', '2026-07-01 15:46:24.242', 48, '2026-07-01', 4, 152, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (216, '2026-07-01 14:49:30.260', '2026-07-01 15:46:24.264', 48, '2026-07-01', 4, 198, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (217, '2026-07-01 14:49:30.268', '2026-07-01 15:46:24.269', 48, '2026-07-01', 4, 203, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (218, '2026-07-01 14:49:30.275', '2026-07-01 15:46:24.274', 48, '2026-07-01', 4, 205, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (221, '2026-07-01 14:49:30.296', '2026-07-01 15:46:24.290', 48, '2026-07-01', 4, 240, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (225, '2026-07-01 14:49:30.320', '2026-07-01 15:46:24.311', 48, '2026-07-01', 4, 249, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (230, '2026-07-01 14:49:30.354', '2026-07-01 15:46:24.335', 48, '2026-07-01', 4, 292, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (233, '2026-07-01 14:49:30.373', '2026-07-01 15:46:24.350', 48, '2026-07-01', 4, 394, 0, 'Nghỉ không phép', 0, 0, '2026-07-01 14:49:36.041');
|
||
INSERT INTO `attendance_results` VALUES (548, '2026-07-01 15:32:49.830', '2026-07-01 15:33:13.108', 143, '2026-07-01', 1, 1319, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (549, '2026-07-01 15:32:49.834', '2026-07-01 15:33:13.114', 143, '2026-07-01', 1, 1339, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (550, '2026-07-01 15:32:49.839', '2026-07-01 15:33:13.118', 143, '2026-07-01', 1, 1352, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (551, '2026-07-01 15:32:49.845', '2026-07-01 15:33:13.124', 143, '2026-07-01', 1, 1392, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (552, '2026-07-01 15:32:49.850', '2026-07-01 15:33:13.130', 143, '2026-07-01', 1, 1405, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (553, '2026-07-01 15:32:49.856', '2026-07-01 15:33:13.136', 143, '2026-07-01', 1, 1418, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (554, '2026-07-01 15:32:49.861', '2026-07-01 15:33:13.141', 143, '2026-07-01', 1, 1442, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (555, '2026-07-01 15:32:49.866', '2026-07-01 15:33:13.147', 143, '2026-07-01', 1, 1443, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (556, '2026-07-01 15:32:49.871', '2026-07-01 15:33:13.153', 143, '2026-07-01', 1, 1448, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (557, '2026-07-01 15:32:49.876', '2026-07-01 15:33:13.160', 143, '2026-07-01', 1, 1457, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (558, '2026-07-01 15:32:49.881', '2026-07-01 15:33:13.166', 143, '2026-07-01', 1, 1459, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (559, '2026-07-01 15:32:49.887', '2026-07-01 15:33:13.171', 143, '2026-07-01', 1, 1467, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (560, '2026-07-01 15:32:49.894', '2026-07-01 15:33:13.177', 143, '2026-07-01', 1, 1471, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (561, '2026-07-01 15:32:49.898', '2026-07-01 15:33:13.182', 143, '2026-07-01', 1, 1477, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (562, '2026-07-01 15:32:49.902', '2026-07-01 15:33:13.188', 143, '2026-07-01', 1, 1480, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (563, '2026-07-01 15:32:49.908', '2026-07-01 15:33:13.193', 143, '2026-07-01', 1, 1484, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (564, '2026-07-01 15:32:49.913', '2026-07-01 15:33:13.199', 143, '2026-07-01', 1, 1497, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (565, '2026-07-01 15:32:49.918', '2026-07-01 15:33:13.204', 143, '2026-07-01', 1, 1508, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (566, '2026-07-01 15:32:49.923', '2026-07-01 15:33:13.211', 143, '2026-07-01', 1, 1517, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (567, '2026-07-01 15:32:49.927', '2026-07-01 15:33:13.219', 143, '2026-07-01', 1, 1520, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (568, '2026-07-01 15:32:49.935', '2026-07-01 15:33:13.224', 143, '2026-07-01', 1, 1532, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (569, '2026-07-01 15:32:49.939', '2026-07-01 15:33:13.232', 143, '2026-07-01', 1, 1533, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (570, '2026-07-01 15:32:49.945', '2026-07-01 15:33:13.237', 143, '2026-07-01', 1, 1550, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (571, '2026-07-01 15:32:49.951', '2026-07-01 15:33:13.243', 143, '2026-07-01', 1, 1563, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (572, '2026-07-01 15:32:49.958', '2026-07-01 15:33:13.247', 143, '2026-07-01', 1, 1571, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (573, '2026-07-01 15:32:49.964', '2026-07-01 15:33:13.252', 143, '2026-07-01', 1, 1573, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (574, '2026-07-01 15:32:49.969', '2026-07-01 15:33:13.257', 143, '2026-07-01', 1, 1586, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (575, '2026-07-01 15:32:49.974', '2026-07-01 15:33:13.262', 143, '2026-07-01', 1, 1608, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (576, '2026-07-01 15:32:49.979', '2026-07-01 15:33:13.266', 143, '2026-07-01', 1, 1620, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (577, '2026-07-01 15:32:49.983', '2026-07-01 15:33:13.272', 143, '2026-07-01', 1, 1621, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (578, '2026-07-01 15:32:49.988', '2026-07-01 15:33:13.277', 143, '2026-07-01', 1, 1626, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (579, '2026-07-01 15:32:49.993', '2026-07-01 15:33:13.283', 143, '2026-07-01', 1, 1627, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (580, '2026-07-01 15:32:49.998', '2026-07-01 15:33:13.289', 143, '2026-07-01', 1, 1629, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (581, '2026-07-01 15:32:50.003', '2026-07-01 15:33:13.295', 143, '2026-07-01', 1, 1647, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (582, '2026-07-01 15:32:50.007', '2026-07-01 15:33:13.303', 143, '2026-07-01', 1, 1655, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (583, '2026-07-01 15:32:50.012', '2026-07-01 15:33:13.309', 143, '2026-07-01', 1, 1656, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (584, '2026-07-01 15:32:50.016', '2026-07-01 15:33:13.316', 143, '2026-07-01', 1, 1658, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (585, '2026-07-01 15:32:50.020', '2026-07-01 15:33:13.322', 143, '2026-07-01', 1, 1659, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (586, '2026-07-01 15:32:50.024', '2026-07-01 15:33:13.329', 143, '2026-07-01', 1, 1660, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (587, '2026-07-01 15:32:50.029', '2026-07-01 15:33:13.344', 143, '2026-07-01', 1, 1691, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (786, '2026-07-02 07:02:29.482', '2026-07-02 07:04:47.267', 51, '2026-07-02', 1, 73, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (787, '2026-07-02 07:02:29.485', '2026-07-02 07:04:47.272', 51, '2026-07-02', 1, 81, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (788, '2026-07-02 07:02:29.489', '2026-07-02 07:04:47.277', 51, '2026-07-02', 1, 84, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (789, '2026-07-02 07:02:29.493', '2026-07-02 07:04:47.281', 51, '2026-07-02', 1, 90, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (790, '2026-07-02 07:02:29.497', '2026-07-02 07:04:47.286', 51, '2026-07-02', 1, 91, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (791, '2026-07-02 07:02:29.501', '2026-07-02 07:04:47.290', 51, '2026-07-02', 1, 96, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (792, '2026-07-02 07:02:29.506', '2026-07-02 07:04:47.295', 51, '2026-07-02', 1, 100, 3, 'Đi học muộn', 6, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (793, '2026-07-02 07:02:29.511', '2026-07-02 07:04:47.299', 51, '2026-07-02', 1, 109, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (794, '2026-07-02 07:02:29.516', '2026-07-02 07:04:47.305', 51, '2026-07-02', 1, 110, 3, 'Đi học muộn', 5, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (795, '2026-07-02 07:02:29.520', '2026-07-02 07:04:47.309', 51, '2026-07-02', 1, 138, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (796, '2026-07-02 07:02:29.524', '2026-07-02 07:04:47.314', 51, '2026-07-02', 1, 140, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (797, '2026-07-02 07:02:29.530', '2026-07-02 07:04:47.318', 51, '2026-07-02', 1, 144, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (798, '2026-07-02 07:02:29.534', '2026-07-02 07:04:47.324', 51, '2026-07-02', 1, 145, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (799, '2026-07-02 07:02:29.537', '2026-07-02 07:04:47.330', 51, '2026-07-02', 1, 146, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (800, '2026-07-02 07:02:29.539', '2026-07-02 07:04:47.335', 51, '2026-07-02', 1, 149, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (801, '2026-07-02 07:02:29.542', '2026-07-02 07:04:47.342', 51, '2026-07-02', 1, 163, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (802, '2026-07-02 07:02:29.546', '2026-07-02 07:04:47.347', 51, '2026-07-02', 1, 164, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (803, '2026-07-02 07:02:29.549', '2026-07-02 07:04:47.352', 51, '2026-07-02', 1, 168, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (804, '2026-07-02 07:02:29.553', '2026-07-02 07:04:47.358', 51, '2026-07-02', 1, 171, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (805, '2026-07-02 07:02:29.558', '2026-07-02 07:04:47.365', 51, '2026-07-02', 1, 179, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (806, '2026-07-02 07:02:29.563', '2026-07-02 07:04:47.371', 51, '2026-07-02', 1, 186, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (807, '2026-07-02 07:02:29.567', '2026-07-02 07:04:47.375', 51, '2026-07-02', 1, 190, 3, 'Đi học muộn', 5, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (808, '2026-07-02 07:02:29.572', '2026-07-02 07:04:47.380', 51, '2026-07-02', 1, 201, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (809, '2026-07-02 07:02:29.576', '2026-07-02 07:04:47.385', 51, '2026-07-02', 1, 217, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (810, '2026-07-02 07:02:29.581', '2026-07-02 07:04:47.390', 51, '2026-07-02', 1, 233, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (811, '2026-07-02 07:02:29.587', '2026-07-02 07:04:47.396', 51, '2026-07-02', 1, 248, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (812, '2026-07-02 07:02:29.592', '2026-07-02 07:04:47.400', 51, '2026-07-02', 1, 261, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (813, '2026-07-02 07:02:29.598', '2026-07-02 07:04:47.404', 51, '2026-07-02', 1, 265, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (814, '2026-07-02 07:02:29.602', '2026-07-02 07:04:47.409', 51, '2026-07-02', 1, 266, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (815, '2026-07-02 07:02:29.607', '2026-07-02 07:04:47.415', 51, '2026-07-02', 1, 276, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (816, '2026-07-02 07:02:29.612', '2026-07-02 07:04:47.419', 51, '2026-07-02', 1, 888, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (817, '2026-07-02 07:02:29.617', '2026-07-02 07:04:47.424', 51, '2026-07-02', 1, 898, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (818, '2026-07-02 07:03:07.084', '2026-07-03 06:57:08.780', 84, '2026-07-02', 1, 1695, 4, 'Đi học đầy đủ', 6, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (819, '2026-07-02 07:03:07.091', '2026-07-03 06:57:08.785', 84, '2026-07-02', 1, 1699, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (820, '2026-07-02 07:03:07.098', '2026-07-03 06:57:08.790', 84, '2026-07-02', 1, 1700, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (821, '2026-07-02 07:03:07.105', '2026-07-03 06:57:08.795', 84, '2026-07-02', 1, 1702, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (822, '2026-07-02 07:03:07.112', '2026-07-03 06:57:08.799', 84, '2026-07-02', 1, 1704, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (823, '2026-07-02 07:03:07.120', '2026-07-03 06:57:08.806', 84, '2026-07-02', 1, 1707, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (824, '2026-07-02 07:03:07.126', '2026-07-03 06:57:08.811', 84, '2026-07-02', 1, 1717, 4, 'Đi học đầy đủ', 115, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (825, '2026-07-02 07:03:07.137', '2026-07-03 06:57:08.817', 84, '2026-07-02', 1, 1723, 4, 'Đi học đầy đủ', 43, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (826, '2026-07-02 07:03:07.143', '2026-07-03 06:57:08.821', 84, '2026-07-02', 1, 1727, 4, 'Đi học đầy đủ', 42, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (827, '2026-07-02 07:03:07.148', '2026-07-03 06:57:08.825', 84, '2026-07-02', 1, 1729, 4, 'Đi học đầy đủ', 119, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (828, '2026-07-02 07:03:07.154', '2026-07-03 06:57:08.829', 84, '2026-07-02', 1, 1737, 4, 'Đi học đầy đủ', 47, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (829, '2026-07-02 07:03:07.162', '2026-07-03 06:57:08.834', 84, '2026-07-02', 1, 1738, 4, 'Đi học đầy đủ', 399, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (830, '2026-07-02 07:03:07.167', '2026-07-03 06:57:08.837', 84, '2026-07-02', 1, 1741, 4, 'Đi học đầy đủ', 138, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (831, '2026-07-02 07:03:07.173', '2026-07-03 06:57:08.842', 84, '2026-07-02', 1, 1742, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (832, '2026-07-02 07:03:07.178', '2026-07-03 06:57:08.847', 84, '2026-07-02', 1, 1745, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (833, '2026-07-02 07:03:07.184', '2026-07-03 06:57:08.851', 84, '2026-07-02', 1, 1747, 4, 'Đi học đầy đủ', 39, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (834, '2026-07-02 07:03:07.190', '2026-07-03 06:57:08.856', 84, '2026-07-02', 1, 1749, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (835, '2026-07-02 07:03:07.197', '2026-07-03 06:57:08.861', 84, '2026-07-02', 1, 1752, 3, 'Đi học muộn', 50, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (836, '2026-07-02 07:03:07.203', '2026-07-03 06:57:08.866', 84, '2026-07-02', 1, 1755, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (837, '2026-07-02 07:03:07.211', '2026-07-03 06:57:08.870', 84, '2026-07-02', 1, 1757, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (838, '2026-07-02 07:03:07.215', '2026-07-03 06:57:08.874', 84, '2026-07-02', 1, 1769, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (839, '2026-07-02 07:03:07.219', '2026-07-03 06:57:08.879', 84, '2026-07-02', 1, 1772, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (840, '2026-07-02 07:03:07.225', '2026-07-03 06:57:08.883', 84, '2026-07-02', 1, 1773, 4, 'Đi học đầy đủ', 113, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (841, '2026-07-02 07:03:07.229', '2026-07-03 06:57:08.888', 84, '2026-07-02', 1, 1781, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (842, '2026-07-02 07:03:07.234', '2026-07-03 06:57:08.896', 84, '2026-07-02', 1, 1784, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (843, '2026-07-02 07:03:07.238', '2026-07-03 06:57:08.902', 84, '2026-07-02', 1, 1787, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (844, '2026-07-02 07:03:07.242', '2026-07-03 06:57:08.908', 84, '2026-07-02', 1, 1789, 4, 'Đi học đầy đủ', 7, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (845, '2026-07-02 07:03:07.248', '2026-07-03 06:57:08.914', 84, '2026-07-02', 1, 1792, 3, 'Đi học muộn', 8, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (846, '2026-07-02 07:03:07.255', '2026-07-03 06:57:08.919', 84, '2026-07-02', 1, 1793, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (847, '2026-07-02 07:03:07.267', '2026-07-03 06:57:08.924', 84, '2026-07-02', 1, 1796, 4, 'Đi học đầy đủ', 131, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (848, '2026-07-02 07:03:07.273', '2026-07-03 06:57:08.928', 84, '2026-07-02', 1, 1800, 4, 'Đi học đầy đủ', 100, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (849, '2026-07-02 07:03:07.281', '2026-07-03 06:57:08.934', 84, '2026-07-02', 1, 1808, 4, 'Đi học đầy đủ', 166, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (850, '2026-07-02 07:03:07.286', '2026-07-03 06:57:08.938', 84, '2026-07-02', 1, 1809, 4, 'Đi học đầy đủ', 12, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1642, '2026-07-02 07:06:48.269', '2026-07-02 09:06:05.597', 143, '2026-07-02', 1, 1319, 1, 'Nghỉ có phép', 0, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1643, '2026-07-02 07:06:48.273', '2026-07-02 09:06:05.602', 143, '2026-07-02', 1, 1339, 4, 'Đi học đầy đủ', 110, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1644, '2026-07-02 07:06:48.278', '2026-07-02 09:06:05.608', 143, '2026-07-02', 1, 1352, 4, 'Đi học đầy đủ', 114, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1645, '2026-07-02 07:06:48.282', '2026-07-02 09:06:05.612', 143, '2026-07-02', 1, 1392, 4, 'Đi học đầy đủ', 96, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1646, '2026-07-02 07:06:48.286', '2026-07-02 09:06:05.618', 143, '2026-07-02', 1, 1405, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1647, '2026-07-02 07:06:48.289', '2026-07-02 09:06:05.624', 143, '2026-07-02', 1, 1418, 4, 'Đi học đầy đủ', 114, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1648, '2026-07-02 07:06:48.293', '2026-07-02 09:06:05.629', 143, '2026-07-02', 1, 1442, 4, 'Đi học đầy đủ', 344, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1649, '2026-07-02 07:06:48.297', '2026-07-02 09:06:05.635', 143, '2026-07-02', 1, 1443, 4, 'Đi học đầy đủ', 103, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1650, '2026-07-02 07:06:48.301', '2026-07-02 09:06:05.640', 143, '2026-07-02', 1, 1448, 4, 'Đi học đầy đủ', 114, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1651, '2026-07-02 07:06:48.305', '2026-07-02 09:06:05.645', 143, '2026-07-02', 1, 1457, 4, 'Đi học đầy đủ', 113, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1652, '2026-07-02 07:06:48.310', '2026-07-02 09:06:05.650', 143, '2026-07-02', 1, 1459, 4, 'Đi học đầy đủ', 112, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1653, '2026-07-02 07:06:48.314', '2026-07-02 09:06:05.654', 143, '2026-07-02', 1, 1467, 4, 'Đi học đầy đủ', 0, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1654, '2026-07-02 07:06:48.319', '2026-07-02 09:06:05.659', 143, '2026-07-02', 1, 1471, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1655, '2026-07-02 07:06:48.324', '2026-07-02 09:06:05.662', 143, '2026-07-02', 1, 1477, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1656, '2026-07-02 07:06:48.330', '2026-07-02 09:06:05.666', 143, '2026-07-02', 1, 1480, 4, 'Đi học đầy đủ', 112, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1657, '2026-07-02 07:06:48.336', '2026-07-02 09:06:05.670', 143, '2026-07-02', 1, 1484, 4, 'Đi học đầy đủ', 104, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1658, '2026-07-02 07:06:48.340', '2026-07-02 09:06:05.674', 143, '2026-07-02', 1, 1497, 4, 'Đi học đầy đủ', 101, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1659, '2026-07-02 07:06:48.344', '2026-07-02 09:06:05.678', 143, '2026-07-02', 1, 1508, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1660, '2026-07-02 07:06:48.348', '2026-07-02 09:06:05.681', 143, '2026-07-02', 1, 1517, 4, 'Đi học đầy đủ', 111, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1661, '2026-07-02 07:06:48.351', '2026-07-02 09:06:05.685', 143, '2026-07-02', 1, 1520, 4, 'Đi học đầy đủ', 112, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1662, '2026-07-02 07:06:48.355', '2026-07-02 09:06:05.689', 143, '2026-07-02', 1, 1532, 4, 'Đi học đầy đủ', 99, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1663, '2026-07-02 07:06:48.359', '2026-07-02 09:06:05.694', 143, '2026-07-02', 1, 1533, 4, 'Đi học đầy đủ', 65, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1664, '2026-07-02 07:06:48.363', '2026-07-02 09:06:05.699', 143, '2026-07-02', 1, 1550, 4, 'Đi học đầy đủ', 111, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1665, '2026-07-02 07:06:48.368', '2026-07-02 09:06:05.704', 143, '2026-07-02', 1, 1563, 4, 'Đi học đầy đủ', 102, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1666, '2026-07-02 07:06:48.372', '2026-07-02 09:06:05.709', 143, '2026-07-02', 1, 1571, 4, 'Đi học đầy đủ', 111, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1667, '2026-07-02 07:06:48.375', '2026-07-02 09:06:05.714', 143, '2026-07-02', 1, 1573, 4, 'Đi học đầy đủ', 116, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1668, '2026-07-02 07:06:48.379', '2026-07-02 09:06:05.719', 143, '2026-07-02', 1, 1586, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1669, '2026-07-02 07:06:48.383', '2026-07-02 09:06:05.724', 143, '2026-07-02', 1, 1608, 4, 'Đi học đầy đủ', 114, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1670, '2026-07-02 07:06:48.388', '2026-07-02 09:06:05.728', 143, '2026-07-02', 1, 1620, 4, 'Đi học đầy đủ', 93, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1671, '2026-07-02 07:06:48.392', '2026-07-02 09:06:05.733', 143, '2026-07-02', 1, 1621, 4, 'Đi học đầy đủ', 110, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1672, '2026-07-02 07:06:48.396', '2026-07-02 09:06:05.737', 143, '2026-07-02', 1, 1626, 4, 'Đi học đầy đủ', 114, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1673, '2026-07-02 07:06:48.401', '2026-07-02 09:06:05.742', 143, '2026-07-02', 1, 1627, 4, 'Đi học đầy đủ', 115, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1674, '2026-07-02 07:06:48.405', '2026-07-02 09:06:05.747', 143, '2026-07-02', 1, 1629, 4, 'Đi học đầy đủ', 98, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1675, '2026-07-02 07:06:48.409', '2026-07-02 09:06:05.751', 143, '2026-07-02', 1, 1647, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1676, '2026-07-02 07:06:48.412', '2026-07-02 09:06:05.755', 143, '2026-07-02', 1, 1655, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1677, '2026-07-02 07:06:48.417', '2026-07-02 09:06:05.759', 143, '2026-07-02', 1, 1656, 4, 'Đi học đầy đủ', 99, 1, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1678, '2026-07-02 07:06:48.421', '2026-07-02 09:06:05.764', 143, '2026-07-02', 1, 1658, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1679, '2026-07-02 07:06:48.426', '2026-07-02 09:06:05.768', 143, '2026-07-02', 1, 1659, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1680, '2026-07-02 07:06:48.430', '2026-07-02 09:06:05.772', 143, '2026-07-02', 1, 1660, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1681, '2026-07-02 07:06:48.436', '2026-07-02 09:06:05.776', 143, '2026-07-02', 1, 1691, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 09:06:04.323');
|
||
INSERT INTO `attendance_results` VALUES (1828, '2026-07-02 07:28:34.200', '2026-07-02 07:28:34.200', 63, '2026-07-02', 1, 580, 3, 'Đi học muộn', 20, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1829, '2026-07-02 07:28:34.205', '2026-07-02 07:28:34.205', 63, '2026-07-02', 1, 582, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1830, '2026-07-02 07:28:34.212', '2026-07-02 07:28:34.212', 63, '2026-07-02', 1, 584, 3, 'Đi học muộn', 38, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1831, '2026-07-02 07:28:34.219', '2026-07-02 07:28:34.219', 63, '2026-07-02', 1, 585, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1832, '2026-07-02 07:28:34.226', '2026-07-02 07:28:34.226', 63, '2026-07-02', 1, 588, 3, 'Đi học muộn', 33, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1833, '2026-07-02 07:28:34.233', '2026-07-02 07:28:34.233', 63, '2026-07-02', 1, 591, 3, 'Đi học muộn', 25, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1834, '2026-07-02 07:28:34.241', '2026-07-02 07:28:34.241', 63, '2026-07-02', 1, 592, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1835, '2026-07-02 07:28:34.249', '2026-07-02 07:28:34.249', 63, '2026-07-02', 1, 593, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1836, '2026-07-02 07:28:34.254', '2026-07-02 07:28:34.254', 63, '2026-07-02', 1, 594, 3, 'Đi học muộn', 26, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1837, '2026-07-02 07:28:34.258', '2026-07-02 07:28:34.258', 63, '2026-07-02', 1, 595, 3, 'Đi học muộn', 26, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1838, '2026-07-02 07:28:34.265', '2026-07-02 07:28:34.265', 63, '2026-07-02', 1, 596, 3, 'Đi học muộn', 21, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1839, '2026-07-02 07:28:34.277', '2026-07-02 07:28:34.277', 63, '2026-07-02', 1, 603, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1840, '2026-07-02 07:28:34.283', '2026-07-02 07:28:34.283', 63, '2026-07-02', 1, 604, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1841, '2026-07-02 07:28:34.289', '2026-07-02 07:28:34.289', 63, '2026-07-02', 1, 605, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1842, '2026-07-02 07:28:34.296', '2026-07-02 07:28:34.296', 63, '2026-07-02', 1, 609, 3, 'Đi học muộn', 25, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1843, '2026-07-02 07:28:34.301', '2026-07-02 07:28:34.301', 63, '2026-07-02', 1, 610, 3, 'Đi học muộn', 36, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1844, '2026-07-02 07:28:34.308', '2026-07-02 07:28:34.308', 63, '2026-07-02', 1, 613, 3, 'Đi học muộn', 31, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1845, '2026-07-02 07:28:34.314', '2026-07-02 07:28:34.314', 63, '2026-07-02', 1, 614, 3, 'Đi học muộn', 23, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1846, '2026-07-02 07:28:34.320', '2026-07-02 07:28:34.320', 63, '2026-07-02', 1, 615, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1847, '2026-07-02 07:28:34.329', '2026-07-02 07:28:34.329', 63, '2026-07-02', 1, 616, 3, 'Đi học muộn', 32, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1848, '2026-07-02 07:28:34.335', '2026-07-02 07:28:34.335', 63, '2026-07-02', 1, 618, 3, 'Đi học muộn', 31, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1849, '2026-07-02 07:28:34.344', '2026-07-02 07:28:34.344', 63, '2026-07-02', 1, 620, 3, 'Đi học muộn', 22, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1850, '2026-07-02 07:28:34.349', '2026-07-02 07:28:34.349', 63, '2026-07-02', 1, 621, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1851, '2026-07-02 07:28:34.356', '2026-07-02 07:28:34.356', 63, '2026-07-02', 1, 622, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1852, '2026-07-02 07:28:34.363', '2026-07-02 07:28:34.363', 63, '2026-07-02', 1, 625, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1853, '2026-07-02 07:28:34.367', '2026-07-02 07:28:34.367', 63, '2026-07-02', 1, 626, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1854, '2026-07-02 07:28:34.372', '2026-07-02 07:28:34.372', 63, '2026-07-02', 1, 628, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1855, '2026-07-02 07:28:34.377', '2026-07-02 07:28:34.377', 63, '2026-07-02', 1, 631, 3, 'Đi học muộn', 26, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1856, '2026-07-02 07:28:34.382', '2026-07-02 07:28:34.382', 63, '2026-07-02', 1, 632, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1857, '2026-07-02 07:28:34.389', '2026-07-02 07:28:34.389', 63, '2026-07-02', 1, 635, 3, 'Đi học muộn', 8, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1858, '2026-07-02 07:28:34.396', '2026-07-02 07:28:34.396', 63, '2026-07-02', 1, 637, 3, 'Đi học muộn', 26, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1859, '2026-07-02 07:28:34.404', '2026-07-02 07:28:34.404', 63, '2026-07-02', 1, 639, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1860, '2026-07-02 07:28:34.411', '2026-07-02 07:28:34.411', 63, '2026-07-02', 1, 640, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1861, '2026-07-02 07:28:34.418', '2026-07-02 07:28:34.418', 63, '2026-07-02', 1, 671, 3, 'Đi học muộn', 41, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1862, '2026-07-02 07:28:34.424', '2026-07-02 07:28:34.424', 63, '2026-07-02', 1, 676, 3, 'Đi học muộn', 26, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1863, '2026-07-02 07:28:34.431', '2026-07-02 07:28:34.431', 63, '2026-07-02', 1, 680, 3, 'Đi học muộn', 38, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1864, '2026-07-02 07:28:34.438', '2026-07-02 07:28:34.438', 63, '2026-07-02', 1, 682, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1865, '2026-07-02 07:28:34.443', '2026-07-02 07:28:34.443', 63, '2026-07-02', 1, 684, 3, 'Đi học muộn', 23, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1866, '2026-07-02 07:28:34.448', '2026-07-02 07:28:34.448', 63, '2026-07-02', 1, 686, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1867, '2026-07-02 07:28:34.454', '2026-07-02 07:28:34.454', 63, '2026-07-02', 1, 687, 3, 'Đi học muộn', 34, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1868, '2026-07-02 07:28:34.460', '2026-07-02 07:28:34.460', 63, '2026-07-02', 1, 688, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1869, '2026-07-02 07:28:34.467', '2026-07-02 07:28:34.467', 63, '2026-07-02', 1, 689, 3, 'Đi học muộn', 27, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1870, '2026-07-02 07:28:34.474', '2026-07-02 07:28:34.474', 63, '2026-07-02', 1, 690, 3, 'Đi học muộn', 36, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (1871, '2026-07-02 07:28:34.487', '2026-07-02 07:28:34.487', 63, '2026-07-02', 1, 691, 3, 'Đi học muộn', 32, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2576, '2026-07-02 09:32:46.624', '2026-07-02 09:35:14.169', 82, '2026-07-02', 1, 1696, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2577, '2026-07-02 09:32:46.629', '2026-07-02 09:35:14.178', 82, '2026-07-02', 1, 1698, 3, 'Đi học muộn', 13, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2578, '2026-07-02 09:32:46.635', '2026-07-02 09:35:14.186', 82, '2026-07-02', 1, 1708, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2579, '2026-07-02 09:32:46.641', '2026-07-02 09:35:14.194', 82, '2026-07-02', 1, 1711, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2580, '2026-07-02 09:32:46.646', '2026-07-02 09:35:14.202', 82, '2026-07-02', 1, 1713, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2581, '2026-07-02 09:32:46.650', '2026-07-02 09:35:14.210', 82, '2026-07-02', 1, 1714, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2582, '2026-07-02 09:32:46.658', '2026-07-02 09:35:14.218', 82, '2026-07-02', 1, 1716, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2583, '2026-07-02 09:32:46.663', '2026-07-02 09:35:14.227', 82, '2026-07-02', 1, 1718, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2584, '2026-07-02 09:32:46.669', '2026-07-02 09:35:14.234', 82, '2026-07-02', 1, 1720, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2585, '2026-07-02 09:32:46.676', '2026-07-02 09:35:14.241', 82, '2026-07-02', 1, 1721, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2586, '2026-07-02 09:32:46.683', '2026-07-02 09:35:14.249', 82, '2026-07-02', 1, 1731, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2587, '2026-07-02 09:32:46.689', '2026-07-02 09:35:14.255', 82, '2026-07-02', 1, 1733, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2588, '2026-07-02 09:32:46.694', '2026-07-02 09:35:14.263', 82, '2026-07-02', 1, 1734, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2589, '2026-07-02 09:32:46.704', '2026-07-02 09:35:14.283', 82, '2026-07-02', 1, 1736, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2590, '2026-07-02 09:32:46.711', '2026-07-02 09:35:14.293', 82, '2026-07-02', 1, 1740, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2591, '2026-07-02 09:32:46.717', '2026-07-02 09:35:14.299', 82, '2026-07-02', 1, 1750, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2592, '2026-07-02 09:32:46.723', '2026-07-02 09:35:14.306', 82, '2026-07-02', 1, 1751, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2593, '2026-07-02 09:32:46.731', '2026-07-02 09:35:14.315', 82, '2026-07-02', 1, 1759, 3, 'Đi học muộn', 15, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2594, '2026-07-02 09:32:46.738', '2026-07-02 09:35:14.322', 82, '2026-07-02', 1, 1763, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2595, '2026-07-02 09:32:46.745', '2026-07-02 09:35:14.331', 82, '2026-07-02', 1, 1770, 3, 'Đi học muộn', 21, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2596, '2026-07-02 09:32:46.752', '2026-07-02 09:35:14.336', 82, '2026-07-02', 1, 1771, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2597, '2026-07-02 09:32:46.763', '2026-07-02 09:35:14.342', 82, '2026-07-02', 1, 1776, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2598, '2026-07-02 09:32:46.768', '2026-07-02 09:35:14.349', 82, '2026-07-02', 1, 1777, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2599, '2026-07-02 09:32:46.775', '2026-07-02 09:35:14.356', 82, '2026-07-02', 1, 1779, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2600, '2026-07-02 09:32:46.783', '2026-07-02 09:35:14.364', 82, '2026-07-02', 1, 1788, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2601, '2026-07-02 09:32:46.788', '2026-07-02 09:35:14.372', 82, '2026-07-02', 1, 1803, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2602, '2026-07-02 09:32:46.795', '2026-07-02 09:35:14.382', 82, '2026-07-02', 1, 1813, 3, 'Đi học muộn', 13, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2630, '2026-07-02 12:33:13.539', '2026-07-03 06:35:04.914', 48, '2026-07-02', 1, 82, 4, 'Đi học đầy đủ', 0, 1, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2631, '2026-07-02 12:33:13.544', '2026-07-03 06:35:04.926', 48, '2026-07-02', 1, 83, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2632, '2026-07-02 12:33:13.549', '2026-07-03 06:35:04.941', 48, '2026-07-02', 1, 86, 4, 'Đi học đầy đủ', 110, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2633, '2026-07-02 12:33:13.554', '2026-07-03 06:35:04.956', 48, '2026-07-02', 1, 89, 4, 'Đi học đầy đủ', 112, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2634, '2026-07-02 12:33:13.558', '2026-07-03 06:35:04.964', 48, '2026-07-02', 1, 102, 4, 'Đi học đầy đủ', 134, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2635, '2026-07-02 12:33:13.562', '2026-07-03 06:35:04.970', 48, '2026-07-02', 1, 103, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2636, '2026-07-02 12:33:13.568', '2026-07-03 06:35:04.981', 48, '2026-07-02', 1, 114, 4, 'Đi học đầy đủ', 112, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2637, '2026-07-02 12:33:13.573', '2026-07-03 06:35:04.988', 48, '2026-07-02', 1, 115, 4, 'Đi học đầy đủ', 126, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2638, '2026-07-02 12:33:13.577', '2026-07-03 06:35:04.997', 48, '2026-07-02', 1, 120, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2639, '2026-07-02 12:33:13.584', '2026-07-03 06:35:05.004', 48, '2026-07-02', 1, 124, 3, 'Đi học muộn', 45, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2640, '2026-07-02 12:33:13.588', '2026-07-03 06:35:05.012', 48, '2026-07-02', 1, 131, 4, 'Đi học đầy đủ', 135, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2641, '2026-07-02 12:33:13.593', '2026-07-03 06:35:05.018', 48, '2026-07-02', 1, 133, 4, 'Đi học đầy đủ', 123, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2642, '2026-07-02 12:33:13.599', '2026-07-03 06:35:05.023', 48, '2026-07-02', 1, 152, 4, 'Đi học đầy đủ', 35, 1, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2643, '2026-07-02 12:33:13.605', '2026-07-03 06:35:05.032', 48, '2026-07-02', 1, 158, 4, 'Đi học đầy đủ', 118, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2644, '2026-07-02 12:33:13.610', '2026-07-03 06:35:05.043', 48, '2026-07-02', 1, 180, 3, 'Đi học muộn', 26, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2645, '2026-07-02 12:33:13.615', '2026-07-03 06:35:05.052', 48, '2026-07-02', 1, 192, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2646, '2026-07-02 12:33:13.620', '2026-07-02 17:14:56.363', 48, '2026-07-02', 1, 198, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2647, '2026-07-02 12:33:13.624', '2026-07-03 06:35:05.061', 48, '2026-07-02', 1, 203, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2648, '2026-07-02 12:33:13.629', '2026-07-03 06:35:05.067', 48, '2026-07-02', 1, 205, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2649, '2026-07-02 12:33:13.634', '2026-07-03 06:35:05.073', 48, '2026-07-02', 1, 213, 3, 'Đi học muộn', 14, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2650, '2026-07-02 12:33:13.639', '2026-07-03 06:35:05.078', 48, '2026-07-02', 1, 214, 4, 'Đi học đầy đủ', 111, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2651, '2026-07-02 12:33:13.644', '2026-07-03 06:35:05.083', 48, '2026-07-02', 1, 240, 4, 'Đi học đầy đủ', 121, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2652, '2026-07-02 12:33:13.649', '2026-07-03 06:35:05.089', 48, '2026-07-02', 1, 242, 2, 'Nghỉ nửa buổi', 93, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2653, '2026-07-02 12:33:13.653', '2026-07-03 06:35:05.096', 48, '2026-07-02', 1, 246, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2654, '2026-07-02 12:33:13.657', '2026-07-03 06:35:05.101', 48, '2026-07-02', 1, 247, 3, 'Đi học muộn', 19, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2655, '2026-07-02 12:33:13.661', '2026-07-03 06:35:05.105', 48, '2026-07-02', 1, 249, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2656, '2026-07-02 12:33:13.666', '2026-07-03 06:35:05.112', 48, '2026-07-02', 1, 262, 2, 'Nghỉ nửa buổi', 80, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2657, '2026-07-02 12:33:13.670', '2026-07-03 06:35:05.117', 48, '2026-07-02', 1, 263, 4, 'Đi học đầy đủ', 127, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2658, '2026-07-02 12:33:13.674', '2026-07-03 06:35:05.123', 48, '2026-07-02', 1, 278, 3, 'Đi học muộn', 30, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2659, '2026-07-02 12:33:13.678', '2026-07-03 06:35:05.129', 48, '2026-07-02', 1, 288, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2660, '2026-07-02 12:33:13.682', '2026-07-03 06:35:05.134', 48, '2026-07-02', 1, 292, 4, 'Đi học đầy đủ', 115, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2661, '2026-07-02 12:33:13.687', '2026-07-03 06:35:05.140', 48, '2026-07-02', 1, 304, 2, 'Nghỉ nửa buổi', 76, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2662, '2026-07-02 12:33:13.691', '2026-07-03 06:35:05.146', 48, '2026-07-02', 1, 392, 4, 'Đi học đầy đủ', 110, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2663, '2026-07-02 12:33:13.695', '2026-07-02 17:14:56.363', 48, '2026-07-02', 1, 394, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2664, '2026-07-02 12:33:13.700', '2026-07-03 06:35:05.151', 48, '2026-07-02', 1, 398, 4, 'Đi học đầy đủ', 104, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2665, '2026-07-02 12:33:13.704', '2026-07-03 06:35:05.156', 48, '2026-07-02', 1, 401, 2, 'Nghỉ nửa buổi', 97, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2666, '2026-07-02 12:33:13.708', '2026-07-03 06:35:05.160', 48, '2026-07-02', 1, 405, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2667, '2026-07-02 12:33:13.712', '2026-07-03 06:35:05.164', 48, '2026-07-02', 1, 411, 3, 'Đi học muộn', 1, 0, '2026-07-02 17:14:56.362');
|
||
INSERT INTO `attendance_results` VALUES (2668, '2026-07-02 12:33:14.422', '2026-07-02 17:17:13.778', 48, '2026-07-02', 2, 82, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2669, '2026-07-02 12:33:14.428', '2026-07-02 17:17:13.783', 48, '2026-07-02', 2, 83, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2670, '2026-07-02 12:33:14.432', '2026-07-02 17:17:13.788', 48, '2026-07-02', 2, 86, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2671, '2026-07-02 12:33:14.436', '2026-07-02 17:17:13.793', 48, '2026-07-02', 2, 89, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2672, '2026-07-02 12:33:14.441', '2026-07-02 17:17:13.797', 48, '2026-07-02', 2, 102, 4, 'Đi học đầy đủ', 172, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2673, '2026-07-02 12:33:14.448', '2026-07-02 17:17:13.801', 48, '2026-07-02', 2, 103, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2674, '2026-07-02 12:33:14.452', '2026-07-02 17:17:13.807', 48, '2026-07-02', 2, 114, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2675, '2026-07-02 12:33:14.456', '2026-07-02 17:17:13.811', 48, '2026-07-02', 2, 115, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2676, '2026-07-02 12:33:14.460', '2026-07-02 17:17:13.817', 48, '2026-07-02', 2, 120, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2677, '2026-07-02 12:33:14.465', '2026-07-02 17:17:13.822', 48, '2026-07-02', 2, 124, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2678, '2026-07-02 12:33:14.476', '2026-07-02 17:17:13.827', 48, '2026-07-02', 2, 131, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2679, '2026-07-02 12:33:14.483', '2026-07-02 17:17:13.833', 48, '2026-07-02', 2, 133, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2680, '2026-07-02 12:33:14.490', '2026-07-02 17:17:13.837', 48, '2026-07-02', 2, 152, 4, 'Đi học đầy đủ', 54, 1, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2681, '2026-07-02 12:33:14.498', '2026-07-02 17:17:13.843', 48, '2026-07-02', 2, 158, 4, 'Đi học đầy đủ', 105, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2682, '2026-07-02 12:33:14.506', '2026-07-02 17:17:13.848', 48, '2026-07-02', 2, 180, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2683, '2026-07-02 12:33:14.514', '2026-07-02 17:17:13.852', 48, '2026-07-02', 2, 192, 4, 'Đi học đầy đủ', 0, 1, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2684, '2026-07-02 12:33:14.522', '2026-07-02 17:17:11.955', 48, '2026-07-02', 2, 198, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2685, '2026-07-02 12:33:14.528', '2026-07-02 17:17:13.857', 48, '2026-07-02', 2, 203, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2686, '2026-07-02 12:33:14.534', '2026-07-02 17:17:13.863', 48, '2026-07-02', 2, 205, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2687, '2026-07-02 12:33:14.541', '2026-07-02 17:17:13.869', 48, '2026-07-02', 2, 213, 4, 'Đi học đầy đủ', 103, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2688, '2026-07-02 12:33:14.547', '2026-07-02 17:17:13.874', 48, '2026-07-02', 2, 214, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2689, '2026-07-02 12:33:14.553', '2026-07-02 17:17:13.879', 48, '2026-07-02', 2, 240, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2690, '2026-07-02 12:33:14.556', '2026-07-02 17:17:13.883', 48, '2026-07-02', 2, 242, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2691, '2026-07-02 12:33:14.564', '2026-07-02 17:17:13.886', 48, '2026-07-02', 2, 246, 4, 'Đi học đầy đủ', 0, 1, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2692, '2026-07-02 12:33:14.571', '2026-07-02 17:17:13.892', 48, '2026-07-02', 2, 247, 4, 'Đi học đầy đủ', 12, 1, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2693, '2026-07-02 12:33:14.576', '2026-07-02 17:17:13.896', 48, '2026-07-02', 2, 249, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2694, '2026-07-02 12:33:14.581', '2026-07-02 17:17:13.902', 48, '2026-07-02', 2, 262, 2, 'Nghỉ nửa buổi', 62, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2695, '2026-07-02 12:33:14.586', '2026-07-02 17:17:13.907', 48, '2026-07-02', 2, 263, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2696, '2026-07-02 12:33:14.590', '2026-07-02 17:17:13.913', 48, '2026-07-02', 2, 278, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2697, '2026-07-02 12:33:14.594', '2026-07-02 17:17:13.918', 48, '2026-07-02', 2, 288, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2698, '2026-07-02 12:33:14.599', '2026-07-02 17:17:13.925', 48, '2026-07-02', 2, 292, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2699, '2026-07-02 12:33:14.604', '2026-07-02 17:17:13.931', 48, '2026-07-02', 2, 304, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2700, '2026-07-02 12:33:14.610', '2026-07-02 17:17:13.936', 48, '2026-07-02', 2, 392, 2, 'Nghỉ nửa buổi', 100, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2701, '2026-07-02 12:33:14.614', '2026-07-02 17:17:11.955', 48, '2026-07-02', 2, 394, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2702, '2026-07-02 12:33:14.618', '2026-07-02 17:17:13.941', 48, '2026-07-02', 2, 398, 4, 'Đi học đầy đủ', 102, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2703, '2026-07-02 12:33:14.621', '2026-07-02 17:17:13.945', 48, '2026-07-02', 2, 401, 2, 'Nghỉ nửa buổi', 83, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2704, '2026-07-02 12:33:14.625', '2026-07-02 17:17:13.949', 48, '2026-07-02', 2, 405, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2705, '2026-07-02 12:33:14.629', '2026-07-02 17:17:13.953', 48, '2026-07-02', 2, 411, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 17:17:11.955');
|
||
INSERT INTO `attendance_results` VALUES (2782, '2026-07-02 13:04:58.355', '2026-07-02 13:04:58.355', 141, '2026-07-02', 1, 677, 4, 'Đi học đầy đủ', 242, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2783, '2026-07-02 13:04:58.361', '2026-07-02 13:04:58.361', 141, '2026-07-02', 1, 1292, 4, 'Đi học đầy đủ', 182, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2784, '2026-07-02 13:04:58.367', '2026-07-02 13:04:58.367', 141, '2026-07-02', 1, 1333, 3, 'Đi học muộn', 39, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2785, '2026-07-02 13:04:58.373', '2026-07-02 13:04:58.373', 141, '2026-07-02', 1, 1337, 3, 'Đi học muộn', 46, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2786, '2026-07-02 13:04:58.378', '2026-07-02 13:04:58.378', 141, '2026-07-02', 1, 1341, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2787, '2026-07-02 13:04:58.383', '2026-07-02 13:04:58.383', 141, '2026-07-02', 1, 1350, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2788, '2026-07-02 13:04:58.387', '2026-07-02 13:04:58.387', 141, '2026-07-02', 1, 1356, 3, 'Đi học muộn', 41, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2789, '2026-07-02 13:04:58.392', '2026-07-02 13:04:58.392', 141, '2026-07-02', 1, 1357, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2790, '2026-07-02 13:04:58.397', '2026-07-02 13:04:58.397', 141, '2026-07-02', 1, 1395, 4, 'Đi học đầy đủ', 110, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2791, '2026-07-02 13:04:58.402', '2026-07-02 13:04:58.402', 141, '2026-07-02', 1, 1406, 3, 'Đi học muộn', 23, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2792, '2026-07-02 13:04:58.406', '2026-07-02 13:04:58.406', 141, '2026-07-02', 1, 1409, 2, 'Nghỉ nửa buổi', 80, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2793, '2026-07-02 13:04:58.412', '2026-07-02 13:04:58.412', 141, '2026-07-02', 1, 1414, 3, 'Đi học muộn', 37, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2794, '2026-07-02 13:04:58.417', '2026-07-02 13:04:58.417', 141, '2026-07-02', 1, 1424, 3, 'Đi học muộn', 46, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2795, '2026-07-02 13:04:58.422', '2026-07-02 13:04:58.422', 141, '2026-07-02', 1, 1455, 3, 'Đi học muộn', 42, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2796, '2026-07-02 13:04:58.426', '2026-07-02 13:04:58.426', 141, '2026-07-02', 1, 1460, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2797, '2026-07-02 13:04:58.430', '2026-07-02 13:04:58.430', 141, '2026-07-02', 1, 1470, 3, 'Đi học muộn', 43, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2798, '2026-07-02 13:04:58.433', '2026-07-02 13:04:58.433', 141, '2026-07-02', 1, 1472, 3, 'Đi học muộn', 43, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2799, '2026-07-02 13:04:58.438', '2026-07-02 13:04:58.438', 141, '2026-07-02', 1, 1475, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2800, '2026-07-02 13:04:58.442', '2026-07-02 13:04:58.442', 141, '2026-07-02', 1, 1476, 3, 'Đi học muộn', 17, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2801, '2026-07-02 13:04:58.447', '2026-07-02 13:04:58.447', 141, '2026-07-02', 1, 1482, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2802, '2026-07-02 13:04:58.451', '2026-07-02 13:04:58.451', 141, '2026-07-02', 1, 1489, 3, 'Đi học muộn', 40, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2803, '2026-07-02 13:04:58.455', '2026-07-02 13:04:58.455', 141, '2026-07-02', 1, 1492, 3, 'Đi học muộn', 30, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2804, '2026-07-02 13:04:58.459', '2026-07-02 13:04:58.459', 141, '2026-07-02', 1, 1496, 3, 'Đi học muộn', 32, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2805, '2026-07-02 13:04:58.463', '2026-07-02 13:04:58.463', 141, '2026-07-02', 1, 1539, 4, 'Đi học đầy đủ', 172, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2806, '2026-07-02 13:04:58.467', '2026-07-02 13:04:58.467', 141, '2026-07-02', 1, 1540, 3, 'Đi học muộn', 37, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2807, '2026-07-02 13:04:58.472', '2026-07-02 13:04:58.472', 141, '2026-07-02', 1, 1546, 3, 'Đi học muộn', 12, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2808, '2026-07-02 13:04:58.476', '2026-07-02 13:04:58.476', 141, '2026-07-02', 1, 1555, 3, 'Đi học muộn', 43, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2809, '2026-07-02 13:04:58.481', '2026-07-02 13:04:58.481', 141, '2026-07-02', 1, 1556, 3, 'Đi học muộn', 42, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2810, '2026-07-02 13:04:58.485', '2026-07-02 13:04:58.485', 141, '2026-07-02', 1, 1558, 3, 'Đi học muộn', 37, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2811, '2026-07-02 13:04:58.491', '2026-07-02 13:04:58.491', 141, '2026-07-02', 1, 1575, 3, 'Đi học muộn', 42, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2812, '2026-07-02 13:04:58.496', '2026-07-02 13:04:58.496', 141, '2026-07-02', 1, 1576, 3, 'Đi học muộn', 37, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2813, '2026-07-02 13:04:58.501', '2026-07-02 13:04:58.501', 141, '2026-07-02', 1, 1583, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2814, '2026-07-02 13:04:58.506', '2026-07-02 13:04:58.506', 141, '2026-07-02', 1, 1600, 3, 'Đi học muộn', 44, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2815, '2026-07-02 13:04:58.511', '2026-07-02 13:04:58.511', 141, '2026-07-02', 1, 1624, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2816, '2026-07-02 13:04:58.517', '2026-07-02 13:04:58.517', 141, '2026-07-02', 1, 1648, 3, 'Đi học muộn', 41, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2817, '2026-07-02 13:04:58.522', '2026-07-02 13:04:58.522', 141, '2026-07-02', 1, 1654, 3, 'Đi học muộn', 38, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2818, '2026-07-02 13:04:58.528', '2026-07-02 13:04:58.528', 141, '2026-07-02', 1, 1662, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2819, '2026-07-02 13:04:58.533', '2026-07-02 13:04:58.533', 141, '2026-07-02', 1, 1663, 3, 'Đi học muộn', 45, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2820, '2026-07-02 13:04:58.538', '2026-07-02 13:04:58.538', 141, '2026-07-02', 1, 1666, 3, 'Đi học muộn', 22, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2859, '2026-07-02 14:10:03.162', '2026-07-02 14:11:00.546', 142, '2026-07-02', 1, 1326, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2860, '2026-07-02 14:10:03.168', '2026-07-02 14:11:00.551', 142, '2026-07-02', 1, 1328, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2861, '2026-07-02 14:10:03.172', '2026-07-02 14:11:00.557', 142, '2026-07-02', 1, 1331, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2862, '2026-07-02 14:10:03.178', '2026-07-02 14:11:00.562', 142, '2026-07-02', 1, 1385, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2863, '2026-07-02 14:10:03.183', '2026-07-02 14:11:00.567', 142, '2026-07-02', 1, 1389, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2864, '2026-07-02 14:10:03.188', '2026-07-02 14:11:00.573', 142, '2026-07-02', 1, 1396, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2865, '2026-07-02 14:10:03.193', '2026-07-02 14:11:00.578', 142, '2026-07-02', 1, 1408, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2866, '2026-07-02 14:10:03.198', '2026-07-02 14:11:00.583', 142, '2026-07-02', 1, 1411, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2867, '2026-07-02 14:10:03.204', '2026-07-02 14:11:00.589', 142, '2026-07-02', 1, 1416, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2868, '2026-07-02 14:10:03.208', '2026-07-02 14:11:00.595', 142, '2026-07-02', 1, 1417, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2869, '2026-07-02 14:10:03.214', '2026-07-02 14:11:00.603', 142, '2026-07-02', 1, 1423, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2870, '2026-07-02 14:10:03.219', '2026-07-02 14:11:00.610', 142, '2026-07-02', 1, 1426, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2871, '2026-07-02 14:10:03.223', '2026-07-02 14:11:00.616', 142, '2026-07-02', 1, 1432, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2872, '2026-07-02 14:10:03.229', '2026-07-02 14:11:00.622', 142, '2026-07-02', 1, 1446, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2873, '2026-07-02 14:10:03.234', '2026-07-02 14:11:00.629', 142, '2026-07-02', 1, 1456, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2874, '2026-07-02 14:10:03.240', '2026-07-02 14:11:00.636', 142, '2026-07-02', 1, 1458, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2875, '2026-07-02 14:10:03.244', '2026-07-02 14:11:00.642', 142, '2026-07-02', 1, 1465, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2876, '2026-07-02 14:10:03.248', '2026-07-02 14:11:00.649', 142, '2026-07-02', 1, 1466, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2877, '2026-07-02 14:10:03.252', '2026-07-02 14:11:00.655', 142, '2026-07-02', 1, 1474, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2878, '2026-07-02 14:10:03.257', '2026-07-02 14:11:00.663', 142, '2026-07-02', 1, 1479, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2879, '2026-07-02 14:10:03.261', '2026-07-02 14:11:00.674', 142, '2026-07-02', 1, 1488, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2880, '2026-07-02 14:10:03.265', '2026-07-02 14:11:00.680', 142, '2026-07-02', 1, 1513, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2881, '2026-07-02 14:10:03.269', '2026-07-02 14:11:00.685', 142, '2026-07-02', 1, 1516, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2882, '2026-07-02 14:10:03.273', '2026-07-02 14:11:00.692', 142, '2026-07-02', 1, 1518, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2883, '2026-07-02 14:10:03.276', '2026-07-02 14:11:00.697', 142, '2026-07-02', 1, 1529, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2884, '2026-07-02 14:10:03.280', '2026-07-02 14:11:00.702', 142, '2026-07-02', 1, 1542, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2885, '2026-07-02 14:10:03.284', '2026-07-02 14:11:00.708', 142, '2026-07-02', 1, 1557, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2886, '2026-07-02 14:10:03.289', '2026-07-02 14:11:00.713', 142, '2026-07-02', 1, 1568, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2887, '2026-07-02 14:10:03.293', '2026-07-02 14:11:00.719', 142, '2026-07-02', 1, 1584, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2888, '2026-07-02 14:10:03.298', '2026-07-02 14:11:00.724', 142, '2026-07-02', 1, 1595, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2889, '2026-07-02 14:10:03.302', '2026-07-02 14:11:00.729', 142, '2026-07-02', 1, 1598, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2890, '2026-07-02 14:10:03.306', '2026-07-02 14:11:00.733', 142, '2026-07-02', 1, 1635, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2891, '2026-07-02 14:10:03.312', '2026-07-02 14:11:00.737', 142, '2026-07-02', 1, 1636, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2892, '2026-07-02 14:10:03.317', '2026-07-02 14:11:00.743', 142, '2026-07-02', 1, 1643, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2893, '2026-07-02 14:10:03.322', '2026-07-02 14:11:00.749', 142, '2026-07-02', 1, 1652, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2894, '2026-07-02 14:10:03.331', '2026-07-02 14:11:00.758', 142, '2026-07-02', 1, 1661, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2895, '2026-07-02 14:10:03.337', '2026-07-02 14:11:00.764', 142, '2026-07-02', 1, 1667, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2896, '2026-07-02 14:10:03.341', '2026-07-02 14:11:00.771', 142, '2026-07-02', 1, 1668, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2898, '2026-07-02 14:10:03.345', '2026-07-02 14:11:00.777', 142, '2026-07-02', 1, 1669, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2900, '2026-07-02 14:10:03.350', '2026-07-02 14:11:00.783', 142, '2026-07-02', 1, 1812, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (2937, '2026-07-02 14:10:12.858', '2026-07-02 14:11:05.007', 142, '2026-07-02', 3, 1326, 2, 'Nghỉ nửa buổi', 65, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2938, '2026-07-02 14:10:12.863', '2026-07-02 14:11:05.014', 142, '2026-07-02', 3, 1328, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2939, '2026-07-02 14:10:12.869', '2026-07-02 14:11:05.021', 142, '2026-07-02', 3, 1331, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2940, '2026-07-02 14:10:12.876', '2026-07-02 14:11:05.028', 142, '2026-07-02', 3, 1385, 2, 'Nghỉ nửa buổi', 72, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2941, '2026-07-02 14:10:12.882', '2026-07-02 14:11:05.034', 142, '2026-07-02', 3, 1389, 4, 'Đi học đầy đủ', 105, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2942, '2026-07-02 14:10:12.887', '2026-07-02 14:11:05.040', 142, '2026-07-02', 3, 1396, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2943, '2026-07-02 14:10:12.891', '2026-07-02 14:11:05.045', 142, '2026-07-02', 3, 1408, 2, 'Nghỉ nửa buổi', 80, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2944, '2026-07-02 14:10:12.897', '2026-07-02 14:11:05.050', 142, '2026-07-02', 3, 1411, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2945, '2026-07-02 14:10:12.902', '2026-07-02 14:11:05.055', 142, '2026-07-02', 3, 1416, 3, 'Đi học muộn', 45, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2946, '2026-07-02 14:10:12.908', '2026-07-02 14:11:05.061', 142, '2026-07-02', 3, 1417, 3, 'Đi học muộn', 31, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2947, '2026-07-02 14:10:12.915', '2026-07-02 14:11:05.067', 142, '2026-07-02', 3, 1423, 4, 'Đi học đầy đủ', 103, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2948, '2026-07-02 14:10:12.921', '2026-07-02 14:11:05.072', 142, '2026-07-02', 3, 1426, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2949, '2026-07-02 14:10:12.926', '2026-07-02 14:11:05.077', 142, '2026-07-02', 3, 1432, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2950, '2026-07-02 14:10:12.932', '2026-07-02 14:11:05.083', 142, '2026-07-02', 3, 1446, 4, 'Đi học đầy đủ', 257, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2951, '2026-07-02 14:10:12.937', '2026-07-02 14:11:05.090', 142, '2026-07-02', 3, 1456, 2, 'Nghỉ nửa buổi', 98, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2952, '2026-07-02 14:10:12.942', '2026-07-02 14:11:05.096', 142, '2026-07-02', 3, 1458, 4, 'Đi học đầy đủ', 105, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2953, '2026-07-02 14:10:12.947', '2026-07-02 14:11:05.101', 142, '2026-07-02', 3, 1465, 3, 'Đi học muộn', 14, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2954, '2026-07-02 14:10:12.953', '2026-07-02 14:11:05.107', 142, '2026-07-02', 3, 1466, 2, 'Nghỉ nửa buổi', 100, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2955, '2026-07-02 14:10:12.959', '2026-07-02 14:11:05.112', 142, '2026-07-02', 3, 1474, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2956, '2026-07-02 14:10:12.964', '2026-07-02 14:11:05.117', 142, '2026-07-02', 3, 1479, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2957, '2026-07-02 14:10:12.970', '2026-07-02 14:11:05.122', 142, '2026-07-02', 3, 1488, 2, 'Nghỉ nửa buổi', 100, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2958, '2026-07-02 14:10:12.976', '2026-07-02 14:11:05.127', 142, '2026-07-02', 3, 1513, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2959, '2026-07-02 14:10:12.981', '2026-07-02 14:11:05.131', 142, '2026-07-02', 3, 1516, 2, 'Nghỉ nửa buổi', 67, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2960, '2026-07-02 14:10:12.987', '2026-07-02 14:11:05.135', 142, '2026-07-02', 3, 1518, 4, 'Đi học đầy đủ', 108, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2961, '2026-07-02 14:10:12.995', '2026-07-02 14:11:05.140', 142, '2026-07-02', 3, 1529, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2962, '2026-07-02 14:10:13.002', '2026-07-02 14:11:05.145', 142, '2026-07-02', 3, 1542, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2963, '2026-07-02 14:10:13.007', '2026-07-02 14:11:05.150', 142, '2026-07-02', 3, 1557, 3, 'Đi học muộn', 32, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2964, '2026-07-02 14:10:13.012', '2026-07-02 14:11:05.155', 142, '2026-07-02', 3, 1568, 2, 'Nghỉ nửa buổi', 101, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2965, '2026-07-02 14:10:13.019', '2026-07-02 14:11:05.159', 142, '2026-07-02', 3, 1584, 0, 'Nghỉ không phép', 0, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2966, '2026-07-02 14:10:13.025', '2026-07-02 14:11:05.164', 142, '2026-07-02', 3, 1595, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2967, '2026-07-02 14:10:13.031', '2026-07-02 14:11:05.169', 142, '2026-07-02', 3, 1598, 4, 'Đi học đầy đủ', 104, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2968, '2026-07-02 14:10:13.036', '2026-07-02 14:11:05.174', 142, '2026-07-02', 3, 1635, 4, 'Đi học đầy đủ', 103, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2969, '2026-07-02 14:10:13.042', '2026-07-02 14:11:05.179', 142, '2026-07-02', 3, 1636, 4, 'Đi học đầy đủ', 103, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2970, '2026-07-02 14:10:13.048', '2026-07-02 14:11:05.183', 142, '2026-07-02', 3, 1643, 2, 'Nghỉ nửa buổi', 91, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2971, '2026-07-02 14:10:13.052', '2026-07-02 14:11:05.187', 142, '2026-07-02', 3, 1652, 4, 'Đi học đầy đủ', 107, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2972, '2026-07-02 14:10:13.057', '2026-07-02 14:11:05.191', 142, '2026-07-02', 3, 1661, 2, 'Nghỉ nửa buổi', 101, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2973, '2026-07-02 14:10:13.063', '2026-07-02 14:11:05.195', 142, '2026-07-02', 3, 1667, 3, 'Đi học muộn', 18, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2974, '2026-07-02 14:10:13.069', '2026-07-02 14:11:05.199', 142, '2026-07-02', 3, 1668, 2, 'Nghỉ nửa buổi', 100, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2975, '2026-07-02 14:10:13.074', '2026-07-02 14:11:05.203', 142, '2026-07-02', 3, 1669, 4, 'Đi học đầy đủ', 109, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (2976, '2026-07-02 14:10:13.078', '2026-07-02 14:11:05.208', 142, '2026-07-02', 3, 1812, 4, 'Đi học đầy đủ', 106, 0, '2026-07-02 14:10:19.974');
|
||
INSERT INTO `attendance_results` VALUES (3313, '2026-07-02 15:30:17.242', '2026-07-02 15:41:16.986', 72, '2026-07-02', 1, 1288, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3314, '2026-07-02 15:30:17.247', '2026-07-02 15:41:16.990', 72, '2026-07-02', 1, 1301, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3315, '2026-07-02 15:30:17.261', '2026-07-02 15:41:16.995', 72, '2026-07-02', 1, 1314, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3316, '2026-07-02 15:30:17.266', '2026-07-02 15:41:17.000', 72, '2026-07-02', 1, 1329, 3, 'Đi học muộn', 55, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3317, '2026-07-02 15:30:17.272', '2026-07-02 15:41:17.005', 72, '2026-07-02', 1, 1345, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3318, '2026-07-02 15:30:17.277', '2026-07-02 15:41:17.010', 72, '2026-07-02', 1, 1374, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3319, '2026-07-02 15:30:17.283', '2026-07-02 15:41:17.017', 72, '2026-07-02', 1, 1381, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3320, '2026-07-02 15:30:17.288', '2026-07-02 15:41:17.022', 72, '2026-07-02', 1, 1422, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3321, '2026-07-02 15:30:17.297', '2026-07-02 15:41:17.027', 72, '2026-07-02', 1, 1447, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3322, '2026-07-02 15:30:17.303', '2026-07-02 15:41:17.035', 72, '2026-07-02', 1, 1491, 3, 'Đi học muộn', 75, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3323, '2026-07-02 15:30:17.309', '2026-07-02 15:41:17.041', 72, '2026-07-02', 1, 1521, 3, 'Đi học muộn', 54, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3324, '2026-07-02 15:30:17.315', '2026-07-02 15:41:17.048', 72, '2026-07-02', 1, 1522, 3, 'Đi học muộn', 71, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3325, '2026-07-02 15:30:17.321', '2026-07-02 15:41:17.053', 72, '2026-07-02', 1, 1541, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3326, '2026-07-02 15:30:17.327', '2026-07-02 15:41:17.057', 72, '2026-07-02', 1, 1547, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3327, '2026-07-02 15:30:17.334', '2026-07-02 15:41:17.062', 72, '2026-07-02', 1, 1551, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3328, '2026-07-02 15:30:17.341', '2026-07-02 15:41:17.067', 72, '2026-07-02', 1, 1552, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3329, '2026-07-02 15:30:17.347', '2026-07-02 15:41:17.071', 72, '2026-07-02', 1, 1553, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3330, '2026-07-02 15:30:17.351', '2026-07-02 15:41:17.075', 72, '2026-07-02', 1, 1559, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3331, '2026-07-02 15:30:17.356', '2026-07-02 15:41:17.080', 72, '2026-07-02', 1, 1561, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3332, '2026-07-02 15:30:17.361', '2026-07-02 15:41:17.084', 72, '2026-07-02', 1, 1562, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3333, '2026-07-02 15:30:17.365', '2026-07-02 15:41:17.089', 72, '2026-07-02', 1, 1567, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3334, '2026-07-02 15:30:17.371', '2026-07-02 15:41:17.092', 72, '2026-07-02', 1, 1578, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3335, '2026-07-02 15:30:17.376', '2026-07-02 15:41:17.098', 72, '2026-07-02', 1, 1591, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3336, '2026-07-02 15:30:17.381', '2026-07-02 15:41:17.103', 72, '2026-07-02', 1, 1599, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3337, '2026-07-02 15:30:17.386', '2026-07-02 15:41:17.107', 72, '2026-07-02', 1, 1603, 3, 'Đi học muộn', 66, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3338, '2026-07-02 15:30:17.390', '2026-07-02 15:41:17.111', 72, '2026-07-02', 1, 1617, 3, 'Đi học muộn', 25, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3339, '2026-07-02 15:30:17.395', '2026-07-02 15:41:17.114', 72, '2026-07-02', 1, 1618, 3, 'Đi học muộn', 74, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3340, '2026-07-02 15:30:17.400', '2026-07-02 15:41:17.118', 72, '2026-07-02', 1, 1632, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3341, '2026-07-02 15:30:17.406', '2026-07-02 15:41:17.122', 72, '2026-07-02', 1, 1642, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3342, '2026-07-02 15:30:17.411', '2026-07-02 15:41:17.126', 72, '2026-07-02', 1, 1649, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3343, '2026-07-02 15:30:17.416', '2026-07-02 15:41:17.130', 72, '2026-07-02', 1, 1680, 3, 'Đi học muộn', 43, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3344, '2026-07-02 15:30:17.424', '2026-07-02 15:41:17.133', 72, '2026-07-02', 1, 1683, 3, 'Đi học muộn', 77, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3629, '2026-07-02 16:13:39.329', '2026-07-02 16:13:39.329', 49, '2026-07-02', 1, 68, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3630, '2026-07-02 16:13:39.335', '2026-07-02 16:13:39.335', 49, '2026-07-02', 1, 71, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3631, '2026-07-02 16:13:39.339', '2026-07-02 16:13:39.339', 49, '2026-07-02', 1, 85, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3632, '2026-07-02 16:13:39.345', '2026-07-02 16:13:39.345', 49, '2026-07-02', 1, 97, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3633, '2026-07-02 16:13:39.352', '2026-07-02 16:13:39.352', 49, '2026-07-02', 1, 98, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3634, '2026-07-02 16:13:39.358', '2026-07-02 16:13:39.358', 49, '2026-07-02', 1, 106, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3635, '2026-07-02 16:13:39.363', '2026-07-02 16:13:39.363', 49, '2026-07-02', 1, 111, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3636, '2026-07-02 16:13:39.368', '2026-07-02 16:13:39.368', 49, '2026-07-02', 1, 117, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3637, '2026-07-02 16:13:39.374', '2026-07-02 16:13:39.374', 49, '2026-07-02', 1, 119, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3638, '2026-07-02 16:13:39.379', '2026-07-02 16:13:39.379', 49, '2026-07-02', 1, 128, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3639, '2026-07-02 16:13:39.384', '2026-07-02 16:13:39.384', 49, '2026-07-02', 1, 129, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3640, '2026-07-02 16:13:39.390', '2026-07-02 16:13:39.390', 49, '2026-07-02', 1, 134, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3641, '2026-07-02 16:13:39.397', '2026-07-02 16:13:39.397', 49, '2026-07-02', 1, 139, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3642, '2026-07-02 16:13:39.401', '2026-07-02 16:13:39.401', 49, '2026-07-02', 1, 148, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3643, '2026-07-02 16:13:39.406', '2026-07-02 16:13:39.406', 49, '2026-07-02', 1, 150, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3644, '2026-07-02 16:13:39.411', '2026-07-02 16:13:39.411', 49, '2026-07-02', 1, 157, 3, 'Đi học muộn', 6, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3645, '2026-07-02 16:13:39.416', '2026-07-02 16:13:39.416', 49, '2026-07-02', 1, 159, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3646, '2026-07-02 16:13:39.422', '2026-07-02 16:13:39.422', 49, '2026-07-02', 1, 167, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3647, '2026-07-02 16:13:39.428', '2026-07-02 16:13:39.428', 49, '2026-07-02', 1, 170, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3648, '2026-07-02 16:13:39.437', '2026-07-02 16:13:39.437', 49, '2026-07-02', 1, 172, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3649, '2026-07-02 16:13:39.443', '2026-07-02 16:13:39.443', 49, '2026-07-02', 1, 188, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3650, '2026-07-02 16:13:39.448', '2026-07-02 16:13:39.448', 49, '2026-07-02', 1, 195, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3651, '2026-07-02 16:13:39.454', '2026-07-02 16:13:39.454', 49, '2026-07-02', 1, 202, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3652, '2026-07-02 16:13:39.460', '2026-07-02 16:13:39.460', 49, '2026-07-02', 1, 211, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3653, '2026-07-02 16:13:39.465', '2026-07-02 16:13:39.465', 49, '2026-07-02', 1, 216, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3654, '2026-07-02 16:13:39.472', '2026-07-02 16:13:39.472', 49, '2026-07-02', 1, 220, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3655, '2026-07-02 16:13:39.478', '2026-07-02 16:13:39.478', 49, '2026-07-02', 1, 225, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3656, '2026-07-02 16:13:39.483', '2026-07-02 16:13:39.483', 49, '2026-07-02', 1, 230, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3657, '2026-07-02 16:13:39.490', '2026-07-02 16:13:39.490', 49, '2026-07-02', 1, 235, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3658, '2026-07-02 16:13:39.497', '2026-07-02 16:13:39.497', 49, '2026-07-02', 1, 241, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3659, '2026-07-02 16:13:39.502', '2026-07-02 16:13:39.502', 49, '2026-07-02', 1, 243, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3660, '2026-07-02 16:13:39.510', '2026-07-02 16:13:39.510', 49, '2026-07-02', 1, 251, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3661, '2026-07-02 16:13:39.515', '2026-07-02 16:13:39.515', 49, '2026-07-02', 1, 268, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3662, '2026-07-02 16:13:39.521', '2026-07-02 16:13:39.521', 49, '2026-07-02', 1, 280, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3663, '2026-07-02 16:13:39.524', '2026-07-02 16:13:39.524', 49, '2026-07-02', 1, 282, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3664, '2026-07-02 16:13:39.528', '2026-07-02 16:13:39.528', 49, '2026-07-02', 1, 314, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3665, '2026-07-02 16:13:39.531', '2026-07-02 16:13:39.531', 49, '2026-07-02', 1, 390, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3666, '2026-07-02 16:13:39.535', '2026-07-02 16:13:39.535', 49, '2026-07-02', 1, 399, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3667, '2026-07-02 16:13:39.538', '2026-07-02 16:13:39.538', 49, '2026-07-02', 1, 414, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3668, '2026-07-02 16:13:50.865', '2026-07-02 16:14:33.817', 49, '2026-07-02', 4, 68, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3669, '2026-07-02 16:13:50.869', '2026-07-02 16:14:33.822', 49, '2026-07-02', 4, 71, 4, 'Đi học đầy đủ', 97, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3670, '2026-07-02 16:13:50.873', '2026-07-02 16:14:33.829', 49, '2026-07-02', 4, 85, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3671, '2026-07-02 16:13:50.878', '2026-07-02 16:14:33.834', 49, '2026-07-02', 4, 97, 4, 'Đi học đầy đủ', 94, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3672, '2026-07-02 16:13:50.881', '2026-07-02 16:14:33.838', 49, '2026-07-02', 4, 98, 4, 'Đi học đầy đủ', 93, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3673, '2026-07-02 16:13:50.885', '2026-07-02 16:14:33.842', 49, '2026-07-02', 4, 106, 2, 'Nghỉ nửa buổi', 100, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3674, '2026-07-02 16:13:50.888', '2026-07-02 16:14:33.847', 49, '2026-07-02', 4, 111, 2, 'Nghỉ nửa buổi', 101, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3675, '2026-07-02 16:13:50.892', '2026-07-02 16:14:33.851', 49, '2026-07-02', 4, 117, 2, 'Nghỉ nửa buổi', 95, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3676, '2026-07-02 16:13:50.896', '2026-07-02 16:14:33.855', 49, '2026-07-02', 4, 119, 2, 'Nghỉ nửa buổi', 98, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3677, '2026-07-02 16:13:50.901', '2026-07-02 16:14:33.859', 49, '2026-07-02', 4, 128, 2, 'Nghỉ nửa buổi', 98, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3678, '2026-07-02 16:13:50.905', '2026-07-02 16:14:33.864', 49, '2026-07-02', 4, 129, 2, 'Nghỉ nửa buổi', 92, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3679, '2026-07-02 16:13:50.910', '2026-07-02 16:14:33.868', 49, '2026-07-02', 4, 134, 2, 'Nghỉ nửa buổi', 99, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3680, '2026-07-02 16:13:50.914', '2026-07-02 16:14:33.872', 49, '2026-07-02', 4, 139, 2, 'Nghỉ nửa buổi', 62, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3681, '2026-07-02 16:13:50.918', '2026-07-02 16:14:33.876', 49, '2026-07-02', 4, 148, 4, 'Đi học đầy đủ', 469, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3682, '2026-07-02 16:13:50.921', '2026-07-02 16:14:33.880', 49, '2026-07-02', 4, 150, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3683, '2026-07-02 16:13:50.925', '2026-07-02 16:14:33.885', 49, '2026-07-02', 4, 157, 4, 'Đi học đầy đủ', 103, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3684, '2026-07-02 16:13:50.929', '2026-07-02 16:14:33.892', 49, '2026-07-02', 4, 159, 2, 'Nghỉ nửa buổi', 99, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3685, '2026-07-02 16:13:50.933', '2026-07-02 16:14:33.897', 49, '2026-07-02', 4, 167, 2, 'Nghỉ nửa buổi', 99, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3686, '2026-07-02 16:13:50.936', '2026-07-02 16:14:33.902', 49, '2026-07-02', 4, 170, 3, 'Đi học muộn', 28, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3687, '2026-07-02 16:13:50.940', '2026-07-02 16:14:33.907', 49, '2026-07-02', 4, 172, 2, 'Nghỉ nửa buổi', 79, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3688, '2026-07-02 16:13:50.944', '2026-07-02 16:14:33.912', 49, '2026-07-02', 4, 188, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3689, '2026-07-02 16:13:50.948', '2026-07-02 16:14:33.917', 49, '2026-07-02', 4, 195, 2, 'Nghỉ nửa buổi', 93, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3690, '2026-07-02 16:13:50.952', '2026-07-02 16:14:33.921', 49, '2026-07-02', 4, 202, 3, 'Đi học muộn', 21, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3691, '2026-07-02 16:13:50.956', '2026-07-02 16:14:33.926', 49, '2026-07-02', 4, 211, 2, 'Nghỉ nửa buổi', 83, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3692, '2026-07-02 16:13:50.960', '2026-07-02 16:14:33.930', 49, '2026-07-02', 4, 216, 4, 'Đi học đầy đủ', 108, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3693, '2026-07-02 16:13:50.964', '2026-07-02 16:14:33.936', 49, '2026-07-02', 4, 220, 4, 'Đi học đầy đủ', 108, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3694, '2026-07-02 16:13:50.968', '2026-07-02 16:14:33.941', 49, '2026-07-02', 4, 225, 2, 'Nghỉ nửa buổi', 79, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3695, '2026-07-02 16:13:50.972', '2026-07-02 16:14:33.946', 49, '2026-07-02', 4, 230, 2, 'Nghỉ nửa buổi', 70, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3696, '2026-07-02 16:13:50.976', '2026-07-02 16:14:33.950', 49, '2026-07-02', 4, 235, 3, 'Đi học muộn', 19, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3697, '2026-07-02 16:13:50.980', '2026-07-02 16:14:33.954', 49, '2026-07-02', 4, 241, 2, 'Nghỉ nửa buổi', 72, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3698, '2026-07-02 16:13:50.984', '2026-07-02 16:14:33.959', 49, '2026-07-02', 4, 243, 2, 'Nghỉ nửa buổi', 94, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3699, '2026-07-02 16:13:50.988', '2026-07-02 16:14:33.964', 49, '2026-07-02', 4, 251, 2, 'Nghỉ nửa buổi', 100, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3700, '2026-07-02 16:13:50.992', '2026-07-02 16:14:33.969', 49, '2026-07-02', 4, 268, 2, 'Nghỉ nửa buổi', 97, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3701, '2026-07-02 16:13:50.995', '2026-07-02 16:14:33.973', 49, '2026-07-02', 4, 280, 2, 'Nghỉ nửa buổi', 97, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3702, '2026-07-02 16:13:50.998', '2026-07-02 16:14:33.977', 49, '2026-07-02', 4, 282, 2, 'Nghỉ nửa buổi', 99, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3703, '2026-07-02 16:13:51.002', '2026-07-02 16:14:33.982', 49, '2026-07-02', 4, 314, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3704, '2026-07-02 16:13:51.005', '2026-07-02 16:14:33.986', 49, '2026-07-02', 4, 390, 2, 'Nghỉ nửa buổi', 69, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3705, '2026-07-02 16:13:51.008', '2026-07-02 16:14:33.991', 49, '2026-07-02', 4, 399, 4, 'Đi học đầy đủ', 108, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (3706, '2026-07-02 16:13:51.011', '2026-07-02 16:14:33.997', 49, '2026-07-02', 4, 414, 3, 'Đi học muộn', 52, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4604, '2026-07-02 17:22:29.851', '2026-07-02 17:22:29.851', 48, '2026-07-01', 2, 82, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4606, '2026-07-02 17:22:29.860', '2026-07-02 17:22:29.860', 48, '2026-07-01', 2, 83, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4608, '2026-07-02 17:22:29.865', '2026-07-02 17:22:29.865', 48, '2026-07-01', 2, 86, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4610, '2026-07-02 17:22:29.872', '2026-07-02 17:22:29.872', 48, '2026-07-01', 2, 89, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4612, '2026-07-02 17:22:29.876', '2026-07-02 17:22:29.876', 48, '2026-07-01', 2, 102, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4614, '2026-07-02 17:22:29.884', '2026-07-02 17:22:29.884', 48, '2026-07-01', 2, 103, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4616, '2026-07-02 17:22:29.889', '2026-07-02 17:22:29.889', 48, '2026-07-01', 2, 114, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4618, '2026-07-02 17:22:29.893', '2026-07-02 17:22:29.893', 48, '2026-07-01', 2, 115, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4620, '2026-07-02 17:22:29.899', '2026-07-02 17:22:29.899', 48, '2026-07-01', 2, 120, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4622, '2026-07-02 17:22:29.905', '2026-07-02 17:22:29.905', 48, '2026-07-01', 2, 124, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4624, '2026-07-02 17:22:29.911', '2026-07-02 17:22:29.911', 48, '2026-07-01', 2, 131, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4626, '2026-07-02 17:22:29.917', '2026-07-02 17:22:29.917', 48, '2026-07-01', 2, 133, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4628, '2026-07-02 17:22:29.922', '2026-07-02 17:22:29.922', 48, '2026-07-01', 2, 152, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4629, '2026-07-02 17:22:29.928', '2026-07-02 17:22:29.928', 48, '2026-07-01', 2, 158, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4630, '2026-07-02 17:22:29.934', '2026-07-02 17:22:29.934', 48, '2026-07-01', 2, 180, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4631, '2026-07-02 17:22:29.939', '2026-07-02 17:22:29.939', 48, '2026-07-01', 2, 192, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4632, '2026-07-02 17:22:29.942', '2026-07-02 17:22:29.942', 48, '2026-07-01', 2, 203, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4633, '2026-07-02 17:22:29.947', '2026-07-02 17:22:29.947', 48, '2026-07-01', 2, 205, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4634, '2026-07-02 17:22:29.951', '2026-07-02 17:22:29.951', 48, '2026-07-01', 2, 213, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4635, '2026-07-02 17:22:29.958', '2026-07-02 17:22:29.958', 48, '2026-07-01', 2, 214, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4636, '2026-07-02 17:22:29.963', '2026-07-02 17:22:29.963', 48, '2026-07-01', 2, 240, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4637, '2026-07-02 17:22:29.967', '2026-07-02 17:22:29.967', 48, '2026-07-01', 2, 242, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4638, '2026-07-02 17:22:29.971', '2026-07-02 17:22:29.971', 48, '2026-07-01', 2, 246, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4639, '2026-07-02 17:22:29.977', '2026-07-02 17:22:29.977', 48, '2026-07-01', 2, 247, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4640, '2026-07-02 17:22:29.982', '2026-07-02 17:22:29.982', 48, '2026-07-01', 2, 249, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4641, '2026-07-02 17:22:29.986', '2026-07-02 17:22:29.986', 48, '2026-07-01', 2, 262, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4642, '2026-07-02 17:22:29.990', '2026-07-02 17:22:29.990', 48, '2026-07-01', 2, 263, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4643, '2026-07-02 17:22:29.994', '2026-07-02 17:22:29.994', 48, '2026-07-01', 2, 278, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4644, '2026-07-02 17:22:29.998', '2026-07-02 17:22:29.998', 48, '2026-07-01', 2, 288, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4645, '2026-07-02 17:22:30.003', '2026-07-02 17:22:30.003', 48, '2026-07-01', 2, 292, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4646, '2026-07-02 17:22:30.008', '2026-07-02 17:22:30.008', 48, '2026-07-01', 2, 304, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4647, '2026-07-02 17:22:30.014', '2026-07-02 17:22:30.014', 48, '2026-07-01', 2, 392, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4648, '2026-07-02 17:22:30.020', '2026-07-02 17:22:30.020', 48, '2026-07-01', 2, 398, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4649, '2026-07-02 17:22:30.024', '2026-07-02 17:22:30.024', 48, '2026-07-01', 2, 401, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4650, '2026-07-02 17:22:30.029', '2026-07-02 17:22:30.029', 48, '2026-07-01', 2, 405, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (4651, '2026-07-02 17:22:30.034', '2026-07-02 17:22:30.034', 48, '2026-07-01', 2, 411, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5054, '2026-07-03 06:56:53.370', '2026-07-03 08:02:55.016', 84, '2026-07-03', 1, 1695, 1, 'Nghỉ có phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5055, '2026-07-03 06:56:53.377', '2026-07-03 08:02:55.021', 84, '2026-07-03', 1, 1699, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5056, '2026-07-03 06:56:53.382', '2026-07-03 08:02:55.024', 84, '2026-07-03', 1, 1700, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5057, '2026-07-03 06:56:53.388', '2026-07-03 08:02:55.028', 84, '2026-07-03', 1, 1702, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5058, '2026-07-03 06:56:53.392', '2026-07-03 08:02:55.033', 84, '2026-07-03', 1, 1704, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5059, '2026-07-03 06:56:53.398', '2026-07-03 08:02:55.039', 84, '2026-07-03', 1, 1707, 4, 'Đi học đầy đủ', 4, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5060, '2026-07-03 06:56:53.404', '2026-07-03 08:02:55.044', 84, '2026-07-03', 1, 1717, 4, 'Đi học đầy đủ', 32, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5061, '2026-07-03 06:56:53.409', '2026-07-03 08:02:55.055', 84, '2026-07-03', 1, 1723, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5062, '2026-07-03 06:56:53.414', '2026-07-03 08:02:55.060', 84, '2026-07-03', 1, 1727, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5063, '2026-07-03 06:56:53.419', '2026-07-03 08:02:55.065', 84, '2026-07-03', 1, 1729, 4, 'Đi học đầy đủ', 70, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5064, '2026-07-03 06:56:53.424', '2026-07-03 08:02:55.070', 84, '2026-07-03', 1, 1737, 4, 'Đi học đầy đủ', 57, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5065, '2026-07-03 06:56:53.429', '2026-07-03 08:02:55.076', 84, '2026-07-03', 1, 1738, 4, 'Đi học đầy đủ', 245, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5066, '2026-07-03 06:56:53.434', '2026-07-03 08:02:55.080', 84, '2026-07-03', 1, 1741, 4, 'Đi học đầy đủ', 61, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5067, '2026-07-03 06:56:53.442', '2026-07-03 08:02:55.084', 84, '2026-07-03', 1, 1742, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5068, '2026-07-03 06:56:53.448', '2026-07-03 08:02:55.088', 84, '2026-07-03', 1, 1745, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5069, '2026-07-03 06:56:53.453', '2026-07-03 08:02:55.093', 84, '2026-07-03', 1, 1747, 4, 'Đi học đầy đủ', 58, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5070, '2026-07-03 06:56:53.458', '2026-07-03 08:02:55.097', 84, '2026-07-03', 1, 1749, 0, 'Nghỉ không phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5071, '2026-07-03 06:56:53.462', '2026-07-03 08:02:55.102', 84, '2026-07-03', 1, 1752, 1, 'Nghỉ có phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5072, '2026-07-03 06:56:53.467', '2026-07-03 08:02:55.106', 84, '2026-07-03', 1, 1755, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5073, '2026-07-03 06:56:53.471', '2026-07-03 08:02:55.110', 84, '2026-07-03', 1, 1757, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5074, '2026-07-03 06:56:53.475', '2026-07-03 08:02:55.114', 84, '2026-07-03', 1, 1769, 1, 'Nghỉ có phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5075, '2026-07-03 06:56:53.479', '2026-07-03 08:02:55.119', 84, '2026-07-03', 1, 1772, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5076, '2026-07-03 06:56:53.483', '2026-07-03 08:02:55.124', 84, '2026-07-03', 1, 1773, 1, 'Nghỉ có phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5077, '2026-07-03 06:56:53.487', '2026-07-03 08:02:55.129', 84, '2026-07-03', 1, 1781, 4, 'Đi học đầy đủ', 6, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5078, '2026-07-03 06:56:53.491', '2026-07-03 08:02:55.134', 84, '2026-07-03', 1, 1784, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5079, '2026-07-03 06:56:53.495', '2026-07-03 08:02:55.139', 84, '2026-07-03', 1, 1787, 4, 'Đi học đầy đủ', 58, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5080, '2026-07-03 06:56:53.499', '2026-07-03 08:02:55.144', 84, '2026-07-03', 1, 1789, 4, 'Đi học đầy đủ', 59, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5081, '2026-07-03 06:56:53.503', '2026-07-03 08:02:55.149', 84, '2026-07-03', 1, 1792, 0, 'Nghỉ không phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5082, '2026-07-03 06:56:53.507', '2026-07-03 08:02:55.153', 84, '2026-07-03', 1, 1793, 4, 'Đi học đầy đủ', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5083, '2026-07-03 06:56:53.511', '2026-07-03 08:02:55.158', 84, '2026-07-03', 1, 1796, 4, 'Đi học đầy đủ', 66, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5084, '2026-07-03 06:56:53.515', '2026-07-03 08:02:55.162', 84, '2026-07-03', 1, 1800, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5085, '2026-07-03 06:56:53.519', '2026-07-03 08:02:55.166', 84, '2026-07-03', 1, 1808, 4, 'Đi học đầy đủ', 63, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (5086, '2026-07-03 06:56:53.522', '2026-07-03 08:02:55.171', 84, '2026-07-03', 1, 1809, 1, 'Nghỉ có phép', 0, 1, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6374, '2026-07-03 08:00:47.711', '2026-07-03 08:00:50.271', 143, '2026-07-03', 1, 1319, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6375, '2026-07-03 08:00:47.716', '2026-07-03 08:00:50.276', 143, '2026-07-03', 1, 1339, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6376, '2026-07-03 08:00:47.719', '2026-07-03 08:00:50.281', 143, '2026-07-03', 1, 1352, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6377, '2026-07-03 08:00:47.723', '2026-07-03 08:00:50.286', 143, '2026-07-03', 1, 1392, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6378, '2026-07-03 08:00:47.728', '2026-07-03 08:00:50.291', 143, '2026-07-03', 1, 1405, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6379, '2026-07-03 08:00:47.733', '2026-07-03 08:00:50.296', 143, '2026-07-03', 1, 1418, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6380, '2026-07-03 08:00:47.738', '2026-07-03 08:00:50.300', 143, '2026-07-03', 1, 1442, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6381, '2026-07-03 08:00:47.743', '2026-07-03 08:00:50.305', 143, '2026-07-03', 1, 1443, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6382, '2026-07-03 08:00:47.748', '2026-07-03 08:00:50.310', 143, '2026-07-03', 1, 1448, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6383, '2026-07-03 08:00:47.753', '2026-07-03 08:00:50.316', 143, '2026-07-03', 1, 1457, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6384, '2026-07-03 08:00:47.757', '2026-07-03 08:00:50.321', 143, '2026-07-03', 1, 1459, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6385, '2026-07-03 08:00:47.762', '2026-07-03 08:00:50.326', 143, '2026-07-03', 1, 1467, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6386, '2026-07-03 08:00:47.768', '2026-07-03 08:00:50.330', 143, '2026-07-03', 1, 1471, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6387, '2026-07-03 08:00:47.772', '2026-07-03 08:00:50.335', 143, '2026-07-03', 1, 1477, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6388, '2026-07-03 08:00:47.778', '2026-07-03 08:00:50.342', 143, '2026-07-03', 1, 1480, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6389, '2026-07-03 08:00:47.783', '2026-07-03 08:00:50.348', 143, '2026-07-03', 1, 1484, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6390, '2026-07-03 08:00:47.788', '2026-07-03 08:00:50.354', 143, '2026-07-03', 1, 1497, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6391, '2026-07-03 08:00:47.795', '2026-07-03 08:00:50.360', 143, '2026-07-03', 1, 1508, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6392, '2026-07-03 08:00:47.799', '2026-07-03 08:00:50.366', 143, '2026-07-03', 1, 1517, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6393, '2026-07-03 08:00:47.804', '2026-07-03 08:00:50.372', 143, '2026-07-03', 1, 1520, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6394, '2026-07-03 08:00:47.813', '2026-07-03 08:00:50.377', 143, '2026-07-03', 1, 1532, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6395, '2026-07-03 08:00:47.818', '2026-07-03 08:00:50.383', 143, '2026-07-03', 1, 1533, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6396, '2026-07-03 08:00:47.823', '2026-07-03 08:00:50.388', 143, '2026-07-03', 1, 1550, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6397, '2026-07-03 08:00:47.827', '2026-07-03 08:00:50.392', 143, '2026-07-03', 1, 1563, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6398, '2026-07-03 08:00:47.831', '2026-07-03 08:00:50.396', 143, '2026-07-03', 1, 1571, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6399, '2026-07-03 08:00:47.837', '2026-07-03 08:00:50.402', 143, '2026-07-03', 1, 1573, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6400, '2026-07-03 08:00:47.842', '2026-07-03 08:00:50.407', 143, '2026-07-03', 1, 1586, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6401, '2026-07-03 08:00:47.846', '2026-07-03 08:00:50.412', 143, '2026-07-03', 1, 1608, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6402, '2026-07-03 08:00:47.851', '2026-07-03 08:00:50.418', 143, '2026-07-03', 1, 1620, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6403, '2026-07-03 08:00:47.855', '2026-07-03 08:00:50.423', 143, '2026-07-03', 1, 1621, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6404, '2026-07-03 08:00:47.859', '2026-07-03 08:00:50.429', 143, '2026-07-03', 1, 1626, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6405, '2026-07-03 08:00:47.864', '2026-07-03 08:00:50.434', 143, '2026-07-03', 1, 1627, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6406, '2026-07-03 08:00:47.868', '2026-07-03 08:00:50.441', 143, '2026-07-03', 1, 1629, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6407, '2026-07-03 08:00:47.873', '2026-07-03 08:00:50.445', 143, '2026-07-03', 1, 1647, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6408, '2026-07-03 08:00:47.877', '2026-07-03 08:00:50.450', 143, '2026-07-03', 1, 1655, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6409, '2026-07-03 08:00:47.881', '2026-07-03 08:00:50.453', 143, '2026-07-03', 1, 1656, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6410, '2026-07-03 08:00:47.885', '2026-07-03 08:00:50.457', 143, '2026-07-03', 1, 1658, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6411, '2026-07-03 08:00:47.889', '2026-07-03 08:00:50.461', 143, '2026-07-03', 1, 1659, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6412, '2026-07-03 08:00:47.893', '2026-07-03 08:00:50.465', 143, '2026-07-03', 1, 1660, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6413, '2026-07-03 08:00:47.897', '2026-07-03 08:00:50.468', 143, '2026-07-03', 1, 1691, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6487, '2026-07-03 09:15:05.535', '2026-07-03 10:59:56.207', 82, '2026-07-03', 1, 1696, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6488, '2026-07-03 09:15:05.539', '2026-07-03 10:59:56.212', 82, '2026-07-03', 1, 1698, 3, 'Đi học muộn', 7, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6489, '2026-07-03 09:15:05.543', '2026-07-03 10:59:56.216', 82, '2026-07-03', 1, 1708, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6490, '2026-07-03 09:15:05.547', '2026-07-03 10:59:56.221', 82, '2026-07-03', 1, 1711, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6491, '2026-07-03 09:15:05.552', '2026-07-03 10:59:56.226', 82, '2026-07-03', 1, 1713, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6492, '2026-07-03 09:15:05.557', '2026-07-03 10:59:56.231', 82, '2026-07-03', 1, 1714, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6493, '2026-07-03 09:15:05.563', '2026-07-03 10:59:56.237', 82, '2026-07-03', 1, 1716, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6494, '2026-07-03 09:15:05.571', '2026-07-03 10:59:56.243', 82, '2026-07-03', 1, 1718, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6495, '2026-07-03 09:15:05.578', '2026-07-03 10:59:56.249', 82, '2026-07-03', 1, 1720, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6496, '2026-07-03 09:15:05.582', '2026-07-03 10:59:56.256', 82, '2026-07-03', 1, 1721, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6497, '2026-07-03 09:15:05.587', '2026-07-03 10:59:56.262', 82, '2026-07-03', 1, 1731, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6498, '2026-07-03 09:15:05.594', '2026-07-03 10:59:56.268', 82, '2026-07-03', 1, 1733, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6499, '2026-07-03 09:15:05.599', '2026-07-03 10:59:56.273', 82, '2026-07-03', 1, 1734, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6500, '2026-07-03 09:15:05.604', '2026-07-03 10:59:56.277', 82, '2026-07-03', 1, 1736, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6501, '2026-07-03 09:15:05.610', '2026-07-03 10:59:56.283', 82, '2026-07-03', 1, 1740, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6502, '2026-07-03 09:15:05.614', '2026-07-03 10:59:56.288', 82, '2026-07-03', 1, 1750, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6503, '2026-07-03 09:15:05.618', '2026-07-03 10:59:56.292', 82, '2026-07-03', 1, 1751, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6504, '2026-07-03 09:15:05.622', '2026-07-03 10:59:56.296', 82, '2026-07-03', 1, 1759, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6505, '2026-07-03 09:15:05.626', '2026-07-03 10:59:56.302', 82, '2026-07-03', 1, 1763, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6506, '2026-07-03 09:15:05.630', '2026-07-03 10:59:56.306', 82, '2026-07-03', 1, 1770, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6507, '2026-07-03 09:15:05.634', '2026-07-03 10:59:56.311', 82, '2026-07-03', 1, 1771, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6508, '2026-07-03 09:15:05.640', '2026-07-03 10:59:56.317', 82, '2026-07-03', 1, 1776, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6509, '2026-07-03 09:15:05.647', '2026-07-03 10:59:56.322', 82, '2026-07-03', 1, 1777, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6510, '2026-07-03 09:15:05.656', '2026-07-03 10:59:56.327', 82, '2026-07-03', 1, 1779, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6511, '2026-07-03 09:15:05.662', '2026-07-03 10:59:56.331', 82, '2026-07-03', 1, 1788, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6512, '2026-07-03 09:15:05.664', '2026-07-03 10:59:56.548', 82, '2026-07-03', 2, 1696, 2, 'Nghỉ nửa buổi', 70, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6513, '2026-07-03 09:15:05.667', '2026-07-03 10:59:56.335', 82, '2026-07-03', 1, 1803, 4, 'Đi học đầy đủ', 339, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6514, '2026-07-03 09:15:05.670', '2026-07-03 10:59:56.553', 82, '2026-07-03', 2, 1698, 2, 'Nghỉ nửa buổi', 90, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6515, '2026-07-03 09:15:05.671', '2026-07-03 10:59:56.339', 82, '2026-07-03', 1, 1813, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6516, '2026-07-03 09:15:05.674', '2026-07-03 10:59:56.558', 82, '2026-07-03', 2, 1708, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6517, '2026-07-03 09:15:05.679', '2026-07-03 10:59:56.563', 82, '2026-07-03', 2, 1711, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6518, '2026-07-03 09:15:05.683', '2026-07-03 10:59:56.567', 82, '2026-07-03', 2, 1713, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6519, '2026-07-03 09:15:05.687', '2026-07-03 10:59:56.570', 82, '2026-07-03', 2, 1714, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6520, '2026-07-03 09:15:05.692', '2026-07-03 10:59:56.575', 82, '2026-07-03', 2, 1716, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6521, '2026-07-03 09:15:05.697', '2026-07-03 10:59:56.580', 82, '2026-07-03', 2, 1718, 3, 'Đi học muộn', 41, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6522, '2026-07-03 09:15:05.701', '2026-07-03 10:59:56.585', 82, '2026-07-03', 2, 1720, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6523, '2026-07-03 09:15:05.705', '2026-07-03 10:59:56.591', 82, '2026-07-03', 2, 1721, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6524, '2026-07-03 09:15:05.710', '2026-07-03 10:59:56.595', 82, '2026-07-03', 2, 1731, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6525, '2026-07-03 09:15:05.714', '2026-07-03 10:59:56.600', 82, '2026-07-03', 2, 1733, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6526, '2026-07-03 09:15:05.717', '2026-07-03 10:59:56.604', 82, '2026-07-03', 2, 1734, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6527, '2026-07-03 09:15:05.722', '2026-07-03 10:59:56.608', 82, '2026-07-03', 2, 1736, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6528, '2026-07-03 09:15:05.726', '2026-07-03 10:59:56.613', 82, '2026-07-03', 2, 1740, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6529, '2026-07-03 09:15:05.731', '2026-07-03 10:59:56.619', 82, '2026-07-03', 2, 1750, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6530, '2026-07-03 09:15:05.737', '2026-07-03 10:59:56.624', 82, '2026-07-03', 2, 1751, 2, 'Nghỉ nửa buổi', 65, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6531, '2026-07-03 09:15:05.743', '2026-07-03 10:59:56.628', 82, '2026-07-03', 2, 1759, 2, 'Nghỉ nửa buổi', 72, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6532, '2026-07-03 09:15:05.749', '2026-07-03 10:59:56.634', 82, '2026-07-03', 2, 1763, 4, 'Đi học đầy đủ', 103, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6533, '2026-07-03 09:15:05.756', '2026-07-03 10:59:56.641', 82, '2026-07-03', 2, 1770, 4, 'Đi học đầy đủ', 102, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6534, '2026-07-03 09:15:05.763', '2026-07-03 10:59:56.646', 82, '2026-07-03', 2, 1771, 4, 'Đi học đầy đủ', 104, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6535, '2026-07-03 09:15:05.769', '2026-07-03 10:59:56.651', 82, '2026-07-03', 2, 1776, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6536, '2026-07-03 09:15:05.777', '2026-07-03 10:59:56.656', 82, '2026-07-03', 2, 1777, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6537, '2026-07-03 09:15:05.782', '2026-07-03 10:59:56.660', 82, '2026-07-03', 2, 1779, 3, 'Đi học muộn', 54, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6538, '2026-07-03 09:15:05.788', '2026-07-03 10:59:56.664', 82, '2026-07-03', 2, 1788, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6539, '2026-07-03 09:15:05.795', '2026-07-03 10:59:56.668', 82, '2026-07-03', 2, 1803, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6540, '2026-07-03 09:15:05.802', '2026-07-03 10:59:56.672', 82, '2026-07-03', 2, 1813, 2, 'Nghỉ nửa buổi', 97, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6703, '2026-07-03 12:24:22.686', '2026-07-03 12:38:13.684', 49, '2026-07-03', 1, 68, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6704, '2026-07-03 12:24:22.694', '2026-07-03 12:38:13.689', 49, '2026-07-03', 1, 71, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6705, '2026-07-03 12:24:22.702', '2026-07-03 12:38:13.701', 49, '2026-07-03', 1, 85, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6706, '2026-07-03 12:24:22.707', '2026-07-03 12:38:13.708', 49, '2026-07-03', 1, 97, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6707, '2026-07-03 12:24:22.716', '2026-07-03 12:38:13.716', 49, '2026-07-03', 1, 98, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6708, '2026-07-03 12:24:22.725', '2026-07-03 12:38:13.723', 49, '2026-07-03', 1, 106, 3, 'Đi học muộn', 17, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6709, '2026-07-03 12:24:22.732', '2026-07-03 12:38:13.730', 49, '2026-07-03', 1, 111, 3, 'Đi học muộn', 23, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6710, '2026-07-03 12:24:22.743', '2026-07-03 12:38:13.738', 49, '2026-07-03', 1, 117, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6711, '2026-07-03 12:24:22.757', '2026-07-03 12:38:13.746', 49, '2026-07-03', 1, 119, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6712, '2026-07-03 12:24:22.766', '2026-07-03 12:38:13.753', 49, '2026-07-03', 1, 128, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6713, '2026-07-03 12:24:22.774', '2026-07-03 12:38:13.760', 49, '2026-07-03', 1, 129, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6714, '2026-07-03 12:24:22.781', '2026-07-03 12:38:13.768', 49, '2026-07-03', 1, 134, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6715, '2026-07-03 12:24:22.789', '2026-07-03 12:38:13.781', 49, '2026-07-03', 1, 139, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6716, '2026-07-03 12:24:22.797', '2026-07-03 12:38:13.787', 49, '2026-07-03', 1, 148, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6717, '2026-07-03 12:24:22.804', '2026-07-03 12:38:13.796', 49, '2026-07-03', 1, 150, 3, 'Đi học muộn', 14, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6718, '2026-07-03 12:24:22.809', '2026-07-03 12:38:13.805', 49, '2026-07-03', 1, 157, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6719, '2026-07-03 12:24:22.814', '2026-07-03 12:38:13.811', 49, '2026-07-03', 1, 159, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6720, '2026-07-03 12:24:22.820', '2026-07-03 12:38:13.818', 49, '2026-07-03', 1, 167, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6721, '2026-07-03 12:24:22.826', '2026-07-03 12:38:13.825', 49, '2026-07-03', 1, 170, 3, 'Đi học muộn', 5, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6722, '2026-07-03 12:24:22.835', '2026-07-03 12:38:13.830', 49, '2026-07-03', 1, 172, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6723, '2026-07-03 12:24:22.841', '2026-07-03 12:38:13.835', 49, '2026-07-03', 1, 188, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6724, '2026-07-03 12:24:22.846', '2026-07-03 12:38:13.845', 49, '2026-07-03', 1, 195, 3, 'Đi học muộn', 4, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6725, '2026-07-03 12:24:22.852', '2026-07-03 12:38:13.851', 49, '2026-07-03', 1, 202, 3, 'Đi học muộn', 6, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6726, '2026-07-03 12:24:22.859', '2026-07-03 12:38:13.859', 49, '2026-07-03', 1, 211, 3, 'Đi học muộn', 6, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6727, '2026-07-03 12:24:22.865', '2026-07-03 12:38:13.866', 49, '2026-07-03', 1, 216, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6728, '2026-07-03 12:24:22.871', '2026-07-03 12:38:13.878', 49, '2026-07-03', 1, 220, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6729, '2026-07-03 12:24:22.876', '2026-07-03 12:38:13.886', 49, '2026-07-03', 1, 225, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6730, '2026-07-03 12:24:22.883', '2026-07-03 12:38:13.892', 49, '2026-07-03', 1, 230, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6731, '2026-07-03 12:24:22.887', '2026-07-03 12:38:13.899', 49, '2026-07-03', 1, 235, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6732, '2026-07-03 12:24:22.892', '2026-07-03 12:38:13.909', 49, '2026-07-03', 1, 241, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6733, '2026-07-03 12:24:22.899', '2026-07-03 12:38:13.915', 49, '2026-07-03', 1, 243, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6734, '2026-07-03 12:24:22.905', '2026-07-03 12:38:13.919', 49, '2026-07-03', 1, 251, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6735, '2026-07-03 12:24:22.912', '2026-07-03 12:38:13.923', 49, '2026-07-03', 1, 268, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6736, '2026-07-03 12:24:22.917', '2026-07-03 12:38:13.933', 49, '2026-07-03', 1, 280, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6737, '2026-07-03 12:24:22.922', '2026-07-03 12:38:13.946', 49, '2026-07-03', 1, 282, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6738, '2026-07-03 12:24:22.928', '2026-07-03 12:38:13.952', 49, '2026-07-03', 1, 314, 3, 'Đi học muộn', 11, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6739, '2026-07-03 12:24:22.938', '2026-07-03 12:38:13.957', 49, '2026-07-03', 1, 390, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6740, '2026-07-03 12:24:22.943', '2026-07-03 12:38:14.038', 49, '2026-07-03', 3, 68, 3, 'Đi học muộn', 5, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6741, '2026-07-03 12:24:22.945', '2026-07-03 12:38:13.962', 49, '2026-07-03', 1, 399, 3, 'Đi học muộn', 7, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6742, '2026-07-03 12:24:22.948', '2026-07-03 12:38:14.048', 49, '2026-07-03', 3, 71, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6743, '2026-07-03 12:24:22.952', '2026-07-03 12:38:13.971', 49, '2026-07-03', 1, 414, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6744, '2026-07-03 12:24:22.955', '2026-07-03 12:38:14.054', 49, '2026-07-03', 3, 85, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6745, '2026-07-03 12:24:22.961', '2026-07-03 12:38:14.060', 49, '2026-07-03', 3, 97, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6746, '2026-07-03 12:24:22.967', '2026-07-03 12:38:14.070', 49, '2026-07-03', 3, 98, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6747, '2026-07-03 12:24:22.973', '2026-07-03 12:38:14.075', 49, '2026-07-03', 3, 106, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6748, '2026-07-03 12:24:22.978', '2026-07-03 12:38:14.080', 49, '2026-07-03', 3, 111, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6749, '2026-07-03 12:24:22.987', '2026-07-03 12:38:14.085', 49, '2026-07-03', 3, 117, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6750, '2026-07-03 12:24:22.993', '2026-07-03 12:38:14.091', 49, '2026-07-03', 3, 119, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6751, '2026-07-03 12:24:22.999', '2026-07-03 12:38:14.098', 49, '2026-07-03', 3, 128, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6752, '2026-07-03 12:24:23.005', '2026-07-03 12:38:14.106', 49, '2026-07-03', 3, 129, 3, 'Đi học muộn', 11, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6753, '2026-07-03 12:24:23.010', '2026-07-03 12:38:14.112', 49, '2026-07-03', 3, 134, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6754, '2026-07-03 12:24:23.022', '2026-07-03 12:38:14.118', 49, '2026-07-03', 3, 139, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6755, '2026-07-03 12:24:23.028', '2026-07-03 12:38:14.127', 49, '2026-07-03', 3, 148, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6756, '2026-07-03 12:24:23.040', '2026-07-03 12:38:14.141', 49, '2026-07-03', 3, 150, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6757, '2026-07-03 12:24:23.050', '2026-07-03 12:38:14.147', 49, '2026-07-03', 3, 157, 3, 'Đi học muộn', 17, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6758, '2026-07-03 12:24:23.056', '2026-07-03 12:38:14.153', 49, '2026-07-03', 3, 159, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6759, '2026-07-03 12:24:23.065', '2026-07-03 12:38:14.161', 49, '2026-07-03', 3, 167, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6760, '2026-07-03 12:24:23.073', '2026-07-03 12:38:14.168', 49, '2026-07-03', 3, 170, 3, 'Đi học muộn', 17, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6761, '2026-07-03 12:24:23.080', '2026-07-03 12:38:14.184', 49, '2026-07-03', 3, 172, 3, 'Đi học muộn', 10, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6762, '2026-07-03 12:24:23.089', '2026-07-03 12:38:14.195', 49, '2026-07-03', 3, 188, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6763, '2026-07-03 12:24:23.095', '2026-07-03 12:38:14.207', 49, '2026-07-03', 3, 195, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6764, '2026-07-03 12:24:23.102', '2026-07-03 12:38:14.214', 49, '2026-07-03', 3, 202, 3, 'Đi học muộn', 3, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6765, '2026-07-03 12:24:23.112', '2026-07-03 12:38:14.223', 49, '2026-07-03', 3, 211, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6766, '2026-07-03 12:24:23.119', '2026-07-03 12:38:14.228', 49, '2026-07-03', 3, 216, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6767, '2026-07-03 12:24:23.124', '2026-07-03 12:38:14.234', 49, '2026-07-03', 3, 220, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6768, '2026-07-03 12:24:23.132', '2026-07-03 12:38:14.239', 49, '2026-07-03', 3, 225, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6769, '2026-07-03 12:24:23.143', '2026-07-03 12:38:14.248', 49, '2026-07-03', 3, 230, 3, 'Đi học muộn', 2, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6770, '2026-07-03 12:24:23.150', '2026-07-03 12:38:14.260', 49, '2026-07-03', 3, 235, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6771, '2026-07-03 12:24:23.155', '2026-07-03 12:38:14.268', 49, '2026-07-03', 3, 241, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6772, '2026-07-03 12:24:23.160', '2026-07-03 12:38:14.275', 49, '2026-07-03', 3, 243, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6773, '2026-07-03 12:24:23.164', '2026-07-03 12:38:14.286', 49, '2026-07-03', 3, 251, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6774, '2026-07-03 12:24:23.168', '2026-07-03 12:38:14.292', 49, '2026-07-03', 3, 268, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6775, '2026-07-03 12:24:23.171', '2026-07-03 12:38:14.297', 49, '2026-07-03', 3, 280, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6776, '2026-07-03 12:24:23.175', '2026-07-03 12:38:14.302', 49, '2026-07-03', 3, 282, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6777, '2026-07-03 12:24:23.179', '2026-07-03 12:38:14.307', 49, '2026-07-03', 3, 314, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6778, '2026-07-03 12:24:23.182', '2026-07-03 12:38:14.318', 49, '2026-07-03', 3, 390, 3, 'Đi học muộn', 13, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6779, '2026-07-03 12:24:23.188', '2026-07-03 12:38:14.324', 49, '2026-07-03', 3, 399, 3, 'Đi học muộn', 18, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (6780, '2026-07-03 12:24:23.193', '2026-07-03 12:38:14.329', 49, '2026-07-03', 3, 414, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7015, '2026-07-03 14:04:04.161', '2026-07-03 14:31:34.908', 156, '2026-07-03', 1, 75, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7016, '2026-07-03 14:04:04.165', '2026-07-03 14:31:34.915', 156, '2026-07-03', 1, 88, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7017, '2026-07-03 14:04:04.169', '2026-07-03 14:31:34.919', 156, '2026-07-03', 1, 92, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7018, '2026-07-03 14:04:04.173', '2026-07-03 14:31:34.923', 156, '2026-07-03', 1, 99, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7019, '2026-07-03 14:04:04.177', '2026-07-03 14:31:34.928', 156, '2026-07-03', 1, 122, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7020, '2026-07-03 14:04:04.181', '2026-07-03 14:31:34.939', 156, '2026-07-03', 1, 137, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7021, '2026-07-03 14:04:04.186', '2026-07-03 14:31:34.945', 156, '2026-07-03', 1, 151, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7022, '2026-07-03 14:04:04.191', '2026-07-03 14:31:34.949', 156, '2026-07-03', 1, 162, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7023, '2026-07-03 14:04:04.195', '2026-07-03 14:31:34.953', 156, '2026-07-03', 1, 173, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7024, '2026-07-03 14:04:04.199', '2026-07-03 14:31:34.957', 156, '2026-07-03', 1, 185, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7025, '2026-07-03 14:04:04.203', '2026-07-03 14:31:34.961', 156, '2026-07-03', 1, 194, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7026, '2026-07-03 14:04:04.207', '2026-07-03 14:31:34.965', 156, '2026-07-03', 1, 208, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7027, '2026-07-03 14:04:04.211', '2026-07-03 14:31:34.971', 156, '2026-07-03', 1, 209, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7028, '2026-07-03 14:04:04.216', '2026-07-03 14:31:34.975', 156, '2026-07-03', 1, 218, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7029, '2026-07-03 14:04:04.219', '2026-07-03 14:31:34.980', 156, '2026-07-03', 1, 221, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7030, '2026-07-03 14:04:04.223', '2026-07-03 14:31:34.985', 156, '2026-07-03', 1, 222, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7031, '2026-07-03 14:04:04.227', '2026-07-03 14:31:34.990', 156, '2026-07-03', 1, 223, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7032, '2026-07-03 14:04:04.230', '2026-07-03 14:31:34.995', 156, '2026-07-03', 1, 226, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7033, '2026-07-03 14:04:04.233', '2026-07-03 14:31:34.999', 156, '2026-07-03', 1, 227, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7034, '2026-07-03 14:04:04.237', '2026-07-03 14:31:35.003', 156, '2026-07-03', 1, 236, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7035, '2026-07-03 14:04:04.244', '2026-07-03 14:31:35.010', 156, '2026-07-03', 1, 238, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7036, '2026-07-03 14:04:04.247', '2026-07-03 14:31:35.016', 156, '2026-07-03', 1, 239, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7037, '2026-07-03 14:04:04.250', '2026-07-03 14:31:35.021', 156, '2026-07-03', 1, 244, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7038, '2026-07-03 14:04:04.253', '2026-07-03 14:31:35.025', 156, '2026-07-03', 1, 250, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7039, '2026-07-03 14:04:04.257', '2026-07-03 14:31:35.028', 156, '2026-07-03', 1, 252, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7040, '2026-07-03 14:04:04.260', '2026-07-03 14:31:35.032', 156, '2026-07-03', 1, 254, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7041, '2026-07-03 14:04:04.264', '2026-07-03 14:31:35.035', 156, '2026-07-03', 1, 267, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7042, '2026-07-03 14:04:04.268', '2026-07-03 14:31:35.039', 156, '2026-07-03', 1, 273, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7043, '2026-07-03 14:04:04.273', '2026-07-03 14:31:35.043', 156, '2026-07-03', 1, 285, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7044, '2026-07-03 14:04:04.278', '2026-07-03 14:31:35.047', 156, '2026-07-03', 1, 298, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7045, '2026-07-03 14:04:04.287', '2026-07-03 14:31:35.052', 156, '2026-07-03', 1, 303, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7046, '2026-07-03 14:04:04.301', '2026-07-03 14:31:35.055', 156, '2026-07-03', 1, 308, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7047, '2026-07-03 14:04:04.313', '2026-07-03 14:31:35.060', 156, '2026-07-03', 1, 402, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7048, '2026-07-03 14:04:04.335', '2026-07-03 14:31:35.064', 156, '2026-07-03', 1, 415, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7049, '2026-07-03 14:04:04.407', '2026-07-03 14:31:35.068', 156, '2026-07-03', 1, 416, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7050, '2026-07-03 14:04:04.441', '2026-07-03 14:31:35.072', 156, '2026-07-03', 1, 723, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7051, '2026-07-03 14:04:04.457', '2026-07-03 14:31:35.076', 156, '2026-07-03', 1, 887, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7052, '2026-07-03 14:04:04.470', '2026-07-03 14:31:35.080', 156, '2026-07-03', 1, 889, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7053, '2026-07-03 14:04:04.476', '2026-07-03 14:31:35.086', 156, '2026-07-03', 1, 901, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7054, '2026-07-03 14:04:04.481', '2026-07-03 14:31:35.091', 156, '2026-07-03', 1, 902, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7055, '2026-07-03 14:04:04.488', '2026-07-03 14:31:35.096', 156, '2026-07-03', 1, 910, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7056, '2026-07-03 14:04:04.494', '2026-07-03 14:31:35.099', 156, '2026-07-03', 1, 933, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7057, '2026-07-03 14:04:11.043', '2026-07-03 14:05:54.937', 156, '2026-07-03', 3, 75, 2, 'Nghỉ nửa buổi', 96, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7058, '2026-07-03 14:04:11.048', '2026-07-03 14:05:54.943', 156, '2026-07-03', 3, 88, 2, 'Nghỉ nửa buổi', 72, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7059, '2026-07-03 14:04:11.053', '2026-07-03 14:05:54.950', 156, '2026-07-03', 3, 92, 2, 'Nghỉ nửa buổi', 83, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7060, '2026-07-03 14:04:11.058', '2026-07-03 14:05:54.955', 156, '2026-07-03', 3, 99, 2, 'Nghỉ nửa buổi', 92, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7061, '2026-07-03 14:04:11.063', '2026-07-03 14:05:54.962', 156, '2026-07-03', 3, 122, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7062, '2026-07-03 14:04:11.068', '2026-07-03 14:05:54.967', 156, '2026-07-03', 3, 137, 3, 'Đi học muộn', 42, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7063, '2026-07-03 14:04:11.073', '2026-07-03 14:05:54.971', 156, '2026-07-03', 3, 151, 3, 'Đi học muộn', 26, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7064, '2026-07-03 14:04:11.078', '2026-07-03 14:05:54.975', 156, '2026-07-03', 3, 162, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7065, '2026-07-03 14:04:11.084', '2026-07-03 14:05:54.979', 156, '2026-07-03', 3, 173, 2, 'Nghỉ nửa buổi', 90, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7066, '2026-07-03 14:04:11.099', '2026-07-03 14:05:54.983', 156, '2026-07-03', 3, 185, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7067, '2026-07-03 14:04:11.104', '2026-07-03 14:05:54.987', 156, '2026-07-03', 3, 194, 2, 'Nghỉ nửa buổi', 93, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7068, '2026-07-03 14:04:11.109', '2026-07-03 14:05:54.991', 156, '2026-07-03', 3, 208, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7069, '2026-07-03 14:04:11.114', '2026-07-03 14:05:54.996', 156, '2026-07-03', 3, 209, 2, 'Nghỉ nửa buổi', 96, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7070, '2026-07-03 14:04:11.122', '2026-07-03 14:05:55.002', 156, '2026-07-03', 3, 218, 2, 'Nghỉ nửa buổi', 97, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7071, '2026-07-03 14:04:11.127', '2026-07-03 14:05:55.008', 156, '2026-07-03', 3, 221, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7072, '2026-07-03 14:04:11.132', '2026-07-03 14:05:55.014', 156, '2026-07-03', 3, 222, 3, 'Đi học muộn', 41, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7073, '2026-07-03 14:04:11.136', '2026-07-03 14:05:55.021', 156, '2026-07-03', 3, 223, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7074, '2026-07-03 14:04:11.141', '2026-07-03 14:05:55.026', 156, '2026-07-03', 3, 226, 2, 'Nghỉ nửa buổi', 86, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7075, '2026-07-03 14:04:11.145', '2026-07-03 14:05:55.030', 156, '2026-07-03', 3, 227, 3, 'Đi học muộn', 19, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7076, '2026-07-03 14:04:11.149', '2026-07-03 14:05:55.034', 156, '2026-07-03', 3, 236, 2, 'Nghỉ nửa buổi', 84, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7077, '2026-07-03 14:04:11.155', '2026-07-03 14:05:55.038', 156, '2026-07-03', 3, 238, 2, 'Nghỉ nửa buổi', 99, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7078, '2026-07-03 14:04:11.160', '2026-07-03 14:05:55.041', 156, '2026-07-03', 3, 239, 2, 'Nghỉ nửa buổi', 62, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7079, '2026-07-03 14:04:11.165', '2026-07-03 14:05:55.045', 156, '2026-07-03', 3, 244, 2, 'Nghỉ nửa buổi', 96, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7080, '2026-07-03 14:04:11.171', '2026-07-03 14:05:55.048', 156, '2026-07-03', 3, 250, 2, 'Nghỉ nửa buổi', 61, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7081, '2026-07-03 14:04:11.180', '2026-07-03 14:05:55.053', 156, '2026-07-03', 3, 252, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7082, '2026-07-03 14:04:11.184', '2026-07-03 14:05:55.056', 156, '2026-07-03', 3, 254, 3, 'Đi học muộn', 33, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7083, '2026-07-03 14:04:11.188', '2026-07-03 14:05:55.061', 156, '2026-07-03', 3, 267, 2, 'Nghỉ nửa buổi', 65, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7084, '2026-07-03 14:04:11.192', '2026-07-03 14:05:55.065', 156, '2026-07-03', 3, 273, 2, 'Nghỉ nửa buổi', 93, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7085, '2026-07-03 14:04:11.196', '2026-07-03 14:05:55.070', 156, '2026-07-03', 3, 285, 2, 'Nghỉ nửa buổi', 83, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7086, '2026-07-03 14:04:11.199', '2026-07-03 14:05:55.074', 156, '2026-07-03', 3, 298, 2, 'Nghỉ nửa buổi', 88, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7087, '2026-07-03 14:04:11.204', '2026-07-03 14:05:55.078', 156, '2026-07-03', 3, 303, 2, 'Nghỉ nửa buổi', 89, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7088, '2026-07-03 14:04:11.209', '2026-07-03 14:05:55.083', 156, '2026-07-03', 3, 308, 2, 'Nghỉ nửa buổi', 95, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7089, '2026-07-03 14:04:11.213', '2026-07-03 14:05:55.089', 156, '2026-07-03', 3, 402, 2, 'Nghỉ nửa buổi', 95, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7090, '2026-07-03 14:04:11.220', '2026-07-03 14:05:55.096', 156, '2026-07-03', 3, 415, 2, 'Nghỉ nửa buổi', 82, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7091, '2026-07-03 14:04:11.227', '2026-07-03 14:05:55.102', 156, '2026-07-03', 3, 416, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7092, '2026-07-03 14:04:11.233', '2026-07-03 14:05:55.108', 156, '2026-07-03', 3, 723, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7093, '2026-07-03 14:04:11.240', '2026-07-03 14:05:55.113', 156, '2026-07-03', 3, 887, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7094, '2026-07-03 14:04:11.248', '2026-07-03 14:05:55.118', 156, '2026-07-03', 3, 889, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7095, '2026-07-03 14:04:11.256', '2026-07-03 14:05:55.123', 156, '2026-07-03', 3, 901, 3, 'Đi học muộn', 16, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7096, '2026-07-03 14:04:11.265', '2026-07-03 14:05:55.128', 156, '2026-07-03', 3, 902, 0, 'Nghỉ không phép', 0, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7097, '2026-07-03 14:04:11.272', '2026-07-03 14:05:55.132', 156, '2026-07-03', 3, 910, 2, 'Nghỉ nửa buổi', 69, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7098, '2026-07-03 14:04:11.278', '2026-07-03 14:05:55.136', 156, '2026-07-03', 3, 933, 2, 'Nghỉ nửa buổi', 74, 0, '2026-07-03 14:05:53.431');
|
||
INSERT INTO `attendance_results` VALUES (7267, '2026-07-03 15:05:39.418', '2026-07-03 15:15:10.137', 142, '2026-07-03', 1, 1326, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7268, '2026-07-03 15:05:39.428', '2026-07-03 15:15:10.142', 142, '2026-07-03', 1, 1328, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7269, '2026-07-03 15:05:39.434', '2026-07-03 15:15:10.149', 142, '2026-07-03', 1, 1331, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7270, '2026-07-03 15:05:39.439', '2026-07-03 15:15:10.159', 142, '2026-07-03', 1, 1385, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7271, '2026-07-03 15:05:39.453', '2026-07-03 15:15:10.165', 142, '2026-07-03', 1, 1389, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7272, '2026-07-03 15:05:39.458', '2026-07-03 15:15:10.172', 142, '2026-07-03', 1, 1396, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7273, '2026-07-03 15:05:39.462', '2026-07-03 15:15:10.177', 142, '2026-07-03', 1, 1408, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7274, '2026-07-03 15:05:39.467', '2026-07-03 15:15:10.182', 142, '2026-07-03', 1, 1411, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7275, '2026-07-03 15:05:39.475', '2026-07-03 15:15:10.187', 142, '2026-07-03', 1, 1416, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7276, '2026-07-03 15:05:39.480', '2026-07-03 15:15:10.192', 142, '2026-07-03', 1, 1417, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7277, '2026-07-03 15:05:39.487', '2026-07-03 15:15:10.196', 142, '2026-07-03', 1, 1423, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7278, '2026-07-03 15:05:39.492', '2026-07-03 15:15:10.201', 142, '2026-07-03', 1, 1426, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7279, '2026-07-03 15:05:39.495', '2026-07-03 15:15:10.214', 142, '2026-07-03', 1, 1432, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7280, '2026-07-03 15:05:39.499', '2026-07-03 15:15:10.221', 142, '2026-07-03', 1, 1446, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7281, '2026-07-03 15:05:39.506', '2026-07-03 15:15:10.227', 142, '2026-07-03', 1, 1456, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7282, '2026-07-03 15:05:39.510', '2026-07-03 15:15:10.233', 142, '2026-07-03', 1, 1458, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7283, '2026-07-03 15:05:39.514', '2026-07-03 15:15:10.241', 142, '2026-07-03', 1, 1465, 4, 'Đi học đầy đủ', 106, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7284, '2026-07-03 15:05:39.519', '2026-07-03 15:15:10.247', 142, '2026-07-03', 1, 1466, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7285, '2026-07-03 15:05:39.523', '2026-07-03 15:15:10.252', 142, '2026-07-03', 1, 1474, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7286, '2026-07-03 15:05:39.528', '2026-07-03 15:15:10.260', 142, '2026-07-03', 1, 1479, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7287, '2026-07-03 15:05:39.533', '2026-07-03 15:15:10.266', 142, '2026-07-03', 1, 1488, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7288, '2026-07-03 15:05:39.538', '2026-07-03 15:15:10.272', 142, '2026-07-03', 1, 1513, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7289, '2026-07-03 15:05:39.547', '2026-07-03 15:15:10.279', 142, '2026-07-03', 1, 1516, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7290, '2026-07-03 15:05:39.552', '2026-07-03 15:15:10.286', 142, '2026-07-03', 1, 1518, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7291, '2026-07-03 15:05:39.558', '2026-07-03 15:15:10.293', 142, '2026-07-03', 1, 1529, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7292, '2026-07-03 15:05:39.563', '2026-07-03 15:15:10.299', 142, '2026-07-03', 1, 1542, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7293, '2026-07-03 15:05:39.567', '2026-07-03 15:15:10.306', 142, '2026-07-03', 1, 1557, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7294, '2026-07-03 15:05:39.571', '2026-07-03 15:15:10.313', 142, '2026-07-03', 1, 1568, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7295, '2026-07-03 15:05:39.575', '2026-07-03 15:15:10.324', 142, '2026-07-03', 1, 1584, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7296, '2026-07-03 15:05:39.580', '2026-07-03 15:15:10.330', 142, '2026-07-03', 1, 1595, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7297, '2026-07-03 15:05:39.586', '2026-07-03 15:15:10.339', 142, '2026-07-03', 1, 1598, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7298, '2026-07-03 15:05:39.591', '2026-07-03 15:15:10.346', 142, '2026-07-03', 1, 1635, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7299, '2026-07-03 15:05:39.596', '2026-07-03 15:15:10.353', 142, '2026-07-03', 1, 1636, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7300, '2026-07-03 15:05:39.605', '2026-07-03 15:15:10.359', 142, '2026-07-03', 1, 1643, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7301, '2026-07-03 15:05:39.610', '2026-07-03 15:15:10.369', 142, '2026-07-03', 1, 1652, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7302, '2026-07-03 15:05:39.617', '2026-07-03 15:15:10.376', 142, '2026-07-03', 1, 1661, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7303, '2026-07-03 15:05:39.622', '2026-07-03 15:15:10.386', 142, '2026-07-03', 1, 1667, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7304, '2026-07-03 15:05:39.627', '2026-07-03 15:15:10.398', 142, '2026-07-03', 1, 1668, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7305, '2026-07-03 15:05:39.631', '2026-07-03 15:15:10.404', 142, '2026-07-03', 1, 1669, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7306, '2026-07-03 15:05:39.635', '2026-07-03 15:15:10.415', 142, '2026-07-03', 1, 1812, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7307, '2026-07-03 15:05:39.645', '2026-07-03 15:15:10.213', 142, '2026-07-03', 4, 1326, 3, 'Đi học muộn', 9, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7308, '2026-07-03 15:05:39.649', '2026-07-03 15:15:10.218', 142, '2026-07-03', 4, 1328, 3, 'Đi học muộn', 6, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7309, '2026-07-03 15:05:39.653', '2026-07-03 15:15:10.223', 142, '2026-07-03', 4, 1331, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7310, '2026-07-03 15:05:39.657', '2026-07-03 15:15:10.230', 142, '2026-07-03', 4, 1385, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7311, '2026-07-03 15:05:39.665', '2026-07-03 15:15:10.237', 142, '2026-07-03', 4, 1389, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7312, '2026-07-03 15:05:39.670', '2026-07-03 15:15:10.243', 142, '2026-07-03', 4, 1396, 3, 'Đi học muộn', 30, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7313, '2026-07-03 15:05:39.673', '2026-07-03 15:15:10.249', 142, '2026-07-03', 4, 1408, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7314, '2026-07-03 15:05:39.678', '2026-07-03 15:15:10.254', 142, '2026-07-03', 4, 1411, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7315, '2026-07-03 15:05:39.684', '2026-07-03 15:15:10.263', 142, '2026-07-03', 4, 1416, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7316, '2026-07-03 15:05:39.688', '2026-07-03 15:15:10.269', 142, '2026-07-03', 4, 1417, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7317, '2026-07-03 15:05:39.693', '2026-07-03 15:15:10.275', 142, '2026-07-03', 4, 1423, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7318, '2026-07-03 15:05:39.699', '2026-07-03 15:15:10.282', 142, '2026-07-03', 4, 1426, 3, 'Đi học muộn', 13, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7319, '2026-07-03 15:05:39.703', '2026-07-03 15:15:10.288', 142, '2026-07-03', 4, 1432, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7320, '2026-07-03 15:05:39.715', '2026-07-03 15:15:10.296', 142, '2026-07-03', 4, 1446, 2, 'Nghỉ nửa buổi', 69, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7321, '2026-07-03 15:05:39.720', '2026-07-03 15:15:10.302', 142, '2026-07-03', 4, 1456, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7322, '2026-07-03 15:05:39.724', '2026-07-03 15:15:10.309', 142, '2026-07-03', 4, 1458, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7323, '2026-07-03 15:05:39.730', '2026-07-03 15:15:10.317', 142, '2026-07-03', 4, 1465, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7324, '2026-07-03 15:05:39.734', '2026-07-03 15:15:10.327', 142, '2026-07-03', 4, 1466, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7325, '2026-07-03 15:05:39.739', '2026-07-03 15:15:10.334', 142, '2026-07-03', 4, 1474, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7326, '2026-07-03 15:05:39.746', '2026-07-03 15:15:10.342', 142, '2026-07-03', 4, 1479, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7327, '2026-07-03 15:05:39.751', '2026-07-03 15:15:10.350', 142, '2026-07-03', 4, 1488, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7328, '2026-07-03 15:05:39.756', '2026-07-03 15:15:10.355', 142, '2026-07-03', 4, 1513, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7329, '2026-07-03 15:05:39.760', '2026-07-03 15:15:10.363', 142, '2026-07-03', 4, 1516, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7330, '2026-07-03 15:05:39.765', '2026-07-03 15:15:10.372', 142, '2026-07-03', 4, 1518, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7331, '2026-07-03 15:05:39.772', '2026-07-03 15:15:10.381', 142, '2026-07-03', 4, 1529, 3, 'Đi học muộn', 15, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7332, '2026-07-03 15:05:39.777', '2026-07-03 15:15:10.390', 142, '2026-07-03', 4, 1542, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7333, '2026-07-03 15:05:39.785', '2026-07-03 15:15:10.401', 142, '2026-07-03', 4, 1557, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7334, '2026-07-03 15:05:39.796', '2026-07-03 15:15:10.412', 142, '2026-07-03', 4, 1568, 3, 'Đi học muộn', 12, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7335, '2026-07-03 15:05:39.803', '2026-07-03 15:15:10.419', 142, '2026-07-03', 4, 1584, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7336, '2026-07-03 15:05:39.810', '2026-07-03 15:15:10.427', 142, '2026-07-03', 4, 1595, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7337, '2026-07-03 15:05:39.815', '2026-07-03 15:15:10.432', 142, '2026-07-03', 4, 1598, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7338, '2026-07-03 15:05:39.819', '2026-07-03 15:15:10.437', 142, '2026-07-03', 4, 1635, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7339, '2026-07-03 15:05:39.825', '2026-07-03 15:15:10.442', 142, '2026-07-03', 4, 1636, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7340, '2026-07-03 15:05:39.832', '2026-07-03 15:15:10.453', 142, '2026-07-03', 4, 1643, 3, 'Đi học muộn', 1, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7341, '2026-07-03 15:05:39.837', '2026-07-03 15:15:10.458', 142, '2026-07-03', 4, 1652, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7342, '2026-07-03 15:05:39.842', '2026-07-03 15:15:10.463', 142, '2026-07-03', 4, 1661, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7343, '2026-07-03 15:05:39.846', '2026-07-03 15:15:10.469', 142, '2026-07-03', 4, 1667, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7344, '2026-07-03 15:05:39.851', '2026-07-03 15:15:10.475', 142, '2026-07-03', 4, 1668, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7345, '2026-07-03 15:05:39.855', '2026-07-03 15:15:10.480', 142, '2026-07-03', 4, 1669, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7346, '2026-07-03 15:05:39.860', '2026-07-03 15:15:10.485', 142, '2026-07-03', 4, 1812, 3, 'Đi học muộn', 16, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7347, '2026-07-03 15:08:45.149', '2026-07-03 15:37:06.814', 141, '2026-07-03', 1, 677, 4, 'Đi học đầy đủ', 341, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7348, '2026-07-03 15:08:45.157', '2026-07-03 15:37:06.819', 141, '2026-07-03', 1, 1292, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7349, '2026-07-03 15:08:45.166', '2026-07-03 15:37:06.826', 141, '2026-07-03', 1, 1333, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7350, '2026-07-03 15:08:45.173', '2026-07-03 15:37:06.831', 141, '2026-07-03', 1, 1337, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7351, '2026-07-03 15:08:45.180', '2026-07-03 15:37:06.839', 141, '2026-07-03', 1, 1341, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7352, '2026-07-03 15:08:45.189', '2026-07-03 15:37:06.848', 141, '2026-07-03', 1, 1350, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7353, '2026-07-03 15:08:45.200', '2026-07-03 15:37:06.855', 141, '2026-07-03', 1, 1356, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7354, '2026-07-03 15:08:45.212', '2026-07-03 15:37:06.860', 141, '2026-07-03', 1, 1357, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7355, '2026-07-03 15:08:45.219', '2026-07-03 15:37:06.868', 141, '2026-07-03', 1, 1395, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7356, '2026-07-03 15:08:45.224', '2026-07-03 15:37:06.875', 141, '2026-07-03', 1, 1406, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7357, '2026-07-03 15:08:45.231', '2026-07-03 15:37:06.889', 141, '2026-07-03', 1, 1409, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7358, '2026-07-03 15:08:45.240', '2026-07-03 15:37:06.900', 141, '2026-07-03', 1, 1414, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7359, '2026-07-03 15:08:45.246', '2026-07-03 15:37:06.906', 141, '2026-07-03', 1, 1424, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7360, '2026-07-03 15:08:45.254', '2026-07-03 15:37:06.913', 141, '2026-07-03', 1, 1455, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7361, '2026-07-03 15:08:45.261', '2026-07-03 15:37:06.919', 141, '2026-07-03', 1, 1460, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7362, '2026-07-03 15:08:45.269', '2026-07-03 15:37:06.927', 141, '2026-07-03', 1, 1470, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7363, '2026-07-03 15:08:45.281', '2026-07-03 15:37:06.932', 141, '2026-07-03', 1, 1472, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7364, '2026-07-03 15:08:45.288', '2026-07-03 15:37:06.939', 141, '2026-07-03', 1, 1475, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7365, '2026-07-03 15:08:45.294', '2026-07-03 15:37:06.944', 141, '2026-07-03', 1, 1476, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7366, '2026-07-03 15:08:45.300', '2026-07-03 15:37:06.950', 141, '2026-07-03', 1, 1482, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7367, '2026-07-03 15:08:45.306', '2026-07-03 15:37:06.957', 141, '2026-07-03', 1, 1489, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7368, '2026-07-03 15:08:45.313', '2026-07-03 15:37:06.964', 141, '2026-07-03', 1, 1492, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7369, '2026-07-03 15:08:45.321', '2026-07-03 15:37:06.972', 141, '2026-07-03', 1, 1496, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7370, '2026-07-03 15:08:45.327', '2026-07-03 15:37:06.980', 141, '2026-07-03', 1, 1539, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7371, '2026-07-03 15:08:45.333', '2026-07-03 15:37:06.985', 141, '2026-07-03', 1, 1540, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7372, '2026-07-03 15:08:45.338', '2026-07-03 15:37:07.000', 141, '2026-07-03', 1, 1546, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7373, '2026-07-03 15:08:45.344', '2026-07-03 15:37:07.007', 141, '2026-07-03', 1, 1555, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7374, '2026-07-03 15:08:45.351', '2026-07-03 15:37:07.014', 141, '2026-07-03', 1, 1556, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7375, '2026-07-03 15:08:45.356', '2026-07-03 15:37:07.019', 141, '2026-07-03', 1, 1558, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7376, '2026-07-03 15:08:45.361', '2026-07-03 15:37:07.026', 141, '2026-07-03', 1, 1575, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7377, '2026-07-03 15:08:45.366', '2026-07-03 15:37:07.035', 141, '2026-07-03', 1, 1576, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7378, '2026-07-03 15:08:45.373', '2026-07-03 15:37:07.043', 141, '2026-07-03', 1, 1583, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7379, '2026-07-03 15:08:45.378', '2026-07-03 15:37:07.050', 141, '2026-07-03', 1, 1600, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7380, '2026-07-03 15:08:45.385', '2026-07-03 15:37:07.057', 141, '2026-07-03', 1, 1624, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7381, '2026-07-03 15:08:45.392', '2026-07-03 15:37:07.065', 141, '2026-07-03', 1, 1648, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7382, '2026-07-03 15:08:45.401', '2026-07-03 15:37:07.072', 141, '2026-07-03', 1, 1654, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7383, '2026-07-03 15:08:45.408', '2026-07-03 15:37:07.083', 141, '2026-07-03', 1, 1662, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7384, '2026-07-03 15:08:45.415', '2026-07-03 15:37:07.092', 141, '2026-07-03', 1, 1663, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
INSERT INTO `attendance_results` VALUES (7385, '2026-07-03 15:08:45.421', '2026-07-03 15:37:07.099', 141, '2026-07-03', 1, 1666, 0, 'Nghỉ không phép', 0, 0, NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for chat_messages
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `chat_messages`;
|
||
CREATE TABLE `chat_messages` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`staff_id` bigint UNSIGNED NOT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
`sender_role` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`read_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_chat_thread`(`staff_id` ASC, `student_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of chat_messages
|
||
-- ----------------------------
|
||
INSERT INTO `chat_messages` VALUES (1, '2026-07-01 08:31:14.564', 1, 1555, 'staff', 'asdas', '2026-07-01 08:31:17.642');
|
||
INSERT INTO `chat_messages` VALUES (2, '2026-07-01 08:31:24.962', 1, 1555, 'staff', 'sfsdfs', '2026-07-01 08:31:26.208');
|
||
INSERT INTO `chat_messages` VALUES (3, '2026-07-01 08:52:08.300', 1, 596, 'staff', 'asdsa', '2026-07-01 08:52:15.364');
|
||
INSERT INTO `chat_messages` VALUES (4, '2026-07-01 08:52:17.129', 1, 596, 'student', 'adas', '2026-07-01 09:00:58.682');
|
||
INSERT INTO `chat_messages` VALUES (5, '2026-07-01 15:06:29.974', 8, 102, 'staff', 'mệt', '2026-07-01 17:39:53.310');
|
||
INSERT INTO `chat_messages` VALUES (6, '2026-07-01 15:31:41.879', 2, 1459, 'staff', 'Hello thầy', '2026-07-01 15:32:00.679');
|
||
INSERT INTO `chat_messages` VALUES (7, '2026-07-01 15:31:45.318', 2, 1459, 'staff', 'hello', '2026-07-01 15:32:00.679');
|
||
INSERT INTO `chat_messages` VALUES (8, '2026-07-01 15:32:05.350', 2, 1459, 'student', 'hi thaayf', '2026-07-01 15:34:45.083');
|
||
INSERT INTO `chat_messages` VALUES (9, '2026-07-01 15:32:09.362', 2, 1459, 'staff', 'hihi', '2026-07-01 15:32:10.095');
|
||
INSERT INTO `chat_messages` VALUES (10, '2026-07-01 15:32:37.665', 12, 1459, 'staff', 'Alo', '2026-07-01 15:33:05.277');
|
||
INSERT INTO `chat_messages` VALUES (11, '2026-07-01 15:33:12.261', 12, 1459, 'student', 'alo thầy', '2026-07-01 15:33:47.587');
|
||
INSERT INTO `chat_messages` VALUES (12, '2026-07-01 15:37:16.412', 12, 1459, 'student', 'chat', '2026-07-01 15:38:08.134');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for class_allowed_apps
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `class_allowed_apps`;
|
||
CREATE TABLE `class_allowed_apps` (
|
||
`class_rk_id` bigint NOT NULL AUTO_INCREMENT,
|
||
`keywords` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
PRIMARY KEY (`class_rk_id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 177 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of class_allowed_apps
|
||
-- ----------------------------
|
||
INSERT INTO `class_allowed_apps` VALUES (49, 'chrome,idea64,vscode,wails,simple_care,client,browser,msedge,osk,brave,wps,FoxitReader, SnippingTool,WINWORD,Photos,WindowsTerminal,pgAdmin4,postman');
|
||
INSERT INTO `class_allowed_apps` VALUES (51, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (63, 'chrome, idea64, vscode, wails, simple_care, client, lark, inetmgr, notepad, unikey');
|
||
INSERT INTO `class_allowed_apps` VALUES (72, 'chrome, vscode, applicationframehost, lark, msedge, browser');
|
||
INSERT INTO `class_allowed_apps` VALUES (77, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (82, 'chrome, vscode, idea64, wails, goland, cursor, client, zoom, teams, simple_care, excel, lark, msedge, browser, applicationframehost, brave, system settings,words, opera, notepad, ultraviewer_desktop, electron, teamviewer, postman, safari, photos, notes, windowsterminal, winrar, microsoft edge, parsecd, onedrive, google chrome, deskin, firefox, gotiengviet, gethelp, snippingtool, laragon, cloudflare warp, microsoft word, docker desktop, mysql, workbench, winword ');
|
||
INSERT INTO `class_allowed_apps` VALUES (84, 'chrome, cốc cốc, google, chatgpt, gemini, claude, lark, safari, microsoft edge, edge, applicationframehost, msedge, browser, system settings, brave, opera, mscopilot, teamviewer, notepad, seccenter, ultraviewer_desktop, winword, windowsterminal, notes, photos, winrar, google chrome, mmc, activity monitor, firefox, gotiengviet, easeofaccessdialog, softwareupdate, photolaunch, calendar, snippingtool, loadingbayinstaller, msiexec, teamvieweruninstaller, microsoft word, idman');
|
||
INSERT INTO `class_allowed_apps` VALUES (141, 'chrome, idea64, vscode, wails, simple_care, client, safari, messages, brave, msedge, system settings, microsoft edge, lark, browser, postman, opera, notes, firefox, google chrome, electron, applicationframehost');
|
||
INSERT INTO `class_allowed_apps` VALUES (142, 'chrome, idea64, vscode, wails, simple_care, client, safari, messages, brave, msedge, system settings, microsoft edge, lark, browser, postman, opera, notes, firefox, google chrome, electron, applicationframehost');
|
||
INSERT INTO `class_allowed_apps` VALUES (143, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (156, 'chrome,idea64,vscode,wails,simple_care,client,browser,msedge,osk,brave,wps,FoxitReader, SnippingTool,WINWORD,Photos,lark,notepad, postman,Dia');
|
||
INSERT INTO `class_allowed_apps` VALUES (170, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (173, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (175, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
INSERT INTO `class_allowed_apps` VALUES (176, 'chrome,idea64,vscode,wails,simple_care,client');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for class_courses
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `class_courses`;
|
||
CREATE TABLE `class_courses` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`class_rk_id` bigint NOT NULL,
|
||
`course_rk_id` bigint NOT NULL,
|
||
`name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`course_code` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `uq_class_course`(`class_rk_id` ASC, `course_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 4369 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of class_courses
|
||
-- ----------------------------
|
||
INSERT INTO `class_courses` VALUES (1, '2026-07-01 08:06:03.005', '2026-07-02 19:35:06.943', 176, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (2, '2026-07-01 08:06:03.005', '2026-07-02 19:35:06.943', 176, 117, '[FE] Lập trình FrontEnd cơ bản', 'IOC-FE-01');
|
||
INSERT INTO `class_courses` VALUES (3, '2026-07-01 08:06:03.147', '2026-07-02 16:15:13.721', 175, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (4, '2026-07-01 08:06:03.147', '2026-07-02 16:15:13.721', 175, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (5, '2026-07-01 08:06:03.147', '2026-07-02 16:15:13.721', 175, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (6, '2026-07-01 08:06:03.147', '2026-07-02 16:15:13.721', 175, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (7, '2026-07-01 08:06:03.397', '2026-07-02 15:10:27.294', 174, 197, 'Tổng quan về BA', 'BA - 01');
|
||
INSERT INTO `class_courses` VALUES (8, '2026-07-01 08:06:03.397', '2026-07-02 15:10:27.294', 174, 200, 'Kỹ năng khơi gợi yêu cầu', 'BA - 02');
|
||
INSERT INTO `class_courses` VALUES (9, '2026-07-01 08:06:03.397', '2026-07-02 15:10:27.294', 174, 201, 'Kỹ năng phân tích yêu cầu', 'BA - 03');
|
||
INSERT INTO `class_courses` VALUES (10, '2026-07-01 08:06:03.397', '2026-07-02 15:10:27.294', 174, 202, 'Kỹ năng nâng cao cho IT BA', 'BA - 04');
|
||
INSERT INTO `class_courses` VALUES (11, '2026-07-01 08:06:03.623', '2026-07-02 15:56:52.773', 173, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (12, '2026-07-01 08:06:03.623', '2026-07-02 15:56:52.773', 173, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (13, '2026-07-01 08:06:03.623', '2026-07-02 15:56:52.773', 173, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (14, '2026-07-01 08:06:03.623', '2026-07-02 15:56:52.773', 173, 219, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON 2.0', 'DA - BK 2.0');
|
||
INSERT INTO `class_courses` VALUES (15, '2026-07-01 08:06:03.623', '2026-07-02 15:56:52.773', 173, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (16, '2026-07-01 08:06:04.112', '2026-07-02 15:10:27.866', 172, 170, '[FJS-MD1] Modern Web UI Design', 'FJS-MD1');
|
||
INSERT INTO `class_courses` VALUES (17, '2026-07-01 08:06:04.306', '2026-07-02 15:10:28.057', 171, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (18, '2026-07-01 08:06:04.452', '2026-07-02 16:35:56.399', 170, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (19, '2026-07-01 08:06:04.452', '2026-07-02 16:35:56.399', 170, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (20, '2026-07-01 08:06:04.452', '2026-07-02 16:35:56.399', 170, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (21, '2026-07-01 08:06:04.452', '2026-07-02 16:35:56.399', 170, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (22, '2026-07-01 08:06:04.741', '2026-07-02 15:10:28.492', 169, 203, '[ENG305-K25] - Tiếng Anh Toeic 3', 'ENG305-K25');
|
||
INSERT INTO `class_courses` VALUES (23, '2026-07-01 08:06:05.009', '2026-07-02 15:10:28.770', 168, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (24, '2026-07-01 08:06:05.356', '2026-07-02 15:10:29.155', 167, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (25, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (26, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (27, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 185, 'Nền tảng BrSE& Môi trường dự án Nhật ', 'BrSE-01');
|
||
INSERT INTO `class_courses` VALUES (28, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 186, 'Document Core', 'BrSE - 02');
|
||
INSERT INTO `class_courses` VALUES (29, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 209, 'AI for BrSE', 'BrSE - 04');
|
||
INSERT INTO `class_courses` VALUES (30, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 210, 'Tiếng Nhật BrSE', 'BrSE - 05');
|
||
INSERT INTO `class_courses` VALUES (31, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 211, 'Project thực tế', 'BrSE - 06');
|
||
INSERT INTO `class_courses` VALUES (32, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (33, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (34, '2026-07-01 08:06:05.666', '2026-07-02 15:10:29.673', 166, 208, 'Basic Design & Giao tiếp Dev', 'BrSE-03');
|
||
INSERT INTO `class_courses` VALUES (35, '2026-07-01 08:06:05.877', '2026-07-02 15:10:29.903', 165, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (36, '2026-07-01 08:06:05.877', '2026-07-02 15:10:29.903', 165, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (37, '2026-07-01 08:06:05.877', '2026-07-02 15:10:29.903', 165, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (38, '2026-07-01 08:06:05.877', '2026-07-02 15:10:29.903', 165, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (39, '2026-07-01 08:06:06.082', '2026-07-02 15:10:30.074', 164, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (40, '2026-07-01 08:06:06.082', '2026-07-02 15:10:30.074', 164, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (41, '2026-07-01 08:06:06.082', '2026-07-02 15:10:30.074', 164, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (42, '2026-07-01 08:06:06.082', '2026-07-02 15:10:30.074', 164, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (43, '2026-07-01 08:06:06.194', '2026-07-02 15:10:30.185', 163, 93, '[JPN205-K25] - Tiếng Nhật 2', 'JPN205-K25');
|
||
INSERT INTO `class_courses` VALUES (44, '2026-07-01 08:06:06.504', '2026-07-02 15:10:30.457', 162, 93, '[JPN205-K25] - Tiếng Nhật 2', 'JPN205-K25');
|
||
INSERT INTO `class_courses` VALUES (45, '2026-07-01 08:06:06.910', '2026-07-02 15:10:30.730', 161, 203, '[ENG305-K25] - Tiếng Anh Toeic 3', 'ENG305-K25');
|
||
INSERT INTO `class_courses` VALUES (46, '2026-07-01 08:06:07.295', '2026-07-02 15:10:31.095', 160, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (47, '2026-07-01 08:06:08.137', '2026-07-02 15:10:31.611', 159, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (48, '2026-07-01 08:06:08.610', '2026-07-02 15:10:32.000', 158, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (49, '2026-07-01 08:06:08.997', '2026-07-02 15:10:32.395', 157, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (50, '2026-07-01 08:06:09.355', '2026-07-03 15:58:55.374', 156, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (51, '2026-07-01 08:06:09.355', '2026-07-03 15:58:55.374', 156, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (52, '2026-07-01 08:06:09.355', '2026-07-03 15:58:55.374', 156, 214, '[IT-212] AI Application in Action', 'IT-212');
|
||
INSERT INTO `class_courses` VALUES (53, '2026-07-01 08:06:10.058', '2026-07-02 15:10:33.309', 155, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (54, '2026-07-01 08:06:10.058', '2026-07-02 15:10:33.309', 155, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (55, '2026-07-01 08:06:10.058', '2026-07-02 15:10:33.309', 155, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (56, '2026-07-01 08:06:10.058', '2026-07-02 15:10:33.309', 155, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (57, '2026-07-01 08:06:10.198', '2026-07-02 15:10:33.443', 154, 198, 'Manual test & AI Testing ', 'TESTER - 01');
|
||
INSERT INTO `class_courses` VALUES (58, '2026-07-01 08:06:10.198', '2026-07-02 15:10:33.443', 154, 199, 'Software Automation Test', 'TESTER - 02');
|
||
INSERT INTO `class_courses` VALUES (59, '2026-07-01 08:06:10.428', '2026-07-02 15:10:33.648', 153, 145, 'Embedded - Lập trình C', 'BK-E-001');
|
||
INSERT INTO `class_courses` VALUES (60, '2026-07-01 08:06:10.428', '2026-07-02 15:10:33.648', 153, 184, 'Vi xử lí', 'EMB - VXL');
|
||
INSERT INTO `class_courses` VALUES (61, '2026-07-01 08:06:10.724', '2026-07-02 15:10:34.139', 152, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (62, '2026-07-01 08:06:10.724', '2026-07-02 15:10:34.139', 152, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (63, '2026-07-01 08:06:10.724', '2026-07-02 15:10:34.139', 152, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (64, '2026-07-01 08:06:11.012', '2026-07-02 15:10:34.422', 151, 197, 'Tổng quan về BA', 'BA - 01');
|
||
INSERT INTO `class_courses` VALUES (65, '2026-07-01 08:06:11.012', '2026-07-02 15:10:34.422', 151, 200, 'Kỹ năng khơi gợi yêu cầu', 'BA - 02');
|
||
INSERT INTO `class_courses` VALUES (66, '2026-07-01 08:06:11.012', '2026-07-02 15:10:34.422', 151, 201, 'Kỹ năng phân tích yêu cầu', 'BA - 03');
|
||
INSERT INTO `class_courses` VALUES (67, '2026-07-01 08:06:11.012', '2026-07-02 15:10:34.422', 151, 202, 'Kỹ năng nâng cao cho IT BA', 'BA - 04');
|
||
INSERT INTO `class_courses` VALUES (68, '2026-07-01 08:06:11.232', '2026-07-02 15:10:34.650', 149, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (69, '2026-07-01 08:06:11.232', '2026-07-02 15:10:34.650', 149, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (70, '2026-07-01 08:06:11.232', '2026-07-02 15:10:34.650', 149, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (71, '2026-07-01 08:06:11.232', '2026-07-02 15:10:34.650', 149, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (72, '2026-07-01 08:06:11.521', '2026-07-02 19:37:09.386', 148, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (73, '2026-07-01 08:06:11.716', '2026-07-02 15:10:35.156', 146, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (74, '2026-07-01 08:06:11.716', '2026-07-02 15:10:35.156', 146, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (75, '2026-07-01 08:06:11.716', '2026-07-02 15:10:35.156', 146, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (76, '2026-07-01 08:06:11.975', '2026-07-03 16:04:42.674', 145, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (77, '2026-07-01 08:06:11.975', '2026-07-03 16:04:42.674', 145, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (78, '2026-07-01 08:06:11.975', '2026-07-03 16:04:42.674', 145, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (79, '2026-07-01 08:06:12.426', '2026-07-02 15:10:35.790', 144, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (80, '2026-07-01 08:06:12.426', '2026-07-02 15:10:35.790', 144, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (81, '2026-07-01 08:06:12.426', '2026-07-02 15:10:35.790', 144, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (82, '2026-07-01 08:06:12.426', '2026-07-02 15:10:35.790', 144, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (83, '2026-07-01 08:06:13.084', '2026-07-03 14:36:21.792', 143, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (84, '2026-07-01 08:06:13.084', '2026-07-03 14:36:21.792', 143, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (85, '2026-07-01 08:06:13.084', '2026-07-03 14:36:21.792', 143, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (86, '2026-07-01 08:06:13.084', '2026-07-03 14:36:21.792', 143, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (87, '2026-07-01 08:06:13.777', '2026-07-03 15:15:58.895', 142, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (88, '2026-07-01 08:06:13.777', '2026-07-03 15:15:58.895', 142, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (89, '2026-07-01 08:06:13.777', '2026-07-03 15:15:58.895', 142, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (90, '2026-07-01 08:06:13.777', '2026-07-03 15:15:58.895', 142, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (91, '2026-07-01 08:06:14.384', '2026-07-03 15:44:52.410', 141, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (92, '2026-07-01 08:06:14.384', '2026-07-03 15:44:52.410', 141, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (93, '2026-07-01 08:06:14.384', '2026-07-03 15:44:52.410', 141, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (94, '2026-07-01 08:06:14.384', '2026-07-03 15:44:52.410', 141, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (95, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 185, 'Nền tảng BrSE& Môi trường dự án Nhật ', 'BrSE-01');
|
||
INSERT INTO `class_courses` VALUES (96, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 186, 'Document Core', 'BrSE - 02');
|
||
INSERT INTO `class_courses` VALUES (97, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 208, 'Basic Design & Giao tiếp Dev', 'BrSE-03');
|
||
INSERT INTO `class_courses` VALUES (98, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 210, 'Tiếng Nhật BrSE', 'BrSE - 05');
|
||
INSERT INTO `class_courses` VALUES (99, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 209, 'AI for BrSE', 'BrSE - 04');
|
||
INSERT INTO `class_courses` VALUES (100, '2026-07-01 08:06:15.290', '2026-07-02 15:10:38.423', 139, 211, 'Project thực tế', 'BrSE - 06');
|
||
INSERT INTO `class_courses` VALUES (101, '2026-07-01 08:06:15.457', '2026-07-02 15:10:38.631', 138, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (102, '2026-07-01 08:06:15.457', '2026-07-02 15:10:38.631', 138, 212, '[BE-105] Devops', 'BE-105');
|
||
INSERT INTO `class_courses` VALUES (103, '2026-07-01 08:06:15.684', '2026-07-02 15:10:38.863', 136, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (104, '2026-07-01 08:06:15.684', '2026-07-02 15:10:38.863', 136, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (105, '2026-07-01 08:06:15.684', '2026-07-02 15:10:38.863', 136, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (106, '2026-07-01 08:06:15.684', '2026-07-02 15:10:38.863', 136, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (107, '2026-07-01 08:06:16.056', '2026-07-02 15:10:39.319', 134, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (108, '2026-07-01 08:06:16.056', '2026-07-02 15:10:39.319', 134, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (109, '2026-07-01 08:06:16.056', '2026-07-02 15:10:39.319', 134, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (110, '2026-07-01 08:06:16.056', '2026-07-02 15:10:39.319', 134, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (111, '2026-07-01 08:06:16.258', '2026-07-02 15:10:39.537', 133, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (112, '2026-07-01 08:06:16.258', '2026-07-02 15:10:39.537', 133, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (113, '2026-07-01 08:06:16.258', '2026-07-02 15:10:39.537', 133, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (114, '2026-07-01 08:06:16.258', '2026-07-02 15:10:39.537', 133, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (115, '2026-07-01 08:06:16.258', '2026-07-02 15:10:39.537', 133, 116, '[FE] Lập trình FrontEnd với ReactJS', 'IOC-FE02');
|
||
INSERT INTO `class_courses` VALUES (116, '2026-07-01 08:06:16.400', '2026-07-02 15:10:39.686', 132, 61, '[JPN305-K24] - Tiếng Nhật 3', 'JPN305-K24');
|
||
INSERT INTO `class_courses` VALUES (117, '2026-07-01 08:06:16.639', '2026-07-02 15:10:39.950', 131, 179, 'Module 1: Power BI 2.0', 'PB2.0 - 01');
|
||
INSERT INTO `class_courses` VALUES (118, '2026-07-01 08:06:16.639', '2026-07-02 15:10:39.950', 131, 180, 'Module 2: Power BI 2.0', 'PB2.0 - 02');
|
||
INSERT INTO `class_courses` VALUES (119, '2026-07-01 08:06:16.639', '2026-07-02 15:10:39.950', 131, 181, 'Module 3: Power BI 2.0', 'PB2.0 - 03');
|
||
INSERT INTO `class_courses` VALUES (120, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 170, '[FJS-MD1] Modern Web UI Design', 'FJS-MD1');
|
||
INSERT INTO `class_courses` VALUES (121, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 171, '[FJS-MD2] Programming Foundations with JavaScript', 'FJS-MD2');
|
||
INSERT INTO `class_courses` VALUES (122, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 172, '[FJS-MD3] Professional Frontend Development with ReactJS', 'FJS-MD3');
|
||
INSERT INTO `class_courses` VALUES (123, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 173, '[FJS-MD4] Backend Development with NodeJS & ExpressJS', 'FJS-MD4');
|
||
INSERT INTO `class_courses` VALUES (124, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 174, '[FJS-MD5] Professional Backend Development with NestJS', 'FJS-MD5');
|
||
INSERT INTO `class_courses` VALUES (125, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 175, '[FJS-MD6] Professional Backend Development & Optimization', 'FJS-MD6');
|
||
INSERT INTO `class_courses` VALUES (126, '2026-07-01 08:06:16.825', '2026-07-02 15:10:40.274', 130, 176, '[FJS-MD7] Final Capstone Project', 'FJS-MD7');
|
||
INSERT INTO `class_courses` VALUES (127, '2026-07-01 08:06:17.018', '2026-07-02 15:10:40.519', 129, 145, 'Embedded - Lập trình C', 'BK-E-001');
|
||
INSERT INTO `class_courses` VALUES (128, '2026-07-01 08:06:17.018', '2026-07-02 15:10:40.519', 129, 184, 'Vi xử lí', 'EMB - VXL');
|
||
INSERT INTO `class_courses` VALUES (129, '2026-07-01 08:06:17.593', '2026-07-02 15:10:40.923', 127, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (130, '2026-07-01 08:06:17.593', '2026-07-02 15:10:40.923', 127, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (131, '2026-07-01 08:06:17.593', '2026-07-02 15:10:40.923', 127, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (132, '2026-07-01 08:06:17.593', '2026-07-02 15:10:40.923', 127, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (133, '2026-07-01 08:06:18.003', '2026-07-02 15:10:41.265', 126, 97, '[TSubasa] Java Fundamental ', 'TSU-103');
|
||
INSERT INTO `class_courses` VALUES (134, '2026-07-01 08:06:18.003', '2026-07-02 15:10:41.265', 126, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (135, '2026-07-01 08:06:18.003', '2026-07-02 15:10:41.265', 126, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (136, '2026-07-01 08:06:18.003', '2026-07-02 15:10:41.265', 126, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (137, '2026-07-01 08:06:18.306', '2026-07-02 15:10:41.863', 125, 61, '[JPN305-K24] - Tiếng Nhật 3', 'JPN305-K24');
|
||
INSERT INTO `class_courses` VALUES (138, '2026-07-01 08:06:18.614', '2026-07-02 15:10:42.320', 123, 62, '[ENG405-K24] - Tiếng Anh Toeic 4', 'ENG405-K24');
|
||
INSERT INTO `class_courses` VALUES (139, '2026-07-01 08:06:19.034', '2026-07-02 15:10:42.747', 122, 59, 'ENG305-K24 - Tiếng Anh Toeic 3', 'ENG305-K24');
|
||
INSERT INTO `class_courses` VALUES (140, '2026-07-01 08:06:19.403', '2026-07-02 15:10:43.137', 121, 59, 'ENG305-K24 - Tiếng Anh Toeic 3', 'ENG305-K24');
|
||
INSERT INTO `class_courses` VALUES (141, '2026-07-01 08:06:19.710', '2026-07-02 15:10:43.493', 120, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (142, '2026-07-01 08:06:19.710', '2026-07-02 15:10:43.493', 120, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (143, '2026-07-01 08:06:19.710', '2026-07-02 15:10:43.493', 120, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (144, '2026-07-01 08:06:19.710', '2026-07-02 15:10:43.493', 120, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (145, '2026-07-01 08:06:19.842', '2026-07-02 15:10:43.623', 119, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (146, '2026-07-01 08:06:19.842', '2026-07-02 15:10:43.623', 119, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (147, '2026-07-01 08:06:19.842', '2026-07-02 15:10:43.623', 119, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (148, '2026-07-01 08:06:20.389', '2026-07-02 15:10:43.920', 118, 161, 'C#', 'TEST-C');
|
||
INSERT INTO `class_courses` VALUES (149, '2026-07-01 08:06:20.389', '2026-07-02 15:10:43.920', 118, 163, 'Java Fundamental 1', 'Java-1');
|
||
INSERT INTO `class_courses` VALUES (150, '2026-07-01 08:06:20.510', '2026-07-02 15:10:44.047', 117, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (151, '2026-07-01 08:06:20.510', '2026-07-02 15:10:44.047', 117, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (152, '2026-07-01 08:06:20.510', '2026-07-02 15:10:44.047', 117, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (153, '2026-07-01 08:06:20.510', '2026-07-02 15:10:44.047', 117, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (154, '2026-07-01 08:06:20.809', '2026-07-02 15:10:44.350', 116, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (155, '2026-07-01 08:06:20.809', '2026-07-02 15:10:44.350', 116, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (156, '2026-07-01 08:06:20.809', '2026-07-02 15:10:44.350', 116, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (157, '2026-07-01 08:06:20.809', '2026-07-02 15:10:44.350', 116, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (158, '2026-07-01 08:06:21.066', '2026-07-02 15:10:44.633', 115, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (159, '2026-07-01 08:06:21.066', '2026-07-02 15:10:44.633', 115, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (160, '2026-07-01 08:06:21.066', '2026-07-02 15:10:44.633', 115, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (161, '2026-07-01 08:06:21.330', '2026-07-02 15:10:44.901', 114, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (162, '2026-07-01 08:06:21.330', '2026-07-02 15:10:44.901', 114, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (163, '2026-07-01 08:06:21.330', '2026-07-02 15:10:44.901', 114, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (164, '2026-07-01 08:06:21.330', '2026-07-02 15:10:44.901', 114, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (165, '2026-07-01 08:06:21.330', '2026-07-02 15:10:44.901', 114, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (166, '2026-07-01 08:06:21.503', '2026-07-02 15:10:45.122', 113, 145, 'Embedded - Lập trình C', 'BK-E-001');
|
||
INSERT INTO `class_courses` VALUES (167, '2026-07-01 08:06:21.503', '2026-07-02 15:10:45.122', 113, 184, 'Vi xử lí', 'EMB - VXL');
|
||
INSERT INTO `class_courses` VALUES (168, '2026-07-01 08:06:21.807', '2026-07-02 15:10:45.430', 112, 138, 'PHÂN TÍCH DỮ LIỆU VỚI PYTHON', 'DA-BK-003');
|
||
INSERT INTO `class_courses` VALUES (169, '2026-07-01 08:06:21.807', '2026-07-02 15:10:45.430', 112, 139, 'TỔNG QUAN AI VÀ ỨNG DỤNG AI TRONG KINH TẾ', 'DA-BK-004');
|
||
INSERT INTO `class_courses` VALUES (170, '2026-07-01 08:06:21.807', '2026-07-02 15:10:45.430', 112, 136, 'TỔNG QUAN PHÂN TÍCH DỮ LIỆU TRÊN SQL', 'DA-BK-001');
|
||
INSERT INTO `class_courses` VALUES (171, '2026-07-01 08:06:21.807', '2026-07-02 15:10:45.430', 112, 137, 'PHÂN TÍCH KINH DOANH VỚI POWER BI', 'DA-BK-002');
|
||
INSERT INTO `class_courses` VALUES (172, '2026-07-01 08:06:22.084', '2026-07-02 15:10:45.713', 111, 127, 'Module 3: Báo cáo và trực quan hóa', 'DA-BK-03');
|
||
INSERT INTO `class_courses` VALUES (173, '2026-07-01 08:06:22.084', '2026-07-02 15:10:45.713', 111, 128, 'Module 4: Quản lý tài nguyên & Bảo mật', 'DA-BK-04');
|
||
INSERT INTO `class_courses` VALUES (174, '2026-07-01 08:06:22.084', '2026-07-02 15:10:45.713', 111, 125, 'Module 1: Tổng quan và chuẩn bị dữ liệu', 'DA-BK-01');
|
||
INSERT INTO `class_courses` VALUES (175, '2026-07-01 08:06:22.084', '2026-07-02 15:10:45.713', 111, 126, 'Module 2: Mô hình hóa và tính toán', 'DA-BK-02');
|
||
INSERT INTO `class_courses` VALUES (176, '2026-07-01 08:06:22.293', '2026-07-02 15:10:45.909', 110, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (177, '2026-07-01 08:06:22.293', '2026-07-02 15:10:45.909', 110, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (178, '2026-07-01 08:06:22.293', '2026-07-02 15:10:45.909', 110, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (179, '2026-07-01 08:06:22.293', '2026-07-02 15:10:45.909', 110, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (180, '2026-07-01 08:06:22.580', '2026-07-02 15:10:46.166', 109, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (181, '2026-07-01 08:06:22.580', '2026-07-02 15:10:46.166', 109, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (182, '2026-07-01 08:06:22.580', '2026-07-02 15:10:46.166', 109, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (183, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (184, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 116, '[FE] Lập trình FrontEnd với ReactJS', 'IOC-FE02');
|
||
INSERT INTO `class_courses` VALUES (185, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (186, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (187, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (188, '2026-07-01 08:06:22.729', '2026-07-02 15:10:46.459', 108, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (189, '2026-07-01 08:06:23.000', '2026-07-02 15:10:46.721', 106, 86, '[SKL101] - Kỹ năng tư duy phân tích và học tập chủ động', 'SKL101');
|
||
INSERT INTO `class_courses` VALUES (190, '2026-07-01 08:06:23.130', '2026-07-02 15:10:46.925', 105, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (191, '2026-07-01 08:06:23.130', '2026-07-02 15:10:46.925', 105, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (192, '2026-07-01 08:06:23.130', '2026-07-02 15:10:46.925', 105, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (193, '2026-07-01 08:06:23.130', '2026-07-02 15:10:46.925', 105, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (194, '2026-07-01 08:06:23.130', '2026-07-02 15:10:46.925', 105, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (195, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (196, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 116, '[FE] Lập trình FrontEnd với ReactJS', 'IOC-FE02');
|
||
INSERT INTO `class_courses` VALUES (197, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 141, '[IOC] - Phát triển dịch vụ web với Spring', 'IOC-BE-103');
|
||
INSERT INTO `class_courses` VALUES (198, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 159, 'Phát triển Hệ thống Microservices với Spring Boot', 'IOC-BE-104');
|
||
INSERT INTO `class_courses` VALUES (199, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 109, '[BE-101] Nhập môn Cơ sở dữ liệu - PostgreSQL', 'BE-101');
|
||
INSERT INTO `class_courses` VALUES (200, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 120, '[IOC-BE] Java Fudamental - JDBC', 'IOC-BE102');
|
||
INSERT INTO `class_courses` VALUES (201, '2026-07-01 08:06:23.279', '2026-07-02 15:10:47.104', 104, 212, '[BE-105] Devops', 'BE-105');
|
||
INSERT INTO `class_courses` VALUES (202, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (203, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 69, '[MAN101] - Quản trị học căn bản', 'Quản trị học căn bản');
|
||
INSERT INTO `class_courses` VALUES (204, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 83, '[IT207-K23] - Lập trình Mobile App với React native', 'IT207');
|
||
INSERT INTO `class_courses` VALUES (205, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (206, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (207, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (208, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 23, 'IT Fundamental', '');
|
||
INSERT INTO `class_courses` VALUES (209, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 84, '[IT206-K23] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K23');
|
||
INSERT INTO `class_courses` VALUES (210, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (211, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 64, '[IT205-K23] - Java Web Services', 'IT205');
|
||
INSERT INTO `class_courses` VALUES (212, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (213, '2026-07-01 08:06:23.482', '2026-07-02 15:10:47.293', 103, 82, '[SEL101] Kỹ năng bán hàng', 'SEL101');
|
||
INSERT INTO `class_courses` VALUES (214, '2026-07-01 08:06:23.830', '2026-07-02 15:10:47.631', 100, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (215, '2026-07-01 08:06:23.830', '2026-07-02 15:10:47.631', 100, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (216, '2026-07-01 08:06:23.830', '2026-07-02 15:10:47.631', 100, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (217, '2026-07-01 08:06:23.830', '2026-07-02 15:10:47.631', 100, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (218, '2026-07-01 08:06:23.830', '2026-07-02 15:10:47.631', 100, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (219, '2026-07-01 08:06:23.980', '2026-07-02 15:10:47.780', 99, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (220, '2026-07-01 08:06:24.435', '2026-07-02 15:10:48.200', 98, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (221, '2026-07-01 08:06:24.821', '2026-07-02 15:10:48.374', 97, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (222, '2026-07-01 08:06:25.238', '2026-07-02 15:10:48.963', 96, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (223, '2026-07-01 08:06:25.585', '2026-07-02 15:10:49.323', 95, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (224, '2026-07-01 08:06:25.990', '2026-07-02 15:10:49.679', 94, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (225, '2026-07-01 08:06:26.305', '2026-07-02 15:10:49.996', 93, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (226, '2026-07-01 08:06:26.797', '2026-07-02 15:10:50.329', 92, 94, '[ENG105-K25] - Tiếng Anh Toeic 1', 'ENG105-K25');
|
||
INSERT INTO `class_courses` VALUES (227, '2026-07-01 08:06:27.209', '2026-07-02 15:10:50.872', 91, 95, '[ENG205-K25] - Tiếng Anh Toeic 2', 'ENG205-K25');
|
||
INSERT INTO `class_courses` VALUES (228, '2026-07-01 08:06:27.584', '2026-07-02 15:10:51.192', 90, 92, '[JPN105-K25] - Tiếng Nhật 1', 'JPN105-K25');
|
||
INSERT INTO `class_courses` VALUES (229, '2026-07-01 08:06:27.922', '2026-07-02 15:10:51.512', 89, 92, '[JPN105-K25] - Tiếng Nhật 1', 'JPN105-K25');
|
||
INSERT INTO `class_courses` VALUES (230, '2026-07-01 08:06:28.206', '2026-07-02 15:10:51.845', 88, 92, '[JPN105-K25] - Tiếng Nhật 1', 'JPN105-K25');
|
||
INSERT INTO `class_courses` VALUES (231, '2026-07-01 08:06:28.524', '2026-07-02 15:10:52.162', 87, 92, '[JPN105-K25] - Tiếng Nhật 1', 'JPN105-K25');
|
||
INSERT INTO `class_courses` VALUES (232, '2026-07-01 08:06:28.786', '2026-07-02 15:10:52.436', 86, 92, '[JPN105-K25] - Tiếng Nhật 1', 'JPN105-K25');
|
||
INSERT INTO `class_courses` VALUES (233, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (234, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 81, '[TPLUS] Phát triển dịch vụ web với Spring', 'TPLUS-MD06');
|
||
INSERT INTO `class_courses` VALUES (235, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 83, '[IT207-K23] - Lập trình Mobile App với React native', 'IT207');
|
||
INSERT INTO `class_courses` VALUES (236, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 84, '[IT206-K23] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K23');
|
||
INSERT INTO `class_courses` VALUES (237, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 82, '[SEL101] Kỹ năng bán hàng', 'SEL101');
|
||
INSERT INTO `class_courses` VALUES (238, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 86, '[SKL101] - Kỹ năng tư duy phân tích và học tập chủ động', 'SKL101');
|
||
INSERT INTO `class_courses` VALUES (239, '2026-07-01 08:06:29.026', '2026-07-02 15:10:52.686', 85, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (240, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 188, '[DTB201] Chuyển đổi số trong kinh doanh', 'DTB201');
|
||
INSERT INTO `class_courses` VALUES (241, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 218, '[PRJ302] Dự án kinh doanh số 2', 'PRJ302');
|
||
INSERT INTO `class_courses` VALUES (242, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 69, '[MAN101] - Quản trị học căn bản', 'Quản trị học căn bản');
|
||
INSERT INTO `class_courses` VALUES (243, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 82, '[SEL101] Kỹ năng bán hàng', 'SEL101');
|
||
INSERT INTO `class_courses` VALUES (244, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 86, '[SKL101] - Kỹ năng tư duy phân tích và học tập chủ động', 'SKL101');
|
||
INSERT INTO `class_courses` VALUES (245, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 130, '[DA202] Phân tích dữ liệu trong kinh doanh', 'DA202');
|
||
INSERT INTO `class_courses` VALUES (246, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 178, '[DTB202] Chuyển đổi số trong doanh nghiệp', 'DTB202');
|
||
INSERT INTO `class_courses` VALUES (247, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 107, '[DA201] CSDL và truy vấn dữ liệu với SQL', 'DA201');
|
||
INSERT INTO `class_courses` VALUES (248, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 108, '[SKL102] Tin học văn phòng', 'SKL102');
|
||
INSERT INTO `class_courses` VALUES (249, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 158, '[PRJ301] Dự án kinh doanh số 1', 'PRJ301');
|
||
INSERT INTO `class_courses` VALUES (250, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 169, '[MAN104] Quản trị vận hành doanh nghiệp', 'MAN104');
|
||
INSERT INTO `class_courses` VALUES (251, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 187, '[SKL103] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL103');
|
||
INSERT INTO `class_courses` VALUES (252, '2026-07-01 08:06:29.227', '2026-07-03 09:39:37.582', 84, 157, '[MAN103] - Quản trị doanh nghiệp tổng hợp', 'QTKD - MAN103');
|
||
INSERT INTO `class_courses` VALUES (253, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 69, '[MAN101] - Quản trị học căn bản', 'Quản trị học căn bản');
|
||
INSERT INTO `class_courses` VALUES (254, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 82, '[SEL101] Kỹ năng bán hàng', 'SEL101');
|
||
INSERT INTO `class_courses` VALUES (255, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 86, '[SKL101] - Kỹ năng tư duy phân tích và học tập chủ động', 'SKL101');
|
||
INSERT INTO `class_courses` VALUES (256, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 130, '[DA202] Phân tích dữ liệu trong kinh doanh', 'DA202');
|
||
INSERT INTO `class_courses` VALUES (257, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 157, '[MAN103] - Quản trị doanh nghiệp tổng hợp', 'QTKD - MAN103');
|
||
INSERT INTO `class_courses` VALUES (258, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 169, '[MAN104] Quản trị vận hành doanh nghiệp', 'MAN104');
|
||
INSERT INTO `class_courses` VALUES (259, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 158, '[PRJ301] Dự án kinh doanh số 1', 'PRJ301');
|
||
INSERT INTO `class_courses` VALUES (260, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 187, '[SKL103] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL103');
|
||
INSERT INTO `class_courses` VALUES (261, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 188, '[DTB201] Chuyển đổi số trong kinh doanh', 'DTB201');
|
||
INSERT INTO `class_courses` VALUES (262, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 218, '[PRJ302] Dự án kinh doanh số 2', 'PRJ302');
|
||
INSERT INTO `class_courses` VALUES (263, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 107, '[DA201] CSDL và truy vấn dữ liệu với SQL', 'DA201');
|
||
INSERT INTO `class_courses` VALUES (264, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 178, '[DTB202] Chuyển đổi số trong doanh nghiệp', 'DTB202');
|
||
INSERT INTO `class_courses` VALUES (265, '2026-07-01 08:06:29.820', '2026-07-02 15:10:53.254', 83, 108, '[SKL102] Tin học văn phòng', 'SKL102');
|
||
INSERT INTO `class_courses` VALUES (266, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 69, '[MAN101] - Quản trị học căn bản', 'Quản trị học căn bản');
|
||
INSERT INTO `class_courses` VALUES (267, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 82, '[SEL101] Kỹ năng bán hàng', 'SEL101');
|
||
INSERT INTO `class_courses` VALUES (268, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 169, '[MAN104] Quản trị vận hành doanh nghiệp', 'MAN104');
|
||
INSERT INTO `class_courses` VALUES (269, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 86, '[SKL101] - Kỹ năng tư duy phân tích và học tập chủ động', 'SKL101');
|
||
INSERT INTO `class_courses` VALUES (270, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 108, '[SKL102] Tin học văn phòng', 'SKL102');
|
||
INSERT INTO `class_courses` VALUES (271, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 130, '[DA202] Phân tích dữ liệu trong kinh doanh', 'DA202');
|
||
INSERT INTO `class_courses` VALUES (272, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 218, '[PRJ302] Dự án kinh doanh số 2', 'PRJ302');
|
||
INSERT INTO `class_courses` VALUES (273, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 107, '[DA201] CSDL và truy vấn dữ liệu với SQL', 'DA201');
|
||
INSERT INTO `class_courses` VALUES (274, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 158, '[PRJ301] Dự án kinh doanh số 1', 'PRJ301');
|
||
INSERT INTO `class_courses` VALUES (275, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 178, '[DTB202] Chuyển đổi số trong doanh nghiệp', 'DTB202');
|
||
INSERT INTO `class_courses` VALUES (276, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 187, '[SKL103] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL103');
|
||
INSERT INTO `class_courses` VALUES (277, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 157, '[MAN103] - Quản trị doanh nghiệp tổng hợp', 'QTKD - MAN103');
|
||
INSERT INTO `class_courses` VALUES (278, '2026-07-01 08:06:30.237', '2026-07-03 13:19:20.445', 82, 188, '[DTB201] Chuyển đổi số trong kinh doanh', 'DTB201');
|
||
INSERT INTO `class_courses` VALUES (279, '2026-07-01 08:06:30.560', '2026-07-03 15:40:32.928', 81, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (280, '2026-07-01 08:06:30.560', '2026-07-03 15:40:32.928', 81, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (281, '2026-07-01 08:06:30.560', '2026-07-03 15:40:32.928', 81, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (282, '2026-07-01 08:06:30.560', '2026-07-03 15:40:32.928', 81, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (283, '2026-07-01 08:06:30.560', '2026-07-03 15:40:32.928', 81, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (284, '2026-07-01 08:06:31.174', '2026-07-02 15:10:54.760', 80, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (285, '2026-07-01 08:06:31.174', '2026-07-02 15:10:54.760', 80, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (286, '2026-07-01 08:06:31.174', '2026-07-02 15:10:54.760', 80, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (287, '2026-07-01 08:06:31.174', '2026-07-02 15:10:54.760', 80, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (288, '2026-07-01 08:06:31.174', '2026-07-02 15:10:54.760', 80, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (289, '2026-07-01 08:06:31.760', '2026-07-02 15:10:55.274', 79, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (290, '2026-07-01 08:06:31.760', '2026-07-02 15:10:55.274', 79, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (291, '2026-07-01 08:06:31.760', '2026-07-02 15:10:55.274', 79, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (292, '2026-07-01 08:06:31.760', '2026-07-02 15:10:55.274', 79, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (293, '2026-07-01 08:06:31.760', '2026-07-02 15:10:55.274', 79, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (294, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (295, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (296, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (297, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (298, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 70, '[IT102-K24- Học lại ] - Lập trình cơ bản C', 'IT102-K24RL');
|
||
INSERT INTO `class_courses` VALUES (299, '2026-07-01 08:06:32.294', '2026-07-02 15:10:55.699', 78, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (300, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (301, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (302, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (303, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (304, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (305, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (306, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (307, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (308, '2026-07-01 08:06:32.848', '2026-07-02 19:33:55.219', 77, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (309, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (310, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (311, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (312, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (313, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (314, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (315, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (316, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (317, '2026-07-01 08:06:33.419', '2026-07-02 15:10:56.854', 76, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (318, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (319, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (320, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (321, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (322, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (323, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (324, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (325, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (326, '2026-07-01 08:06:33.974', '2026-07-02 15:10:57.344', 75, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (327, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (328, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (329, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (330, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (331, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (332, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (333, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (334, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (335, '2026-07-01 08:06:34.489', '2026-07-02 15:10:57.884', 74, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (336, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (337, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (338, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (339, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (340, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (341, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (342, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (343, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (344, '2026-07-01 08:06:35.021', '2026-07-02 15:10:58.430', 73, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (345, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (346, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
INSERT INTO `class_courses` VALUES (347, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (348, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (349, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (350, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 183, '[IT202-K25] Cơ sở dữ liệu', 'IT202-K25');
|
||
INSERT INTO `class_courses` VALUES (351, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (352, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 193, '[IT205-K25] Lập trình ứng dụng với Python', '[IT205]');
|
||
INSERT INTO `class_courses` VALUES (353, '2026-07-01 08:06:35.746', '2026-07-03 13:35:16.324', 72, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (354, '2026-07-01 08:06:36.225', '2026-07-02 15:10:59.484', 71, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (355, '2026-07-01 08:06:36.225', '2026-07-02 15:10:59.484', 71, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (356, '2026-07-01 08:06:36.225', '2026-07-02 15:10:59.484', 71, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (357, '2026-07-01 08:06:36.225', '2026-07-02 15:10:59.484', 71, 106, 'IT102-K25 Lập trình cơ bản C', 'IT102-K25');
|
||
INSERT INTO `class_courses` VALUES (358, '2026-07-01 08:06:36.225', '2026-07-02 15:10:59.484', 71, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (359, '2026-07-01 08:06:36.450', '2026-07-02 15:10:59.598', 70, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (360, '2026-07-01 08:06:36.450', '2026-07-02 15:10:59.598', 70, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (361, '2026-07-01 08:06:36.450', '2026-07-02 15:10:59.598', 70, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (362, '2026-07-01 08:06:36.450', '2026-07-02 15:10:59.598', 70, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (363, '2026-07-01 08:06:36.450', '2026-07-02 15:10:59.598', 70, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (364, '2026-07-01 08:06:36.757', '2026-07-02 15:10:59.761', 69, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (365, '2026-07-01 08:06:36.757', '2026-07-02 15:10:59.761', 69, 70, '[IT102-K24- Học lại ] - Lập trình cơ bản C', 'IT102-K24RL');
|
||
INSERT INTO `class_courses` VALUES (366, '2026-07-01 08:06:36.876', '2026-07-02 15:10:59.876', 68, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (367, '2026-07-01 08:06:36.876', '2026-07-02 15:10:59.876', 68, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (368, '2026-07-01 08:06:36.876', '2026-07-02 15:10:59.876', 68, 101, '[TSubasa] Java Web Services And Security', 'TSU-104');
|
||
INSERT INTO `class_courses` VALUES (369, '2026-07-01 08:06:36.876', '2026-07-02 15:10:59.876', 68, 96, '[TSubasa] Cơ sở dữ liệu', 'TSU-102');
|
||
INSERT INTO `class_courses` VALUES (370, '2026-07-01 08:06:36.876', '2026-07-02 15:10:59.876', 68, 115, '[TSU] Java Fudamental - JDBC', 'TSU-BE02');
|
||
INSERT INTO `class_courses` VALUES (371, '2026-07-01 08:06:37.006', '2026-07-02 15:11:00.001', 66, 62, '[ENG405-K24] - Tiếng Anh Toeic 4', 'ENG405-K24');
|
||
INSERT INTO `class_courses` VALUES (372, '2026-07-01 08:06:37.313', '2026-07-02 15:11:00.285', 65, 58, 'ENG205_K24 - Tiếng Anh Toeic 2', 'ENG205_K24');
|
||
INSERT INTO `class_courses` VALUES (373, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (374, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (375, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (376, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (377, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (378, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (379, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (380, '2026-07-01 08:06:37.488', '2026-07-02 15:11:00.453', 64, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (381, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (382, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (383, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (384, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (385, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (386, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (387, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (388, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (389, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (390, '2026-07-01 08:06:37.602', '2026-07-02 15:26:33.982', 63, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (391, '2026-07-01 08:06:38.239', '2026-07-02 15:11:01.299', 62, 62, '[ENG405-K24] - Tiếng Anh Toeic 4', 'ENG405-K24');
|
||
INSERT INTO `class_courses` VALUES (392, '2026-07-01 08:06:38.354', '2026-07-02 15:11:01.414', 61, 59, 'ENG305-K24 - Tiếng Anh Toeic 3', 'ENG305-K24');
|
||
INSERT INTO `class_courses` VALUES (393, '2026-07-01 08:06:38.761', '2026-07-02 15:11:01.818', 60, 58, 'ENG205_K24 - Tiếng Anh Toeic 2', 'ENG205_K24');
|
||
INSERT INTO `class_courses` VALUES (394, '2026-07-01 08:06:39.051', '2026-07-02 15:11:02.182', 59, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (395, '2026-07-01 08:06:39.324', '2026-07-02 15:11:02.533', 58, 25, 'JPN105-K24 - Tiếng Nhật 1', 'JPN105-K24');
|
||
INSERT INTO `class_courses` VALUES (396, '2026-07-01 08:06:39.547', '2026-07-02 15:11:02.735', 57, 25, 'JPN105-K24 - Tiếng Nhật 1', 'JPN105-K24');
|
||
INSERT INTO `class_courses` VALUES (397, '2026-07-01 08:06:39.807', '2026-07-02 15:11:02.984', 56, 60, 'JPN205-K24 - Tiếng Nhật 2', 'JPN205-K24');
|
||
INSERT INTO `class_courses` VALUES (398, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 57, '[IT108-K25] - Nhập môn công nghệ thông tin', 'IT108-K25');
|
||
INSERT INTO `class_courses` VALUES (399, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 70, '[IT102-K24- Học lại ] - Lập trình cơ bản C', 'IT102-K24RL');
|
||
INSERT INTO `class_courses` VALUES (400, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 112, '[IT103A-K25] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25');
|
||
INSERT INTO `class_courses` VALUES (401, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 124, '[IT103B-K25] Xây dựng ứng dụng web với Javascript', '[IT103B-K25]');
|
||
INSERT INTO `class_courses` VALUES (402, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 131, '[IT103A-K25-Retake] Xây dựng giao diện web với HTML và CSS', 'IT103A-K25-Retake');
|
||
INSERT INTO `class_courses` VALUES (403, '2026-07-01 08:06:40.184', '2026-07-02 15:11:03.188', 55, 104, '[IT206-K25] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K25');
|
||
INSERT INTO `class_courses` VALUES (404, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 55, 'FE - Fundamental Information Technology Engineers Examination', 'FEJPN');
|
||
INSERT INTO `class_courses` VALUES (405, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (406, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (407, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (408, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (409, '2026-07-01 08:06:40.315', '2026-07-02 15:11:03.322', 53, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (410, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (411, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (412, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (413, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (414, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (415, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (416, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (417, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (418, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (419, '2026-07-01 08:06:40.499', '2026-07-02 15:11:03.640', 52, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (420, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (421, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (422, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (423, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (424, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (425, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (426, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (427, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (428, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (429, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (430, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (431, '2026-07-01 08:06:40.789', '2026-07-02 15:11:03.947', 51, 214, '[IT-212] AI Application in Action', 'IT-212');
|
||
INSERT INTO `class_courses` VALUES (432, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (433, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (434, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (435, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (436, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (437, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (438, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (439, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (440, '2026-07-01 08:06:41.369', '2026-07-02 15:11:04.563', 50, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (441, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (442, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (443, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (444, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (445, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 214, '[IT-212] AI Application in Action', 'IT-212');
|
||
INSERT INTO `class_courses` VALUES (446, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (447, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (448, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (449, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (450, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (451, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (452, '2026-07-01 08:06:41.794', '2026-07-03 15:08:18.458', 49, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (453, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 162, '[IT203B- K24] - Java Advanced', 'IT203B - K24');
|
||
INSERT INTO `class_courses` VALUES (454, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 56, '[IT201-K24] Cấu trúc dữ liệu và giải thuật', 'IT201-K24');
|
||
INSERT INTO `class_courses` VALUES (455, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 102, 'IT105-K24 Phân tích thiết kế hệ thống', 'IT105-K24');
|
||
INSERT INTO `class_courses` VALUES (456, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 54, '[IT104-K24] - Lập trình Frontend với React.js', 'IT104-K24');
|
||
INSERT INTO `class_courses` VALUES (457, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 122, 'ITTTRK302-K24 Thực tập kì II', '[ITTTRK302-K24] ');
|
||
INSERT INTO `class_courses` VALUES (458, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 177, '[IT210 - K24] - Java Web Application', 'IT210 - K24');
|
||
INSERT INTO `class_courses` VALUES (459, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 214, '[IT-212] AI Application in Action', 'IT-212');
|
||
INSERT INTO `class_courses` VALUES (460, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 118, '[IT106-K24] Phát triển phần mềm với Agile / Scrum', 'IT106-K24');
|
||
INSERT INTO `class_courses` VALUES (461, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 194, '[ IT211 - K24 ] Java Web Service', 'IT211');
|
||
INSERT INTO `class_courses` VALUES (462, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 207, '[SKL01 - CNTT] Kỹ năng làm việc nhóm và giải quyết xung đột', 'SKL01');
|
||
INSERT INTO `class_courses` VALUES (463, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 123, 'IT202 - K24 - Cơ sở dữ liệu', 'IT202 - K24');
|
||
INSERT INTO `class_courses` VALUES (464, '2026-07-01 08:06:42.395', '2026-07-03 15:47:30.870', 48, 140, 'IT203A-K24 - Java Fundamental', 'IT203A-K24');
|
||
INSERT INTO `class_courses` VALUES (465, '2026-07-01 08:06:43.082', '2026-07-02 15:11:06.574', 44, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (466, '2026-07-01 08:06:43.082', '2026-07-02 15:11:06.574', 44, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (467, '2026-07-01 08:06:43.082', '2026-07-02 15:11:06.574', 44, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (468, '2026-07-01 08:06:43.082', '2026-07-02 15:11:06.574', 44, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (469, '2026-07-01 08:06:43.216', '2026-07-02 15:11:06.709', 43, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (470, '2026-07-01 08:06:43.483', '2026-07-02 15:11:06.988', 42, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (471, '2026-07-01 08:06:43.723', '2026-07-02 15:11:07.307', 41, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (472, '2026-07-01 08:06:43.723', '2026-07-02 15:11:07.307', 41, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (473, '2026-07-01 08:06:43.723', '2026-07-02 15:11:07.307', 41, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (474, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 63, '[T-PLUS] Lập trình Java cơ bản', 'TPLUS-MD04');
|
||
INSERT INTO `class_courses` VALUES (475, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 71, '[TPLUS] Lập trình Web với Spring MVC', 'TPLUS-MD05');
|
||
INSERT INTO `class_courses` VALUES (476, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (477, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 20, 'Nhập môn Cơ Sở Dữ Liệu', '');
|
||
INSERT INTO `class_courses` VALUES (478, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 49, 'Phát triển ứng dụng web với Javascript', '');
|
||
INSERT INTO `class_courses` VALUES (479, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 81, '[TPLUS] Phát triển dịch vụ web với Spring', 'TPLUS-MD06');
|
||
INSERT INTO `class_courses` VALUES (480, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (481, '2026-07-01 08:06:44.064', '2026-07-02 15:11:07.689', 40, 46, 'Thiết kế giao diện website với HTML & CSS', '');
|
||
INSERT INTO `class_courses` VALUES (482, '2026-07-01 08:06:44.232', '2026-07-02 15:11:07.860', 39, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (483, '2026-07-01 08:06:44.232', '2026-07-02 15:11:07.860', 39, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (484, '2026-07-01 08:06:44.232', '2026-07-02 15:11:07.860', 39, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (485, '2026-07-01 08:06:44.664', '2026-07-02 15:11:08.174', 38, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (486, '2026-07-01 08:06:44.664', '2026-07-02 15:11:08.174', 38, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (487, '2026-07-01 08:06:44.664', '2026-07-02 15:11:08.174', 38, 45, '[TSU] Lập trình Frontend với React.js', 'TSU-FE');
|
||
INSERT INTO `class_courses` VALUES (488, '2026-07-01 08:06:44.664', '2026-07-02 15:11:08.174', 38, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (489, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (490, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (491, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (492, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 21, 'Hướng dẫn Elearning', 'HD');
|
||
INSERT INTO `class_courses` VALUES (493, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (494, '2026-07-01 08:06:44.791', '2026-07-02 15:11:08.299', 37, 55, 'FE - Fundamental Information Technology Engineers Examination', 'FEJPN');
|
||
INSERT INTO `class_courses` VALUES (495, '2026-07-01 08:06:45.005', '2026-07-02 15:11:08.471', 36, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (496, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (497, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (498, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (499, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 55, 'FE - Fundamental Information Technology Engineers Examination', 'FEJPN');
|
||
INSERT INTO `class_courses` VALUES (500, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (501, '2026-07-01 08:06:45.119', '2026-07-02 15:11:08.584', 35, 45, '[TSU] Lập trình Frontend với React.js', 'TSU-FE');
|
||
INSERT INTO `class_courses` VALUES (502, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 32, '[Tsubasa] Lập trình front-end cơ bản', 'TSU-FE-ES');
|
||
INSERT INTO `class_courses` VALUES (503, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 45, '[TSU] Lập trình Frontend với React.js', 'TSU-FE');
|
||
INSERT INTO `class_courses` VALUES (504, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 52, '[TSU] Java Fundamental - Database - JDBC', 'TSU-MD2');
|
||
INSERT INTO `class_courses` VALUES (505, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 55, 'FE - Fundamental Information Technology Engineers Examination', 'FEJPN');
|
||
INSERT INTO `class_courses` VALUES (506, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 67, '[TSU] - Web Application with Spring MVC - Hibernate', 'TSU-MD04');
|
||
INSERT INTO `class_courses` VALUES (507, '2026-07-01 08:06:45.464', '2026-07-02 15:11:08.912', 33, 75, '[TSU] - Phát triển và bảo mật dịch vụ web với Spring Boot', 'TSU-MD05');
|
||
INSERT INTO `class_courses` VALUES (508, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 48, '[IT204-K23] - Lập trình ứng dụng Web', 'IT204-K23');
|
||
INSERT INTO `class_courses` VALUES (509, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 83, '[IT207-K23] - Lập trình Mobile App với React native', 'IT207');
|
||
INSERT INTO `class_courses` VALUES (510, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 34, '[IT202-K23] Cơ sở dữ liệu', 'IT202-K23');
|
||
INSERT INTO `class_courses` VALUES (511, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 39, '[IT203-K23] - Java Fundamental', 'IT203-K23');
|
||
INSERT INTO `class_courses` VALUES (512, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 64, '[IT205-K23] - Java Web Services', 'IT205');
|
||
INSERT INTO `class_courses` VALUES (513, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 80, '[ITTTRK303-K23] - Thực tập học kỳ III', 'ITTTRK304');
|
||
INSERT INTO `class_courses` VALUES (514, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 84, '[IT206-K23] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K23');
|
||
INSERT INTO `class_courses` VALUES (515, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 30, '[IT201-K23] Cấu trúc dữ liệu và giải thuật', 'IT201-K23');
|
||
INSERT INTO `class_courses` VALUES (516, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 111, '[IT208-K23] - Ứng dụng học máy với Python', 'IT208');
|
||
INSERT INTO `class_courses` VALUES (517, '2026-07-01 08:06:45.932', '2026-07-02 15:11:09.381', 29, 36, '[ITTTRK303-K23] - Thực tập học kỳ II', 'ITTTRK303-K23');
|
||
INSERT INTO `class_courses` VALUES (518, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (519, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 34, '[IT202-K23] Cơ sở dữ liệu', 'IT202-K23');
|
||
INSERT INTO `class_courses` VALUES (520, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 80, '[ITTTRK303-K23] - Thực tập học kỳ III', 'ITTTRK304');
|
||
INSERT INTO `class_courses` VALUES (521, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 84, '[IT206-K23] - Kỹ năng ứng dụng AI vào học tập và phát triển phần mềm', 'IT206-K23');
|
||
INSERT INTO `class_courses` VALUES (522, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 30, '[IT201-K23] Cấu trúc dữ liệu và giải thuật', 'IT201-K23');
|
||
INSERT INTO `class_courses` VALUES (523, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 48, '[IT204-K23] - Lập trình ứng dụng Web', 'IT204-K23');
|
||
INSERT INTO `class_courses` VALUES (524, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 111, '[IT208-K23] - Ứng dụng học máy với Python', 'IT208');
|
||
INSERT INTO `class_courses` VALUES (525, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 39, '[IT203-K23] - Java Fundamental', 'IT203-K23');
|
||
INSERT INTO `class_courses` VALUES (526, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 64, '[IT205-K23] - Java Web Services', 'IT205');
|
||
INSERT INTO `class_courses` VALUES (527, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 83, '[IT207-K23] - Lập trình Mobile App với React native', 'IT207');
|
||
INSERT INTO `class_courses` VALUES (528, '2026-07-01 08:06:46.082', '2026-07-02 15:11:09.542', 26, 142, '[IT209-K23] - Devops cơ bản', 'IT209');
|
||
INSERT INTO `class_courses` VALUES (529, '2026-07-01 08:06:46.468', '2026-07-02 15:11:09.933', 25, 20, 'Nhập môn Cơ Sở Dữ Liệu', '');
|
||
INSERT INTO `class_courses` VALUES (530, '2026-07-01 08:06:46.468', '2026-07-02 15:11:09.933', 25, 26, 'Lập trình Frontend với VueJS', '');
|
||
INSERT INTO `class_courses` VALUES (531, '2026-07-01 08:06:46.468', '2026-07-02 15:11:09.933', 25, 30, '[IT201-K23] Cấu trúc dữ liệu và giải thuật', 'IT201-K23');
|
||
INSERT INTO `class_courses` VALUES (532, '2026-07-01 08:06:46.581', '2026-07-02 15:11:10.050', 19, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (533, '2026-07-01 08:06:46.581', '2026-07-02 15:11:10.050', 19, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (534, '2026-07-01 08:06:46.581', '2026-07-02 15:11:10.050', 19, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (535, '2026-07-01 08:06:46.581', '2026-07-02 15:11:10.050', 19, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (536, '2026-07-01 08:06:46.581', '2026-07-02 15:11:10.050', 19, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (537, '2026-07-01 08:06:46.828', '2026-07-02 15:11:10.322', 18, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (538, '2026-07-01 08:06:46.828', '2026-07-02 15:11:10.322', 18, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (539, '2026-07-01 08:06:46.828', '2026-07-02 15:11:10.322', 18, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (540, '2026-07-01 08:06:46.828', '2026-07-02 15:11:10.322', 18, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (541, '2026-07-01 08:06:46.828', '2026-07-02 15:11:10.322', 18, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (542, '2026-07-01 08:06:47.084', '2026-07-02 15:11:10.578', 16, 24, 'JavaScript cơ bản', '');
|
||
INSERT INTO `class_courses` VALUES (543, '2026-07-01 08:06:47.084', '2026-07-02 15:11:10.578', 16, 31, 'Lập trình Typescript', '');
|
||
INSERT INTO `class_courses` VALUES (544, '2026-07-01 08:06:47.084', '2026-07-02 15:11:10.578', 16, 20, 'Nhập môn Cơ Sở Dữ Liệu', '');
|
||
INSERT INTO `class_courses` VALUES (545, '2026-07-01 08:06:47.336', '2026-07-02 15:11:10.858', 15, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (546, '2026-07-01 08:06:47.336', '2026-07-02 15:11:10.858', 15, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (547, '2026-07-01 08:06:47.336', '2026-07-02 15:11:10.858', 15, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (548, '2026-07-01 08:06:47.336', '2026-07-02 15:11:10.858', 15, 25, 'JPN105-K24 - Tiếng Nhật 1', 'JPN105-K24');
|
||
INSERT INTO `class_courses` VALUES (549, '2026-07-01 08:06:47.336', '2026-07-02 15:11:10.858', 15, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (550, '2026-07-01 08:06:47.450', '2026-07-02 15:11:10.973', 14, 25, 'JPN105-K24 - Tiếng Nhật 1', 'JPN105-K24');
|
||
INSERT INTO `class_courses` VALUES (551, '2026-07-01 08:06:47.450', '2026-07-02 15:11:10.973', 14, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (552, '2026-07-01 08:06:47.450', '2026-07-02 15:11:10.973', 14, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (553, '2026-07-01 08:06:47.450', '2026-07-02 15:11:10.973', 14, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (554, '2026-07-01 08:06:47.450', '2026-07-02 15:11:10.973', 14, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (555, '2026-07-01 08:06:47.567', '2026-07-02 15:11:11.090', 13, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (556, '2026-07-01 08:06:47.567', '2026-07-02 15:11:11.090', 13, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (557, '2026-07-01 08:06:47.567', '2026-07-02 15:11:11.090', 13, 25, 'JPN105-K24 - Tiếng Nhật 1', 'JPN105-K24');
|
||
INSERT INTO `class_courses` VALUES (558, '2026-07-01 08:06:47.567', '2026-07-02 15:11:11.090', 13, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (559, '2026-07-01 08:06:47.567', '2026-07-02 15:11:11.090', 13, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (560, '2026-07-01 08:06:47.679', '2026-07-02 15:11:11.205', 12, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (561, '2026-07-01 08:06:47.679', '2026-07-02 15:11:11.205', 12, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (562, '2026-07-01 08:06:47.679', '2026-07-02 15:11:11.205', 12, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (563, '2026-07-01 08:06:47.679', '2026-07-02 15:11:11.205', 12, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (564, '2026-07-01 08:06:47.679', '2026-07-02 15:11:11.205', 12, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (565, '2026-07-01 08:06:47.794', '2026-07-02 15:11:11.330', 9, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (566, '2026-07-01 08:06:47.794', '2026-07-02 15:11:11.330', 9, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (567, '2026-07-01 08:06:47.794', '2026-07-02 15:11:11.330', 9, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (568, '2026-07-01 08:06:47.794', '2026-07-02 15:11:11.330', 9, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (569, '2026-07-01 08:06:47.794', '2026-07-02 15:11:11.330', 9, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (570, '2026-07-01 08:06:47.912', '2026-07-02 15:11:11.598', 8, 16, 'IT102-K24', 'IT102-K24');
|
||
INSERT INTO `class_courses` VALUES (571, '2026-07-01 08:06:47.912', '2026-07-02 15:11:11.598', 8, 17, 'IT103-K24', 'IT103-K24');
|
||
INSERT INTO `class_courses` VALUES (572, '2026-07-01 08:06:47.912', '2026-07-02 15:11:11.598', 8, 18, 'IT101-K24', 'IT101-K24');
|
||
INSERT INTO `class_courses` VALUES (573, '2026-07-01 08:06:47.912', '2026-07-02 15:11:11.598', 8, 29, 'ENG105-K24 - Tiếng Anh Toeic 1', 'ENG105-K24');
|
||
INSERT INTO `class_courses` VALUES (574, '2026-07-01 08:06:47.912', '2026-07-02 15:11:11.598', 8, 47, '[ITTTRK301-K24] - Thực tập kỳ I', 'ITTTRK301-K24');
|
||
INSERT INTO `class_courses` VALUES (3963, '2026-07-03 09:42:38.865', '2026-07-03 16:04:42.674', 145, 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', '[IT2-215]');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for class_schedules
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `class_schedules`;
|
||
CREATE TABLE `class_schedules` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`class_rk_id` bigint NOT NULL,
|
||
`day_of_week` bigint NOT NULL,
|
||
`period` bigint NOT NULL DEFAULT 1,
|
||
`start_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`end_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`course_id` bigint NOT NULL,
|
||
`course_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT 1,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_class_schedules_class_rk_id`(`class_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 624 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of class_schedules
|
||
-- ----------------------------
|
||
INSERT INTO `class_schedules` VALUES (488, 48, 2, 2, '14:20', '16:20', 214, '[IT-212] AI Application in Action', 1);
|
||
INSERT INTO `class_schedules` VALUES (489, 48, 3, 1, '12:10', '14:10', 214, '[IT-212] AI Application in Action', 1);
|
||
INSERT INTO `class_schedules` VALUES (490, 48, 3, 2, '14:20', '16:20', 214, '[IT-212] AI Application in Action', 1);
|
||
INSERT INTO `class_schedules` VALUES (541, 84, 3, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (542, 84, 4, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (545, 143, 4, 1, '7:00', '9:00', 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', 1);
|
||
INSERT INTO `class_schedules` VALUES (556, 82, 0, 2, '9:10', '11;10', 218, '[PRJ302] Dự án kinh doanh số 2', 1);
|
||
INSERT INTO `class_schedules` VALUES (557, 82, 1, 2, '9:10', '11:10', 218, '[PRJ302] Dự án kinh doanh số 2', 1);
|
||
INSERT INTO `class_schedules` VALUES (558, 82, 2, 2, '9:10', '11:10', 218, '[PRJ302] Dự án kinh doanh số 2', 1);
|
||
INSERT INTO `class_schedules` VALUES (559, 82, 4, 2, '9:10', '11:10', 218, '[PRJ302] Dự án kinh doanh số 2', 1);
|
||
INSERT INTO `class_schedules` VALUES (560, 82, 3, 2, '9:10', '11:10', 218, '[PRJ302] Dự án kinh doanh số 2', 1);
|
||
INSERT INTO `class_schedules` VALUES (601, 49, 4, 3, '12:10', '14:10', 214, '[IT-212] AI Application in Action', 1);
|
||
INSERT INTO `class_schedules` VALUES (602, 156, 0, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (603, 156, 0, 2, '09:10', '11:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (604, 156, 0, 3, '12:10', '14:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (605, 156, 0, 4, '14:20', '16:20', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (606, 156, 1, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (607, 156, 1, 2, '09:10', '11:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (608, 156, 1, 3, '12:10', '14:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (609, 156, 1, 4, '14:20', '16:20', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (610, 156, 2, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (611, 156, 2, 2, '09:10', '11:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (612, 156, 2, 3, '12:10', '14:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (613, 156, 2, 4, '14:20', '16:20', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (614, 156, 3, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (615, 156, 3, 2, '09:10', '11:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (616, 156, 3, 3, '12:10', '14:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (617, 156, 3, 4, '14:20', '16:20', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (618, 156, 4, 1, '07:00', '09:00', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (619, 156, 4, 2, '09:10', '11:10', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (620, 156, 4, 3, '12:10', '14:10', 214, '[IT-212] AI Application in Action', 1);
|
||
INSERT INTO `class_schedules` VALUES (621, 156, 4, 4, '14:20', '16:20', 0, '', 1);
|
||
INSERT INTO `class_schedules` VALUES (622, 142, 4, 4, '14:20', '16:20', 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', 1);
|
||
INSERT INTO `class_schedules` VALUES (623, 141, 4, 1, '2:00', '4:20', 217, '[IT-215] Phát triển dịch vụ Web với FastAPI', 1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for class_students
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `class_students`;
|
||
CREATE TABLE `class_students` (
|
||
`class_rk_id` bigint NOT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
PRIMARY KEY (`class_rk_id`, `student_rk_id`) USING BTREE,
|
||
INDEX `idx_class_students_class_rk_id`(`class_rk_id` ASC) USING BTREE,
|
||
INDEX `idx_class_students_student_rk_id`(`student_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of class_students
|
||
-- ----------------------------
|
||
INSERT INTO `class_students` VALUES (8, 1566);
|
||
INSERT INTO `class_students` VALUES (16, 710);
|
||
INSERT INTO `class_students` VALUES (16, 711);
|
||
INSERT INTO `class_students` VALUES (16, 712);
|
||
INSERT INTO `class_students` VALUES (16, 713);
|
||
INSERT INTO `class_students` VALUES (16, 714);
|
||
INSERT INTO `class_students` VALUES (16, 715);
|
||
INSERT INTO `class_students` VALUES (16, 717);
|
||
INSERT INTO `class_students` VALUES (16, 720);
|
||
INSERT INTO `class_students` VALUES (16, 721);
|
||
INSERT INTO `class_students` VALUES (16, 722);
|
||
INSERT INTO `class_students` VALUES (16, 724);
|
||
INSERT INTO `class_students` VALUES (16, 725);
|
||
INSERT INTO `class_students` VALUES (16, 732);
|
||
INSERT INTO `class_students` VALUES (16, 733);
|
||
INSERT INTO `class_students` VALUES (16, 734);
|
||
INSERT INTO `class_students` VALUES (16, 735);
|
||
INSERT INTO `class_students` VALUES (16, 736);
|
||
INSERT INTO `class_students` VALUES (16, 986);
|
||
INSERT INTO `class_students` VALUES (16, 987);
|
||
INSERT INTO `class_students` VALUES (16, 988);
|
||
INSERT INTO `class_students` VALUES (16, 989);
|
||
INSERT INTO `class_students` VALUES (16, 990);
|
||
INSERT INTO `class_students` VALUES (16, 991);
|
||
INSERT INTO `class_students` VALUES (16, 993);
|
||
INSERT INTO `class_students` VALUES (18, 589);
|
||
INSERT INTO `class_students` VALUES (18, 591);
|
||
INSERT INTO `class_students` VALUES (18, 592);
|
||
INSERT INTO `class_students` VALUES (18, 593);
|
||
INSERT INTO `class_students` VALUES (18, 594);
|
||
INSERT INTO `class_students` VALUES (18, 596);
|
||
INSERT INTO `class_students` VALUES (18, 600);
|
||
INSERT INTO `class_students` VALUES (18, 603);
|
||
INSERT INTO `class_students` VALUES (18, 612);
|
||
INSERT INTO `class_students` VALUES (18, 620);
|
||
INSERT INTO `class_students` VALUES (18, 622);
|
||
INSERT INTO `class_students` VALUES (18, 676);
|
||
INSERT INTO `class_students` VALUES (18, 683);
|
||
INSERT INTO `class_students` VALUES (18, 686);
|
||
INSERT INTO `class_students` VALUES (19, 582);
|
||
INSERT INTO `class_students` VALUES (19, 595);
|
||
INSERT INTO `class_students` VALUES (19, 605);
|
||
INSERT INTO `class_students` VALUES (19, 625);
|
||
INSERT INTO `class_students` VALUES (19, 627);
|
||
INSERT INTO `class_students` VALUES (19, 631);
|
||
INSERT INTO `class_students` VALUES (19, 632);
|
||
INSERT INTO `class_students` VALUES (19, 637);
|
||
INSERT INTO `class_students` VALUES (19, 639);
|
||
INSERT INTO `class_students` VALUES (19, 640);
|
||
INSERT INTO `class_students` VALUES (19, 644);
|
||
INSERT INTO `class_students` VALUES (19, 682);
|
||
INSERT INTO `class_students` VALUES (19, 689);
|
||
INSERT INTO `class_students` VALUES (26, 885);
|
||
INSERT INTO `class_students` VALUES (26, 886);
|
||
INSERT INTO `class_students` VALUES (26, 890);
|
||
INSERT INTO `class_students` VALUES (26, 891);
|
||
INSERT INTO `class_students` VALUES (26, 892);
|
||
INSERT INTO `class_students` VALUES (26, 894);
|
||
INSERT INTO `class_students` VALUES (26, 896);
|
||
INSERT INTO `class_students` VALUES (26, 897);
|
||
INSERT INTO `class_students` VALUES (26, 899);
|
||
INSERT INTO `class_students` VALUES (26, 903);
|
||
INSERT INTO `class_students` VALUES (26, 911);
|
||
INSERT INTO `class_students` VALUES (26, 912);
|
||
INSERT INTO `class_students` VALUES (26, 914);
|
||
INSERT INTO `class_students` VALUES (26, 915);
|
||
INSERT INTO `class_students` VALUES (26, 916);
|
||
INSERT INTO `class_students` VALUES (26, 917);
|
||
INSERT INTO `class_students` VALUES (26, 918);
|
||
INSERT INTO `class_students` VALUES (26, 919);
|
||
INSERT INTO `class_students` VALUES (26, 920);
|
||
INSERT INTO `class_students` VALUES (26, 922);
|
||
INSERT INTO `class_students` VALUES (26, 923);
|
||
INSERT INTO `class_students` VALUES (26, 925);
|
||
INSERT INTO `class_students` VALUES (26, 926);
|
||
INSERT INTO `class_students` VALUES (26, 927);
|
||
INSERT INTO `class_students` VALUES (26, 928);
|
||
INSERT INTO `class_students` VALUES (26, 929);
|
||
INSERT INTO `class_students` VALUES (26, 930);
|
||
INSERT INTO `class_students` VALUES (26, 931);
|
||
INSERT INTO `class_students` VALUES (26, 932);
|
||
INSERT INTO `class_students` VALUES (26, 934);
|
||
INSERT INTO `class_students` VALUES (26, 935);
|
||
INSERT INTO `class_students` VALUES (26, 936);
|
||
INSERT INTO `class_students` VALUES (26, 937);
|
||
INSERT INTO `class_students` VALUES (26, 938);
|
||
INSERT INTO `class_students` VALUES (26, 939);
|
||
INSERT INTO `class_students` VALUES (29, 979);
|
||
INSERT INTO `class_students` VALUES (29, 982);
|
||
INSERT INTO `class_students` VALUES (29, 995);
|
||
INSERT INTO `class_students` VALUES (33, 1038);
|
||
INSERT INTO `class_students` VALUES (33, 1039);
|
||
INSERT INTO `class_students` VALUES (33, 1041);
|
||
INSERT INTO `class_students` VALUES (33, 1042);
|
||
INSERT INTO `class_students` VALUES (33, 1043);
|
||
INSERT INTO `class_students` VALUES (33, 1045);
|
||
INSERT INTO `class_students` VALUES (33, 1046);
|
||
INSERT INTO `class_students` VALUES (33, 1047);
|
||
INSERT INTO `class_students` VALUES (33, 1048);
|
||
INSERT INTO `class_students` VALUES (33, 1085);
|
||
INSERT INTO `class_students` VALUES (35, 1044);
|
||
INSERT INTO `class_students` VALUES (35, 1055);
|
||
INSERT INTO `class_students` VALUES (35, 1059);
|
||
INSERT INTO `class_students` VALUES (35, 1060);
|
||
INSERT INTO `class_students` VALUES (35, 1063);
|
||
INSERT INTO `class_students` VALUES (35, 1066);
|
||
INSERT INTO `class_students` VALUES (35, 1067);
|
||
INSERT INTO `class_students` VALUES (35, 1068);
|
||
INSERT INTO `class_students` VALUES (35, 1081);
|
||
INSERT INTO `class_students` VALUES (35, 1082);
|
||
INSERT INTO `class_students` VALUES (35, 1083);
|
||
INSERT INTO `class_students` VALUES (35, 1086);
|
||
INSERT INTO `class_students` VALUES (35, 1088);
|
||
INSERT INTO `class_students` VALUES (35, 1152);
|
||
INSERT INTO `class_students` VALUES (35, 1163);
|
||
INSERT INTO `class_students` VALUES (35, 1167);
|
||
INSERT INTO `class_students` VALUES (37, 1061);
|
||
INSERT INTO `class_students` VALUES (37, 1087);
|
||
INSERT INTO `class_students` VALUES (37, 1090);
|
||
INSERT INTO `class_students` VALUES (37, 1091);
|
||
INSERT INTO `class_students` VALUES (37, 1092);
|
||
INSERT INTO `class_students` VALUES (37, 1093);
|
||
INSERT INTO `class_students` VALUES (37, 1125);
|
||
INSERT INTO `class_students` VALUES (37, 1126);
|
||
INSERT INTO `class_students` VALUES (37, 1127);
|
||
INSERT INTO `class_students` VALUES (37, 1128);
|
||
INSERT INTO `class_students` VALUES (37, 1132);
|
||
INSERT INTO `class_students` VALUES (37, 1133);
|
||
INSERT INTO `class_students` VALUES (37, 1134);
|
||
INSERT INTO `class_students` VALUES (38, 1150);
|
||
INSERT INTO `class_students` VALUES (39, 68);
|
||
INSERT INTO `class_students` VALUES (39, 72);
|
||
INSERT INTO `class_students` VALUES (39, 74);
|
||
INSERT INTO `class_students` VALUES (39, 76);
|
||
INSERT INTO `class_students` VALUES (39, 80);
|
||
INSERT INTO `class_students` VALUES (39, 196);
|
||
INSERT INTO `class_students` VALUES (39, 212);
|
||
INSERT INTO `class_students` VALUES (39, 228);
|
||
INSERT INTO `class_students` VALUES (39, 231);
|
||
INSERT INTO `class_students` VALUES (39, 237);
|
||
INSERT INTO `class_students` VALUES (39, 258);
|
||
INSERT INTO `class_students` VALUES (39, 264);
|
||
INSERT INTO `class_students` VALUES (39, 272);
|
||
INSERT INTO `class_students` VALUES (39, 275);
|
||
INSERT INTO `class_students` VALUES (39, 284);
|
||
INSERT INTO `class_students` VALUES (39, 286);
|
||
INSERT INTO `class_students` VALUES (39, 287);
|
||
INSERT INTO `class_students` VALUES (39, 297);
|
||
INSERT INTO `class_students` VALUES (39, 300);
|
||
INSERT INTO `class_students` VALUES (39, 306);
|
||
INSERT INTO `class_students` VALUES (39, 313);
|
||
INSERT INTO `class_students` VALUES (39, 895);
|
||
INSERT INTO `class_students` VALUES (39, 904);
|
||
INSERT INTO `class_students` VALUES (39, 905);
|
||
INSERT INTO `class_students` VALUES (39, 908);
|
||
INSERT INTO `class_students` VALUES (39, 909);
|
||
INSERT INTO `class_students` VALUES (39, 940);
|
||
INSERT INTO `class_students` VALUES (39, 1799);
|
||
INSERT INTO `class_students` VALUES (40, 1135);
|
||
INSERT INTO `class_students` VALUES (40, 1137);
|
||
INSERT INTO `class_students` VALUES (40, 1138);
|
||
INSERT INTO `class_students` VALUES (40, 1139);
|
||
INSERT INTO `class_students` VALUES (40, 1140);
|
||
INSERT INTO `class_students` VALUES (40, 1142);
|
||
INSERT INTO `class_students` VALUES (40, 1144);
|
||
INSERT INTO `class_students` VALUES (40, 1173);
|
||
INSERT INTO `class_students` VALUES (40, 1174);
|
||
INSERT INTO `class_students` VALUES (41, 1056);
|
||
INSERT INTO `class_students` VALUES (41, 1057);
|
||
INSERT INTO `class_students` VALUES (41, 1058);
|
||
INSERT INTO `class_students` VALUES (41, 1064);
|
||
INSERT INTO `class_students` VALUES (41, 1065);
|
||
INSERT INTO `class_students` VALUES (41, 1151);
|
||
INSERT INTO `class_students` VALUES (41, 1153);
|
||
INSERT INTO `class_students` VALUES (41, 1162);
|
||
INSERT INTO `class_students` VALUES (41, 1168);
|
||
INSERT INTO `class_students` VALUES (41, 1177);
|
||
INSERT INTO `class_students` VALUES (41, 1181);
|
||
INSERT INTO `class_students` VALUES (41, 1185);
|
||
INSERT INTO `class_students` VALUES (41, 1187);
|
||
INSERT INTO `class_students` VALUES (41, 1215);
|
||
INSERT INTO `class_students` VALUES (41, 1216);
|
||
INSERT INTO `class_students` VALUES (41, 1220);
|
||
INSERT INTO `class_students` VALUES (41, 1224);
|
||
INSERT INTO `class_students` VALUES (41, 1226);
|
||
INSERT INTO `class_students` VALUES (41, 1229);
|
||
INSERT INTO `class_students` VALUES (41, 1230);
|
||
INSERT INTO `class_students` VALUES (41, 1233);
|
||
INSERT INTO `class_students` VALUES (41, 1241);
|
||
INSERT INTO `class_students` VALUES (41, 1837);
|
||
INSERT INTO `class_students` VALUES (41, 1876);
|
||
INSERT INTO `class_students` VALUES (41, 1891);
|
||
INSERT INTO `class_students` VALUES (41, 1931);
|
||
INSERT INTO `class_students` VALUES (41, 1933);
|
||
INSERT INTO `class_students` VALUES (41, 1936);
|
||
INSERT INTO `class_students` VALUES (41, 1937);
|
||
INSERT INTO `class_students` VALUES (42, 81);
|
||
INSERT INTO `class_students` VALUES (42, 97);
|
||
INSERT INTO `class_students` VALUES (42, 104);
|
||
INSERT INTO `class_students` VALUES (42, 122);
|
||
INSERT INTO `class_students` VALUES (42, 142);
|
||
INSERT INTO `class_students` VALUES (42, 151);
|
||
INSERT INTO `class_students` VALUES (42, 153);
|
||
INSERT INTO `class_students` VALUES (42, 173);
|
||
INSERT INTO `class_students` VALUES (42, 209);
|
||
INSERT INTO `class_students` VALUES (42, 215);
|
||
INSERT INTO `class_students` VALUES (42, 239);
|
||
INSERT INTO `class_students` VALUES (42, 244);
|
||
INSERT INTO `class_students` VALUES (42, 267);
|
||
INSERT INTO `class_students` VALUES (42, 273);
|
||
INSERT INTO `class_students` VALUES (42, 280);
|
||
INSERT INTO `class_students` VALUES (42, 284);
|
||
INSERT INTO `class_students` VALUES (42, 289);
|
||
INSERT INTO `class_students` VALUES (43, 113);
|
||
INSERT INTO `class_students` VALUES (43, 116);
|
||
INSERT INTO `class_students` VALUES (43, 161);
|
||
INSERT INTO `class_students` VALUES (43, 178);
|
||
INSERT INTO `class_students` VALUES (43, 184);
|
||
INSERT INTO `class_students` VALUES (43, 206);
|
||
INSERT INTO `class_students` VALUES (43, 207);
|
||
INSERT INTO `class_students` VALUES (43, 218);
|
||
INSERT INTO `class_students` VALUES (43, 222);
|
||
INSERT INTO `class_students` VALUES (43, 238);
|
||
INSERT INTO `class_students` VALUES (43, 242);
|
||
INSERT INTO `class_students` VALUES (43, 252);
|
||
INSERT INTO `class_students` VALUES (43, 259);
|
||
INSERT INTO `class_students` VALUES (43, 304);
|
||
INSERT INTO `class_students` VALUES (43, 307);
|
||
INSERT INTO `class_students` VALUES (43, 603);
|
||
INSERT INTO `class_students` VALUES (43, 629);
|
||
INSERT INTO `class_students` VALUES (43, 635);
|
||
INSERT INTO `class_students` VALUES (43, 683);
|
||
INSERT INTO `class_students` VALUES (43, 688);
|
||
INSERT INTO `class_students` VALUES (44, 1172);
|
||
INSERT INTO `class_students` VALUES (44, 1175);
|
||
INSERT INTO `class_students` VALUES (44, 1182);
|
||
INSERT INTO `class_students` VALUES (48, 82);
|
||
INSERT INTO `class_students` VALUES (48, 83);
|
||
INSERT INTO `class_students` VALUES (48, 86);
|
||
INSERT INTO `class_students` VALUES (48, 89);
|
||
INSERT INTO `class_students` VALUES (48, 102);
|
||
INSERT INTO `class_students` VALUES (48, 103);
|
||
INSERT INTO `class_students` VALUES (48, 114);
|
||
INSERT INTO `class_students` VALUES (48, 115);
|
||
INSERT INTO `class_students` VALUES (48, 120);
|
||
INSERT INTO `class_students` VALUES (48, 124);
|
||
INSERT INTO `class_students` VALUES (48, 131);
|
||
INSERT INTO `class_students` VALUES (48, 133);
|
||
INSERT INTO `class_students` VALUES (48, 152);
|
||
INSERT INTO `class_students` VALUES (48, 158);
|
||
INSERT INTO `class_students` VALUES (48, 180);
|
||
INSERT INTO `class_students` VALUES (48, 192);
|
||
INSERT INTO `class_students` VALUES (48, 203);
|
||
INSERT INTO `class_students` VALUES (48, 205);
|
||
INSERT INTO `class_students` VALUES (48, 213);
|
||
INSERT INTO `class_students` VALUES (48, 214);
|
||
INSERT INTO `class_students` VALUES (48, 240);
|
||
INSERT INTO `class_students` VALUES (48, 242);
|
||
INSERT INTO `class_students` VALUES (48, 246);
|
||
INSERT INTO `class_students` VALUES (48, 247);
|
||
INSERT INTO `class_students` VALUES (48, 249);
|
||
INSERT INTO `class_students` VALUES (48, 262);
|
||
INSERT INTO `class_students` VALUES (48, 263);
|
||
INSERT INTO `class_students` VALUES (48, 278);
|
||
INSERT INTO `class_students` VALUES (48, 288);
|
||
INSERT INTO `class_students` VALUES (48, 292);
|
||
INSERT INTO `class_students` VALUES (48, 304);
|
||
INSERT INTO `class_students` VALUES (48, 392);
|
||
INSERT INTO `class_students` VALUES (48, 398);
|
||
INSERT INTO `class_students` VALUES (48, 401);
|
||
INSERT INTO `class_students` VALUES (48, 405);
|
||
INSERT INTO `class_students` VALUES (48, 411);
|
||
INSERT INTO `class_students` VALUES (49, 68);
|
||
INSERT INTO `class_students` VALUES (49, 71);
|
||
INSERT INTO `class_students` VALUES (49, 85);
|
||
INSERT INTO `class_students` VALUES (49, 97);
|
||
INSERT INTO `class_students` VALUES (49, 98);
|
||
INSERT INTO `class_students` VALUES (49, 106);
|
||
INSERT INTO `class_students` VALUES (49, 111);
|
||
INSERT INTO `class_students` VALUES (49, 117);
|
||
INSERT INTO `class_students` VALUES (49, 119);
|
||
INSERT INTO `class_students` VALUES (49, 128);
|
||
INSERT INTO `class_students` VALUES (49, 129);
|
||
INSERT INTO `class_students` VALUES (49, 134);
|
||
INSERT INTO `class_students` VALUES (49, 139);
|
||
INSERT INTO `class_students` VALUES (49, 148);
|
||
INSERT INTO `class_students` VALUES (49, 150);
|
||
INSERT INTO `class_students` VALUES (49, 157);
|
||
INSERT INTO `class_students` VALUES (49, 159);
|
||
INSERT INTO `class_students` VALUES (49, 167);
|
||
INSERT INTO `class_students` VALUES (49, 170);
|
||
INSERT INTO `class_students` VALUES (49, 172);
|
||
INSERT INTO `class_students` VALUES (49, 188);
|
||
INSERT INTO `class_students` VALUES (49, 195);
|
||
INSERT INTO `class_students` VALUES (49, 202);
|
||
INSERT INTO `class_students` VALUES (49, 211);
|
||
INSERT INTO `class_students` VALUES (49, 216);
|
||
INSERT INTO `class_students` VALUES (49, 220);
|
||
INSERT INTO `class_students` VALUES (49, 225);
|
||
INSERT INTO `class_students` VALUES (49, 230);
|
||
INSERT INTO `class_students` VALUES (49, 235);
|
||
INSERT INTO `class_students` VALUES (49, 241);
|
||
INSERT INTO `class_students` VALUES (49, 243);
|
||
INSERT INTO `class_students` VALUES (49, 251);
|
||
INSERT INTO `class_students` VALUES (49, 268);
|
||
INSERT INTO `class_students` VALUES (49, 280);
|
||
INSERT INTO `class_students` VALUES (49, 282);
|
||
INSERT INTO `class_students` VALUES (49, 314);
|
||
INSERT INTO `class_students` VALUES (49, 390);
|
||
INSERT INTO `class_students` VALUES (49, 399);
|
||
INSERT INTO `class_students` VALUES (49, 414);
|
||
INSERT INTO `class_students` VALUES (50, 92);
|
||
INSERT INTO `class_students` VALUES (50, 99);
|
||
INSERT INTO `class_students` VALUES (50, 122);
|
||
INSERT INTO `class_students` VALUES (50, 137);
|
||
INSERT INTO `class_students` VALUES (50, 177);
|
||
INSERT INTO `class_students` VALUES (50, 185);
|
||
INSERT INTO `class_students` VALUES (50, 208);
|
||
INSERT INTO `class_students` VALUES (50, 209);
|
||
INSERT INTO `class_students` VALUES (50, 221);
|
||
INSERT INTO `class_students` VALUES (50, 222);
|
||
INSERT INTO `class_students` VALUES (50, 223);
|
||
INSERT INTO `class_students` VALUES (50, 226);
|
||
INSERT INTO `class_students` VALUES (50, 236);
|
||
INSERT INTO `class_students` VALUES (50, 244);
|
||
INSERT INTO `class_students` VALUES (50, 252);
|
||
INSERT INTO `class_students` VALUES (50, 267);
|
||
INSERT INTO `class_students` VALUES (50, 273);
|
||
INSERT INTO `class_students` VALUES (50, 298);
|
||
INSERT INTO `class_students` VALUES (50, 308);
|
||
INSERT INTO `class_students` VALUES (50, 402);
|
||
INSERT INTO `class_students` VALUES (50, 416);
|
||
INSERT INTO `class_students` VALUES (50, 723);
|
||
INSERT INTO `class_students` VALUES (50, 902);
|
||
INSERT INTO `class_students` VALUES (50, 933);
|
||
INSERT INTO `class_students` VALUES (51, 73);
|
||
INSERT INTO `class_students` VALUES (51, 81);
|
||
INSERT INTO `class_students` VALUES (51, 84);
|
||
INSERT INTO `class_students` VALUES (51, 90);
|
||
INSERT INTO `class_students` VALUES (51, 91);
|
||
INSERT INTO `class_students` VALUES (51, 96);
|
||
INSERT INTO `class_students` VALUES (51, 100);
|
||
INSERT INTO `class_students` VALUES (51, 109);
|
||
INSERT INTO `class_students` VALUES (51, 110);
|
||
INSERT INTO `class_students` VALUES (51, 138);
|
||
INSERT INTO `class_students` VALUES (51, 140);
|
||
INSERT INTO `class_students` VALUES (51, 144);
|
||
INSERT INTO `class_students` VALUES (51, 145);
|
||
INSERT INTO `class_students` VALUES (51, 146);
|
||
INSERT INTO `class_students` VALUES (51, 149);
|
||
INSERT INTO `class_students` VALUES (51, 163);
|
||
INSERT INTO `class_students` VALUES (51, 164);
|
||
INSERT INTO `class_students` VALUES (51, 168);
|
||
INSERT INTO `class_students` VALUES (51, 171);
|
||
INSERT INTO `class_students` VALUES (51, 179);
|
||
INSERT INTO `class_students` VALUES (51, 186);
|
||
INSERT INTO `class_students` VALUES (51, 190);
|
||
INSERT INTO `class_students` VALUES (51, 201);
|
||
INSERT INTO `class_students` VALUES (51, 217);
|
||
INSERT INTO `class_students` VALUES (51, 233);
|
||
INSERT INTO `class_students` VALUES (51, 248);
|
||
INSERT INTO `class_students` VALUES (51, 261);
|
||
INSERT INTO `class_students` VALUES (51, 265);
|
||
INSERT INTO `class_students` VALUES (51, 266);
|
||
INSERT INTO `class_students` VALUES (51, 276);
|
||
INSERT INTO `class_students` VALUES (51, 888);
|
||
INSERT INTO `class_students` VALUES (51, 898);
|
||
INSERT INTO `class_students` VALUES (52, 75);
|
||
INSERT INTO `class_students` VALUES (52, 88);
|
||
INSERT INTO `class_students` VALUES (52, 112);
|
||
INSERT INTO `class_students` VALUES (52, 151);
|
||
INSERT INTO `class_students` VALUES (52, 162);
|
||
INSERT INTO `class_students` VALUES (52, 173);
|
||
INSERT INTO `class_students` VALUES (52, 194);
|
||
INSERT INTO `class_students` VALUES (52, 227);
|
||
INSERT INTO `class_students` VALUES (52, 238);
|
||
INSERT INTO `class_students` VALUES (52, 239);
|
||
INSERT INTO `class_students` VALUES (52, 250);
|
||
INSERT INTO `class_students` VALUES (52, 254);
|
||
INSERT INTO `class_students` VALUES (52, 285);
|
||
INSERT INTO `class_students` VALUES (52, 303);
|
||
INSERT INTO `class_students` VALUES (52, 889);
|
||
INSERT INTO `class_students` VALUES (52, 901);
|
||
INSERT INTO `class_students` VALUES (52, 910);
|
||
INSERT INTO `class_students` VALUES (53, 1040);
|
||
INSERT INTO `class_students` VALUES (53, 1176);
|
||
INSERT INTO `class_students` VALUES (53, 1178);
|
||
INSERT INTO `class_students` VALUES (53, 1179);
|
||
INSERT INTO `class_students` VALUES (53, 1197);
|
||
INSERT INTO `class_students` VALUES (53, 1200);
|
||
INSERT INTO `class_students` VALUES (53, 1202);
|
||
INSERT INTO `class_students` VALUES (53, 1203);
|
||
INSERT INTO `class_students` VALUES (53, 1205);
|
||
INSERT INTO `class_students` VALUES (53, 1208);
|
||
INSERT INTO `class_students` VALUES (53, 1209);
|
||
INSERT INTO `class_students` VALUES (53, 1211);
|
||
INSERT INTO `class_students` VALUES (53, 1218);
|
||
INSERT INTO `class_students` VALUES (55, 1818);
|
||
INSERT INTO `class_students` VALUES (56, 91);
|
||
INSERT INTO `class_students` VALUES (56, 100);
|
||
INSERT INTO `class_students` VALUES (56, 130);
|
||
INSERT INTO `class_students` VALUES (56, 144);
|
||
INSERT INTO `class_students` VALUES (56, 146);
|
||
INSERT INTO `class_students` VALUES (56, 149);
|
||
INSERT INTO `class_students` VALUES (56, 217);
|
||
INSERT INTO `class_students` VALUES (56, 255);
|
||
INSERT INTO `class_students` VALUES (56, 265);
|
||
INSERT INTO `class_students` VALUES (56, 276);
|
||
INSERT INTO `class_students` VALUES (56, 398);
|
||
INSERT INTO `class_students` VALUES (57, 73);
|
||
INSERT INTO `class_students` VALUES (57, 81);
|
||
INSERT INTO `class_students` VALUES (57, 96);
|
||
INSERT INTO `class_students` VALUES (57, 116);
|
||
INSERT INTO `class_students` VALUES (57, 153);
|
||
INSERT INTO `class_students` VALUES (57, 162);
|
||
INSERT INTO `class_students` VALUES (57, 168);
|
||
INSERT INTO `class_students` VALUES (57, 171);
|
||
INSERT INTO `class_students` VALUES (57, 190);
|
||
INSERT INTO `class_students` VALUES (57, 201);
|
||
INSERT INTO `class_students` VALUES (57, 206);
|
||
INSERT INTO `class_students` VALUES (57, 218);
|
||
INSERT INTO `class_students` VALUES (57, 238);
|
||
INSERT INTO `class_students` VALUES (57, 248);
|
||
INSERT INTO `class_students` VALUES (57, 254);
|
||
INSERT INTO `class_students` VALUES (57, 259);
|
||
INSERT INTO `class_students` VALUES (57, 261);
|
||
INSERT INTO `class_students` VALUES (58, 75);
|
||
INSERT INTO `class_students` VALUES (58, 90);
|
||
INSERT INTO `class_students` VALUES (58, 107);
|
||
INSERT INTO `class_students` VALUES (58, 151);
|
||
INSERT INTO `class_students` VALUES (58, 183);
|
||
INSERT INTO `class_students` VALUES (58, 194);
|
||
INSERT INTO `class_students` VALUES (58, 239);
|
||
INSERT INTO `class_students` VALUES (58, 250);
|
||
INSERT INTO `class_students` VALUES (58, 253);
|
||
INSERT INTO `class_students` VALUES (58, 285);
|
||
INSERT INTO `class_students` VALUES (58, 889);
|
||
INSERT INTO `class_students` VALUES (58, 901);
|
||
INSERT INTO `class_students` VALUES (59, 104);
|
||
INSERT INTO `class_students` VALUES (59, 137);
|
||
INSERT INTO `class_students` VALUES (59, 207);
|
||
INSERT INTO `class_students` VALUES (59, 208);
|
||
INSERT INTO `class_students` VALUES (59, 215);
|
||
INSERT INTO `class_students` VALUES (59, 222);
|
||
INSERT INTO `class_students` VALUES (59, 298);
|
||
INSERT INTO `class_students` VALUES (59, 308);
|
||
INSERT INTO `class_students` VALUES (59, 885);
|
||
INSERT INTO `class_students` VALUES (59, 887);
|
||
INSERT INTO `class_students` VALUES (59, 891);
|
||
INSERT INTO `class_students` VALUES (59, 892);
|
||
INSERT INTO `class_students` VALUES (59, 897);
|
||
INSERT INTO `class_students` VALUES (59, 899);
|
||
INSERT INTO `class_students` VALUES (59, 916);
|
||
INSERT INTO `class_students` VALUES (59, 922);
|
||
INSERT INTO `class_students` VALUES (59, 930);
|
||
INSERT INTO `class_students` VALUES (59, 932);
|
||
INSERT INTO `class_students` VALUES (59, 937);
|
||
INSERT INTO `class_students` VALUES (59, 938);
|
||
INSERT INTO `class_students` VALUES (59, 939);
|
||
INSERT INTO `class_students` VALUES (60, 82);
|
||
INSERT INTO `class_students` VALUES (60, 86);
|
||
INSERT INTO `class_students` VALUES (60, 89);
|
||
INSERT INTO `class_students` VALUES (60, 103);
|
||
INSERT INTO `class_students` VALUES (60, 115);
|
||
INSERT INTO `class_students` VALUES (60, 158);
|
||
INSERT INTO `class_students` VALUES (60, 180);
|
||
INSERT INTO `class_students` VALUES (60, 192);
|
||
INSERT INTO `class_students` VALUES (60, 198);
|
||
INSERT INTO `class_students` VALUES (60, 205);
|
||
INSERT INTO `class_students` VALUES (60, 240);
|
||
INSERT INTO `class_students` VALUES (60, 242);
|
||
INSERT INTO `class_students` VALUES (60, 246);
|
||
INSERT INTO `class_students` VALUES (60, 247);
|
||
INSERT INTO `class_students` VALUES (60, 262);
|
||
INSERT INTO `class_students` VALUES (60, 288);
|
||
INSERT INTO `class_students` VALUES (60, 289);
|
||
INSERT INTO `class_students` VALUES (60, 304);
|
||
INSERT INTO `class_students` VALUES (60, 398);
|
||
INSERT INTO `class_students` VALUES (60, 405);
|
||
INSERT INTO `class_students` VALUES (60, 896);
|
||
INSERT INTO `class_students` VALUES (60, 935);
|
||
INSERT INTO `class_students` VALUES (61, 68);
|
||
INSERT INTO `class_students` VALUES (61, 98);
|
||
INSERT INTO `class_students` VALUES (61, 106);
|
||
INSERT INTO `class_students` VALUES (61, 111);
|
||
INSERT INTO `class_students` VALUES (61, 117);
|
||
INSERT INTO `class_students` VALUES (61, 129);
|
||
INSERT INTO `class_students` VALUES (61, 139);
|
||
INSERT INTO `class_students` VALUES (61, 157);
|
||
INSERT INTO `class_students` VALUES (61, 167);
|
||
INSERT INTO `class_students` VALUES (61, 172);
|
||
INSERT INTO `class_students` VALUES (61, 184);
|
||
INSERT INTO `class_students` VALUES (61, 188);
|
||
INSERT INTO `class_students` VALUES (61, 195);
|
||
INSERT INTO `class_students` VALUES (61, 202);
|
||
INSERT INTO `class_students` VALUES (61, 211);
|
||
INSERT INTO `class_students` VALUES (61, 216);
|
||
INSERT INTO `class_students` VALUES (61, 220);
|
||
INSERT INTO `class_students` VALUES (61, 230);
|
||
INSERT INTO `class_students` VALUES (61, 235);
|
||
INSERT INTO `class_students` VALUES (61, 243);
|
||
INSERT INTO `class_students` VALUES (61, 251);
|
||
INSERT INTO `class_students` VALUES (61, 268);
|
||
INSERT INTO `class_students` VALUES (61, 280);
|
||
INSERT INTO `class_students` VALUES (61, 282);
|
||
INSERT INTO `class_students` VALUES (61, 314);
|
||
INSERT INTO `class_students` VALUES (61, 390);
|
||
INSERT INTO `class_students` VALUES (61, 399);
|
||
INSERT INTO `class_students` VALUES (61, 894);
|
||
INSERT INTO `class_students` VALUES (61, 903);
|
||
INSERT INTO `class_students` VALUES (61, 911);
|
||
INSERT INTO `class_students` VALUES (61, 912);
|
||
INSERT INTO `class_students` VALUES (61, 915);
|
||
INSERT INTO `class_students` VALUES (61, 918);
|
||
INSERT INTO `class_students` VALUES (61, 919);
|
||
INSERT INTO `class_students` VALUES (61, 929);
|
||
INSERT INTO `class_students` VALUES (61, 936);
|
||
INSERT INTO `class_students` VALUES (63, 580);
|
||
INSERT INTO `class_students` VALUES (63, 582);
|
||
INSERT INTO `class_students` VALUES (63, 584);
|
||
INSERT INTO `class_students` VALUES (63, 585);
|
||
INSERT INTO `class_students` VALUES (63, 588);
|
||
INSERT INTO `class_students` VALUES (63, 591);
|
||
INSERT INTO `class_students` VALUES (63, 592);
|
||
INSERT INTO `class_students` VALUES (63, 593);
|
||
INSERT INTO `class_students` VALUES (63, 594);
|
||
INSERT INTO `class_students` VALUES (63, 595);
|
||
INSERT INTO `class_students` VALUES (63, 596);
|
||
INSERT INTO `class_students` VALUES (63, 603);
|
||
INSERT INTO `class_students` VALUES (63, 604);
|
||
INSERT INTO `class_students` VALUES (63, 605);
|
||
INSERT INTO `class_students` VALUES (63, 609);
|
||
INSERT INTO `class_students` VALUES (63, 610);
|
||
INSERT INTO `class_students` VALUES (63, 613);
|
||
INSERT INTO `class_students` VALUES (63, 614);
|
||
INSERT INTO `class_students` VALUES (63, 615);
|
||
INSERT INTO `class_students` VALUES (63, 616);
|
||
INSERT INTO `class_students` VALUES (63, 618);
|
||
INSERT INTO `class_students` VALUES (63, 620);
|
||
INSERT INTO `class_students` VALUES (63, 621);
|
||
INSERT INTO `class_students` VALUES (63, 622);
|
||
INSERT INTO `class_students` VALUES (63, 625);
|
||
INSERT INTO `class_students` VALUES (63, 626);
|
||
INSERT INTO `class_students` VALUES (63, 628);
|
||
INSERT INTO `class_students` VALUES (63, 631);
|
||
INSERT INTO `class_students` VALUES (63, 632);
|
||
INSERT INTO `class_students` VALUES (63, 635);
|
||
INSERT INTO `class_students` VALUES (63, 637);
|
||
INSERT INTO `class_students` VALUES (63, 639);
|
||
INSERT INTO `class_students` VALUES (63, 640);
|
||
INSERT INTO `class_students` VALUES (63, 671);
|
||
INSERT INTO `class_students` VALUES (63, 676);
|
||
INSERT INTO `class_students` VALUES (63, 680);
|
||
INSERT INTO `class_students` VALUES (63, 682);
|
||
INSERT INTO `class_students` VALUES (63, 684);
|
||
INSERT INTO `class_students` VALUES (63, 686);
|
||
INSERT INTO `class_students` VALUES (63, 687);
|
||
INSERT INTO `class_students` VALUES (63, 688);
|
||
INSERT INTO `class_students` VALUES (63, 689);
|
||
INSERT INTO `class_students` VALUES (63, 690);
|
||
INSERT INTO `class_students` VALUES (63, 691);
|
||
INSERT INTO `class_students` VALUES (65, 627);
|
||
INSERT INTO `class_students` VALUES (65, 629);
|
||
INSERT INTO `class_students` VALUES (65, 688);
|
||
INSERT INTO `class_students` VALUES (65, 995);
|
||
INSERT INTO `class_students` VALUES (66, 584);
|
||
INSERT INTO `class_students` VALUES (66, 594);
|
||
INSERT INTO `class_students` VALUES (66, 595);
|
||
INSERT INTO `class_students` VALUES (66, 596);
|
||
INSERT INTO `class_students` VALUES (66, 603);
|
||
INSERT INTO `class_students` VALUES (66, 605);
|
||
INSERT INTO `class_students` VALUES (66, 620);
|
||
INSERT INTO `class_students` VALUES (66, 622);
|
||
INSERT INTO `class_students` VALUES (66, 625);
|
||
INSERT INTO `class_students` VALUES (66, 631);
|
||
INSERT INTO `class_students` VALUES (66, 632);
|
||
INSERT INTO `class_students` VALUES (66, 635);
|
||
INSERT INTO `class_students` VALUES (66, 637);
|
||
INSERT INTO `class_students` VALUES (66, 639);
|
||
INSERT INTO `class_students` VALUES (66, 640);
|
||
INSERT INTO `class_students` VALUES (66, 682);
|
||
INSERT INTO `class_students` VALUES (66, 683);
|
||
INSERT INTO `class_students` VALUES (66, 686);
|
||
INSERT INTO `class_students` VALUES (66, 689);
|
||
INSERT INTO `class_students` VALUES (66, 691);
|
||
INSERT INTO `class_students` VALUES (66, 979);
|
||
INSERT INTO `class_students` VALUES (66, 984);
|
||
INSERT INTO `class_students` VALUES (68, 1161);
|
||
INSERT INTO `class_students` VALUES (68, 1206);
|
||
INSERT INTO `class_students` VALUES (70, 1192);
|
||
INSERT INTO `class_students` VALUES (70, 1195);
|
||
INSERT INTO `class_students` VALUES (70, 1199);
|
||
INSERT INTO `class_students` VALUES (70, 1207);
|
||
INSERT INTO `class_students` VALUES (70, 1225);
|
||
INSERT INTO `class_students` VALUES (70, 1227);
|
||
INSERT INTO `class_students` VALUES (70, 1234);
|
||
INSERT INTO `class_students` VALUES (70, 1236);
|
||
INSERT INTO `class_students` VALUES (70, 1237);
|
||
INSERT INTO `class_students` VALUES (70, 1238);
|
||
INSERT INTO `class_students` VALUES (70, 1275);
|
||
INSERT INTO `class_students` VALUES (72, 1288);
|
||
INSERT INTO `class_students` VALUES (72, 1301);
|
||
INSERT INTO `class_students` VALUES (72, 1314);
|
||
INSERT INTO `class_students` VALUES (72, 1329);
|
||
INSERT INTO `class_students` VALUES (72, 1345);
|
||
INSERT INTO `class_students` VALUES (72, 1374);
|
||
INSERT INTO `class_students` VALUES (72, 1381);
|
||
INSERT INTO `class_students` VALUES (72, 1422);
|
||
INSERT INTO `class_students` VALUES (72, 1447);
|
||
INSERT INTO `class_students` VALUES (72, 1491);
|
||
INSERT INTO `class_students` VALUES (72, 1521);
|
||
INSERT INTO `class_students` VALUES (72, 1522);
|
||
INSERT INTO `class_students` VALUES (72, 1541);
|
||
INSERT INTO `class_students` VALUES (72, 1547);
|
||
INSERT INTO `class_students` VALUES (72, 1551);
|
||
INSERT INTO `class_students` VALUES (72, 1552);
|
||
INSERT INTO `class_students` VALUES (72, 1553);
|
||
INSERT INTO `class_students` VALUES (72, 1559);
|
||
INSERT INTO `class_students` VALUES (72, 1561);
|
||
INSERT INTO `class_students` VALUES (72, 1562);
|
||
INSERT INTO `class_students` VALUES (72, 1567);
|
||
INSERT INTO `class_students` VALUES (72, 1578);
|
||
INSERT INTO `class_students` VALUES (72, 1591);
|
||
INSERT INTO `class_students` VALUES (72, 1599);
|
||
INSERT INTO `class_students` VALUES (72, 1603);
|
||
INSERT INTO `class_students` VALUES (72, 1617);
|
||
INSERT INTO `class_students` VALUES (72, 1618);
|
||
INSERT INTO `class_students` VALUES (72, 1632);
|
||
INSERT INTO `class_students` VALUES (72, 1642);
|
||
INSERT INTO `class_students` VALUES (72, 1649);
|
||
INSERT INTO `class_students` VALUES (72, 1680);
|
||
INSERT INTO `class_students` VALUES (72, 1683);
|
||
INSERT INTO `class_students` VALUES (73, 121);
|
||
INSERT INTO `class_students` VALUES (73, 253);
|
||
INSERT INTO `class_students` VALUES (73, 290);
|
||
INSERT INTO `class_students` VALUES (73, 1279);
|
||
INSERT INTO `class_students` VALUES (73, 1287);
|
||
INSERT INTO `class_students` VALUES (73, 1299);
|
||
INSERT INTO `class_students` VALUES (73, 1312);
|
||
INSERT INTO `class_students` VALUES (73, 1316);
|
||
INSERT INTO `class_students` VALUES (73, 1322);
|
||
INSERT INTO `class_students` VALUES (73, 1325);
|
||
INSERT INTO `class_students` VALUES (73, 1342);
|
||
INSERT INTO `class_students` VALUES (73, 1343);
|
||
INSERT INTO `class_students` VALUES (73, 1348);
|
||
INSERT INTO `class_students` VALUES (73, 1362);
|
||
INSERT INTO `class_students` VALUES (73, 1371);
|
||
INSERT INTO `class_students` VALUES (73, 1384);
|
||
INSERT INTO `class_students` VALUES (73, 1388);
|
||
INSERT INTO `class_students` VALUES (73, 1390);
|
||
INSERT INTO `class_students` VALUES (73, 1397);
|
||
INSERT INTO `class_students` VALUES (73, 1421);
|
||
INSERT INTO `class_students` VALUES (73, 1433);
|
||
INSERT INTO `class_students` VALUES (73, 1434);
|
||
INSERT INTO `class_students` VALUES (73, 1441);
|
||
INSERT INTO `class_students` VALUES (73, 1449);
|
||
INSERT INTO `class_students` VALUES (73, 1462);
|
||
INSERT INTO `class_students` VALUES (73, 1469);
|
||
INSERT INTO `class_students` VALUES (73, 1495);
|
||
INSERT INTO `class_students` VALUES (73, 1500);
|
||
INSERT INTO `class_students` VALUES (73, 1519);
|
||
INSERT INTO `class_students` VALUES (73, 1528);
|
||
INSERT INTO `class_students` VALUES (73, 1536);
|
||
INSERT INTO `class_students` VALUES (73, 1537);
|
||
INSERT INTO `class_students` VALUES (73, 1564);
|
||
INSERT INTO `class_students` VALUES (73, 1602);
|
||
INSERT INTO `class_students` VALUES (73, 1630);
|
||
INSERT INTO `class_students` VALUES (73, 1633);
|
||
INSERT INTO `class_students` VALUES (73, 1686);
|
||
INSERT INTO `class_students` VALUES (74, 174);
|
||
INSERT INTO `class_students` VALUES (74, 1285);
|
||
INSERT INTO `class_students` VALUES (74, 1298);
|
||
INSERT INTO `class_students` VALUES (74, 1306);
|
||
INSERT INTO `class_students` VALUES (74, 1307);
|
||
INSERT INTO `class_students` VALUES (74, 1308);
|
||
INSERT INTO `class_students` VALUES (74, 1309);
|
||
INSERT INTO `class_students` VALUES (74, 1310);
|
||
INSERT INTO `class_students` VALUES (74, 1315);
|
||
INSERT INTO `class_students` VALUES (74, 1321);
|
||
INSERT INTO `class_students` VALUES (74, 1332);
|
||
INSERT INTO `class_students` VALUES (74, 1351);
|
||
INSERT INTO `class_students` VALUES (74, 1354);
|
||
INSERT INTO `class_students` VALUES (74, 1355);
|
||
INSERT INTO `class_students` VALUES (74, 1360);
|
||
INSERT INTO `class_students` VALUES (74, 1364);
|
||
INSERT INTO `class_students` VALUES (74, 1380);
|
||
INSERT INTO `class_students` VALUES (74, 1382);
|
||
INSERT INTO `class_students` VALUES (74, 1391);
|
||
INSERT INTO `class_students` VALUES (74, 1403);
|
||
INSERT INTO `class_students` VALUES (74, 1440);
|
||
INSERT INTO `class_students` VALUES (74, 1450);
|
||
INSERT INTO `class_students` VALUES (74, 1464);
|
||
INSERT INTO `class_students` VALUES (74, 1494);
|
||
INSERT INTO `class_students` VALUES (74, 1503);
|
||
INSERT INTO `class_students` VALUES (74, 1534);
|
||
INSERT INTO `class_students` VALUES (74, 1548);
|
||
INSERT INTO `class_students` VALUES (74, 1554);
|
||
INSERT INTO `class_students` VALUES (74, 1580);
|
||
INSERT INTO `class_students` VALUES (74, 1592);
|
||
INSERT INTO `class_students` VALUES (74, 1601);
|
||
INSERT INTO `class_students` VALUES (74, 1604);
|
||
INSERT INTO `class_students` VALUES (74, 1612);
|
||
INSERT INTO `class_students` VALUES (74, 1613);
|
||
INSERT INTO `class_students` VALUES (74, 1651);
|
||
INSERT INTO `class_students` VALUES (74, 1672);
|
||
INSERT INTO `class_students` VALUES (74, 1679);
|
||
INSERT INTO `class_students` VALUES (74, 1681);
|
||
INSERT INTO `class_students` VALUES (74, 1684);
|
||
INSERT INTO `class_students` VALUES (74, 1687);
|
||
INSERT INTO `class_students` VALUES (74, 1828);
|
||
INSERT INTO `class_students` VALUES (75, 113);
|
||
INSERT INTO `class_students` VALUES (75, 178);
|
||
INSERT INTO `class_students` VALUES (75, 187);
|
||
INSERT INTO `class_students` VALUES (75, 207);
|
||
INSERT INTO `class_students` VALUES (75, 307);
|
||
INSERT INTO `class_students` VALUES (75, 1289);
|
||
INSERT INTO `class_students` VALUES (75, 1290);
|
||
INSERT INTO `class_students` VALUES (75, 1323);
|
||
INSERT INTO `class_students` VALUES (75, 1324);
|
||
INSERT INTO `class_students` VALUES (75, 1330);
|
||
INSERT INTO `class_students` VALUES (75, 1334);
|
||
INSERT INTO `class_students` VALUES (75, 1335);
|
||
INSERT INTO `class_students` VALUES (75, 1338);
|
||
INSERT INTO `class_students` VALUES (75, 1349);
|
||
INSERT INTO `class_students` VALUES (75, 1361);
|
||
INSERT INTO `class_students` VALUES (75, 1378);
|
||
INSERT INTO `class_students` VALUES (75, 1398);
|
||
INSERT INTO `class_students` VALUES (75, 1412);
|
||
INSERT INTO `class_students` VALUES (75, 1420);
|
||
INSERT INTO `class_students` VALUES (75, 1425);
|
||
INSERT INTO `class_students` VALUES (75, 1430);
|
||
INSERT INTO `class_students` VALUES (75, 1437);
|
||
INSERT INTO `class_students` VALUES (75, 1452);
|
||
INSERT INTO `class_students` VALUES (75, 1493);
|
||
INSERT INTO `class_students` VALUES (75, 1545);
|
||
INSERT INTO `class_students` VALUES (75, 1560);
|
||
INSERT INTO `class_students` VALUES (75, 1587);
|
||
INSERT INTO `class_students` VALUES (75, 1609);
|
||
INSERT INTO `class_students` VALUES (75, 1611);
|
||
INSERT INTO `class_students` VALUES (75, 1615);
|
||
INSERT INTO `class_students` VALUES (75, 1644);
|
||
INSERT INTO `class_students` VALUES (75, 1646);
|
||
INSERT INTO `class_students` VALUES (75, 1671);
|
||
INSERT INTO `class_students` VALUES (75, 1675);
|
||
INSERT INTO `class_students` VALUES (75, 1692);
|
||
INSERT INTO `class_students` VALUES (76, 204);
|
||
INSERT INTO `class_students` VALUES (76, 206);
|
||
INSERT INTO `class_students` VALUES (76, 234);
|
||
INSERT INTO `class_students` VALUES (76, 259);
|
||
INSERT INTO `class_students` VALUES (76, 317);
|
||
INSERT INTO `class_students` VALUES (76, 1284);
|
||
INSERT INTO `class_students` VALUES (76, 1297);
|
||
INSERT INTO `class_students` VALUES (76, 1311);
|
||
INSERT INTO `class_students` VALUES (76, 1313);
|
||
INSERT INTO `class_students` VALUES (76, 1317);
|
||
INSERT INTO `class_students` VALUES (76, 1346);
|
||
INSERT INTO `class_students` VALUES (76, 1359);
|
||
INSERT INTO `class_students` VALUES (76, 1368);
|
||
INSERT INTO `class_students` VALUES (76, 1370);
|
||
INSERT INTO `class_students` VALUES (76, 1372);
|
||
INSERT INTO `class_students` VALUES (76, 1373);
|
||
INSERT INTO `class_students` VALUES (76, 1376);
|
||
INSERT INTO `class_students` VALUES (76, 1383);
|
||
INSERT INTO `class_students` VALUES (76, 1419);
|
||
INSERT INTO `class_students` VALUES (76, 1427);
|
||
INSERT INTO `class_students` VALUES (76, 1444);
|
||
INSERT INTO `class_students` VALUES (76, 1473);
|
||
INSERT INTO `class_students` VALUES (76, 1490);
|
||
INSERT INTO `class_students` VALUES (76, 1505);
|
||
INSERT INTO `class_students` VALUES (76, 1514);
|
||
INSERT INTO `class_students` VALUES (76, 1515);
|
||
INSERT INTO `class_students` VALUES (76, 1524);
|
||
INSERT INTO `class_students` VALUES (76, 1526);
|
||
INSERT INTO `class_students` VALUES (76, 1530);
|
||
INSERT INTO `class_students` VALUES (76, 1531);
|
||
INSERT INTO `class_students` VALUES (76, 1544);
|
||
INSERT INTO `class_students` VALUES (76, 1549);
|
||
INSERT INTO `class_students` VALUES (76, 1570);
|
||
INSERT INTO `class_students` VALUES (76, 1574);
|
||
INSERT INTO `class_students` VALUES (76, 1577);
|
||
INSERT INTO `class_students` VALUES (76, 1579);
|
||
INSERT INTO `class_students` VALUES (76, 1605);
|
||
INSERT INTO `class_students` VALUES (76, 1688);
|
||
INSERT INTO `class_students` VALUES (77, 165);
|
||
INSERT INTO `class_students` VALUES (77, 176);
|
||
INSERT INTO `class_students` VALUES (77, 260);
|
||
INSERT INTO `class_students` VALUES (77, 289);
|
||
INSERT INTO `class_students` VALUES (77, 1293);
|
||
INSERT INTO `class_students` VALUES (77, 1296);
|
||
INSERT INTO `class_students` VALUES (77, 1300);
|
||
INSERT INTO `class_students` VALUES (77, 1302);
|
||
INSERT INTO `class_students` VALUES (77, 1340);
|
||
INSERT INTO `class_students` VALUES (77, 1347);
|
||
INSERT INTO `class_students` VALUES (77, 1358);
|
||
INSERT INTO `class_students` VALUES (77, 1367);
|
||
INSERT INTO `class_students` VALUES (77, 1369);
|
||
INSERT INTO `class_students` VALUES (77, 1387);
|
||
INSERT INTO `class_students` VALUES (77, 1393);
|
||
INSERT INTO `class_students` VALUES (77, 1399);
|
||
INSERT INTO `class_students` VALUES (77, 1402);
|
||
INSERT INTO `class_students` VALUES (77, 1413);
|
||
INSERT INTO `class_students` VALUES (77, 1415);
|
||
INSERT INTO `class_students` VALUES (77, 1431);
|
||
INSERT INTO `class_students` VALUES (77, 1436);
|
||
INSERT INTO `class_students` VALUES (77, 1451);
|
||
INSERT INTO `class_students` VALUES (77, 1453);
|
||
INSERT INTO `class_students` VALUES (77, 1478);
|
||
INSERT INTO `class_students` VALUES (77, 1499);
|
||
INSERT INTO `class_students` VALUES (77, 1502);
|
||
INSERT INTO `class_students` VALUES (77, 1506);
|
||
INSERT INTO `class_students` VALUES (77, 1507);
|
||
INSERT INTO `class_students` VALUES (77, 1510);
|
||
INSERT INTO `class_students` VALUES (77, 1511);
|
||
INSERT INTO `class_students` VALUES (77, 1523);
|
||
INSERT INTO `class_students` VALUES (77, 1525);
|
||
INSERT INTO `class_students` VALUES (77, 1535);
|
||
INSERT INTO `class_students` VALUES (77, 1543);
|
||
INSERT INTO `class_students` VALUES (77, 1596);
|
||
INSERT INTO `class_students` VALUES (77, 1614);
|
||
INSERT INTO `class_students` VALUES (77, 1619);
|
||
INSERT INTO `class_students` VALUES (77, 1637);
|
||
INSERT INTO `class_students` VALUES (77, 1640);
|
||
INSERT INTO `class_students` VALUES (77, 1693);
|
||
INSERT INTO `class_students` VALUES (78, 586);
|
||
INSERT INTO `class_students` VALUES (78, 587);
|
||
INSERT INTO `class_students` VALUES (78, 589);
|
||
INSERT INTO `class_students` VALUES (78, 611);
|
||
INSERT INTO `class_students` VALUES (78, 627);
|
||
INSERT INTO `class_students` VALUES (78, 629);
|
||
INSERT INTO `class_students` VALUES (78, 644);
|
||
INSERT INTO `class_students` VALUES (78, 1282);
|
||
INSERT INTO `class_students` VALUES (78, 1350);
|
||
INSERT INTO `class_students` VALUES (78, 1352);
|
||
INSERT INTO `class_students` VALUES (78, 1392);
|
||
INSERT INTO `class_students` VALUES (78, 1395);
|
||
INSERT INTO `class_students` VALUES (78, 1405);
|
||
INSERT INTO `class_students` VALUES (78, 1406);
|
||
INSERT INTO `class_students` VALUES (78, 1409);
|
||
INSERT INTO `class_students` VALUES (78, 1418);
|
||
INSERT INTO `class_students` VALUES (78, 1455);
|
||
INSERT INTO `class_students` VALUES (78, 1467);
|
||
INSERT INTO `class_students` VALUES (78, 1471);
|
||
INSERT INTO `class_students` VALUES (78, 1480);
|
||
INSERT INTO `class_students` VALUES (78, 1489);
|
||
INSERT INTO `class_students` VALUES (78, 1508);
|
||
INSERT INTO `class_students` VALUES (78, 1520);
|
||
INSERT INTO `class_students` VALUES (78, 1532);
|
||
INSERT INTO `class_students` VALUES (78, 1533);
|
||
INSERT INTO `class_students` VALUES (78, 1546);
|
||
INSERT INTO `class_students` VALUES (78, 1550);
|
||
INSERT INTO `class_students` VALUES (78, 1563);
|
||
INSERT INTO `class_students` VALUES (78, 1565);
|
||
INSERT INTO `class_students` VALUES (78, 1573);
|
||
INSERT INTO `class_students` VALUES (78, 1581);
|
||
INSERT INTO `class_students` VALUES (78, 1600);
|
||
INSERT INTO `class_students` VALUES (78, 1621);
|
||
INSERT INTO `class_students` VALUES (78, 1626);
|
||
INSERT INTO `class_students` VALUES (78, 1627);
|
||
INSERT INTO `class_students` VALUES (78, 1629);
|
||
INSERT INTO `class_students` VALUES (78, 1660);
|
||
INSERT INTO `class_students` VALUES (78, 1662);
|
||
INSERT INTO `class_students` VALUES (79, 1292);
|
||
INSERT INTO `class_students` VALUES (79, 1326);
|
||
INSERT INTO `class_students` VALUES (79, 1327);
|
||
INSERT INTO `class_students` VALUES (79, 1396);
|
||
INSERT INTO `class_students` VALUES (79, 1408);
|
||
INSERT INTO `class_students` VALUES (79, 1410);
|
||
INSERT INTO `class_students` VALUES (79, 1411);
|
||
INSERT INTO `class_students` VALUES (79, 1414);
|
||
INSERT INTO `class_students` VALUES (79, 1423);
|
||
INSERT INTO `class_students` VALUES (79, 1426);
|
||
INSERT INTO `class_students` VALUES (79, 1456);
|
||
INSERT INTO `class_students` VALUES (79, 1466);
|
||
INSERT INTO `class_students` VALUES (79, 1472);
|
||
INSERT INTO `class_students` VALUES (79, 1474);
|
||
INSERT INTO `class_students` VALUES (79, 1486);
|
||
INSERT INTO `class_students` VALUES (79, 1492);
|
||
INSERT INTO `class_students` VALUES (79, 1512);
|
||
INSERT INTO `class_students` VALUES (79, 1513);
|
||
INSERT INTO `class_students` VALUES (79, 1516);
|
||
INSERT INTO `class_students` VALUES (79, 1529);
|
||
INSERT INTO `class_students` VALUES (79, 1539);
|
||
INSERT INTO `class_students` VALUES (79, 1540);
|
||
INSERT INTO `class_students` VALUES (79, 1568);
|
||
INSERT INTO `class_students` VALUES (79, 1595);
|
||
INSERT INTO `class_students` VALUES (79, 1598);
|
||
INSERT INTO `class_students` VALUES (79, 1645);
|
||
INSERT INTO `class_students` VALUES (79, 1648);
|
||
INSERT INTO `class_students` VALUES (79, 1663);
|
||
INSERT INTO `class_students` VALUES (79, 1664);
|
||
INSERT INTO `class_students` VALUES (79, 1669);
|
||
INSERT INTO `class_students` VALUES (79, 1690);
|
||
INSERT INTO `class_students` VALUES (80, 1286);
|
||
INSERT INTO `class_students` VALUES (80, 1303);
|
||
INSERT INTO `class_students` VALUES (80, 1319);
|
||
INSERT INTO `class_students` VALUES (80, 1333);
|
||
INSERT INTO `class_students` VALUES (80, 1339);
|
||
INSERT INTO `class_students` VALUES (80, 1353);
|
||
INSERT INTO `class_students` VALUES (80, 1356);
|
||
INSERT INTO `class_students` VALUES (80, 1357);
|
||
INSERT INTO `class_students` VALUES (80, 1385);
|
||
INSERT INTO `class_students` VALUES (80, 1442);
|
||
INSERT INTO `class_students` VALUES (80, 1443);
|
||
INSERT INTO `class_students` VALUES (80, 1448);
|
||
INSERT INTO `class_students` VALUES (80, 1457);
|
||
INSERT INTO `class_students` VALUES (80, 1459);
|
||
INSERT INTO `class_students` VALUES (80, 1460);
|
||
INSERT INTO `class_students` VALUES (80, 1468);
|
||
INSERT INTO `class_students` VALUES (80, 1475);
|
||
INSERT INTO `class_students` VALUES (80, 1477);
|
||
INSERT INTO `class_students` VALUES (80, 1484);
|
||
INSERT INTO `class_students` VALUES (80, 1496);
|
||
INSERT INTO `class_students` VALUES (80, 1497);
|
||
INSERT INTO `class_students` VALUES (80, 1501);
|
||
INSERT INTO `class_students` VALUES (80, 1517);
|
||
INSERT INTO `class_students` VALUES (80, 1558);
|
||
INSERT INTO `class_students` VALUES (80, 1571);
|
||
INSERT INTO `class_students` VALUES (80, 1586);
|
||
INSERT INTO `class_students` VALUES (80, 1590);
|
||
INSERT INTO `class_students` VALUES (80, 1608);
|
||
INSERT INTO `class_students` VALUES (80, 1620);
|
||
INSERT INTO `class_students` VALUES (80, 1624);
|
||
INSERT INTO `class_students` VALUES (80, 1631);
|
||
INSERT INTO `class_students` VALUES (80, 1634);
|
||
INSERT INTO `class_students` VALUES (80, 1655);
|
||
INSERT INTO `class_students` VALUES (80, 1656);
|
||
INSERT INTO `class_students` VALUES (80, 1658);
|
||
INSERT INTO `class_students` VALUES (80, 1659);
|
||
INSERT INTO `class_students` VALUES (80, 1665);
|
||
INSERT INTO `class_students` VALUES (80, 1691);
|
||
INSERT INTO `class_students` VALUES (81, 1328);
|
||
INSERT INTO `class_students` VALUES (81, 1331);
|
||
INSERT INTO `class_students` VALUES (81, 1337);
|
||
INSERT INTO `class_students` VALUES (81, 1341);
|
||
INSERT INTO `class_students` VALUES (81, 1389);
|
||
INSERT INTO `class_students` VALUES (81, 1416);
|
||
INSERT INTO `class_students` VALUES (81, 1417);
|
||
INSERT INTO `class_students` VALUES (81, 1424);
|
||
INSERT INTO `class_students` VALUES (81, 1432);
|
||
INSERT INTO `class_students` VALUES (81, 1446);
|
||
INSERT INTO `class_students` VALUES (81, 1458);
|
||
INSERT INTO `class_students` VALUES (81, 1470);
|
||
INSERT INTO `class_students` VALUES (81, 1476);
|
||
INSERT INTO `class_students` VALUES (81, 1479);
|
||
INSERT INTO `class_students` VALUES (81, 1482);
|
||
INSERT INTO `class_students` VALUES (81, 1483);
|
||
INSERT INTO `class_students` VALUES (81, 1488);
|
||
INSERT INTO `class_students` VALUES (81, 1518);
|
||
INSERT INTO `class_students` VALUES (81, 1542);
|
||
INSERT INTO `class_students` VALUES (81, 1555);
|
||
INSERT INTO `class_students` VALUES (81, 1556);
|
||
INSERT INTO `class_students` VALUES (81, 1557);
|
||
INSERT INTO `class_students` VALUES (81, 1572);
|
||
INSERT INTO `class_students` VALUES (81, 1575);
|
||
INSERT INTO `class_students` VALUES (81, 1576);
|
||
INSERT INTO `class_students` VALUES (81, 1583);
|
||
INSERT INTO `class_students` VALUES (81, 1584);
|
||
INSERT INTO `class_students` VALUES (81, 1597);
|
||
INSERT INTO `class_students` VALUES (81, 1635);
|
||
INSERT INTO `class_students` VALUES (81, 1636);
|
||
INSERT INTO `class_students` VALUES (81, 1643);
|
||
INSERT INTO `class_students` VALUES (81, 1652);
|
||
INSERT INTO `class_students` VALUES (81, 1654);
|
||
INSERT INTO `class_students` VALUES (81, 1661);
|
||
INSERT INTO `class_students` VALUES (81, 1666);
|
||
INSERT INTO `class_students` VALUES (81, 1667);
|
||
INSERT INTO `class_students` VALUES (81, 1668);
|
||
INSERT INTO `class_students` VALUES (81, 1812);
|
||
INSERT INTO `class_students` VALUES (82, 1696);
|
||
INSERT INTO `class_students` VALUES (82, 1698);
|
||
INSERT INTO `class_students` VALUES (82, 1708);
|
||
INSERT INTO `class_students` VALUES (82, 1711);
|
||
INSERT INTO `class_students` VALUES (82, 1713);
|
||
INSERT INTO `class_students` VALUES (82, 1714);
|
||
INSERT INTO `class_students` VALUES (82, 1716);
|
||
INSERT INTO `class_students` VALUES (82, 1718);
|
||
INSERT INTO `class_students` VALUES (82, 1720);
|
||
INSERT INTO `class_students` VALUES (82, 1721);
|
||
INSERT INTO `class_students` VALUES (82, 1731);
|
||
INSERT INTO `class_students` VALUES (82, 1733);
|
||
INSERT INTO `class_students` VALUES (82, 1734);
|
||
INSERT INTO `class_students` VALUES (82, 1736);
|
||
INSERT INTO `class_students` VALUES (82, 1740);
|
||
INSERT INTO `class_students` VALUES (82, 1750);
|
||
INSERT INTO `class_students` VALUES (82, 1751);
|
||
INSERT INTO `class_students` VALUES (82, 1759);
|
||
INSERT INTO `class_students` VALUES (82, 1763);
|
||
INSERT INTO `class_students` VALUES (82, 1770);
|
||
INSERT INTO `class_students` VALUES (82, 1771);
|
||
INSERT INTO `class_students` VALUES (82, 1776);
|
||
INSERT INTO `class_students` VALUES (82, 1777);
|
||
INSERT INTO `class_students` VALUES (82, 1779);
|
||
INSERT INTO `class_students` VALUES (82, 1788);
|
||
INSERT INTO `class_students` VALUES (82, 1803);
|
||
INSERT INTO `class_students` VALUES (82, 1813);
|
||
INSERT INTO `class_students` VALUES (83, 1694);
|
||
INSERT INTO `class_students` VALUES (83, 1697);
|
||
INSERT INTO `class_students` VALUES (83, 1705);
|
||
INSERT INTO `class_students` VALUES (83, 1706);
|
||
INSERT INTO `class_students` VALUES (83, 1715);
|
||
INSERT INTO `class_students` VALUES (83, 1719);
|
||
INSERT INTO `class_students` VALUES (83, 1722);
|
||
INSERT INTO `class_students` VALUES (83, 1725);
|
||
INSERT INTO `class_students` VALUES (83, 1728);
|
||
INSERT INTO `class_students` VALUES (83, 1730);
|
||
INSERT INTO `class_students` VALUES (83, 1732);
|
||
INSERT INTO `class_students` VALUES (83, 1739);
|
||
INSERT INTO `class_students` VALUES (83, 1743);
|
||
INSERT INTO `class_students` VALUES (83, 1744);
|
||
INSERT INTO `class_students` VALUES (83, 1746);
|
||
INSERT INTO `class_students` VALUES (83, 1753);
|
||
INSERT INTO `class_students` VALUES (83, 1754);
|
||
INSERT INTO `class_students` VALUES (83, 1756);
|
||
INSERT INTO `class_students` VALUES (83, 1758);
|
||
INSERT INTO `class_students` VALUES (83, 1760);
|
||
INSERT INTO `class_students` VALUES (83, 1761);
|
||
INSERT INTO `class_students` VALUES (83, 1762);
|
||
INSERT INTO `class_students` VALUES (83, 1764);
|
||
INSERT INTO `class_students` VALUES (83, 1765);
|
||
INSERT INTO `class_students` VALUES (83, 1766);
|
||
INSERT INTO `class_students` VALUES (83, 1767);
|
||
INSERT INTO `class_students` VALUES (83, 1768);
|
||
INSERT INTO `class_students` VALUES (83, 1775);
|
||
INSERT INTO `class_students` VALUES (83, 1780);
|
||
INSERT INTO `class_students` VALUES (83, 1782);
|
||
INSERT INTO `class_students` VALUES (83, 1783);
|
||
INSERT INTO `class_students` VALUES (83, 1786);
|
||
INSERT INTO `class_students` VALUES (83, 1790);
|
||
INSERT INTO `class_students` VALUES (83, 1794);
|
||
INSERT INTO `class_students` VALUES (83, 1798);
|
||
INSERT INTO `class_students` VALUES (83, 1801);
|
||
INSERT INTO `class_students` VALUES (83, 1802);
|
||
INSERT INTO `class_students` VALUES (83, 1804);
|
||
INSERT INTO `class_students` VALUES (83, 1806);
|
||
INSERT INTO `class_students` VALUES (83, 1807);
|
||
INSERT INTO `class_students` VALUES (84, 1695);
|
||
INSERT INTO `class_students` VALUES (84, 1699);
|
||
INSERT INTO `class_students` VALUES (84, 1700);
|
||
INSERT INTO `class_students` VALUES (84, 1702);
|
||
INSERT INTO `class_students` VALUES (84, 1704);
|
||
INSERT INTO `class_students` VALUES (84, 1707);
|
||
INSERT INTO `class_students` VALUES (84, 1717);
|
||
INSERT INTO `class_students` VALUES (84, 1723);
|
||
INSERT INTO `class_students` VALUES (84, 1727);
|
||
INSERT INTO `class_students` VALUES (84, 1729);
|
||
INSERT INTO `class_students` VALUES (84, 1737);
|
||
INSERT INTO `class_students` VALUES (84, 1738);
|
||
INSERT INTO `class_students` VALUES (84, 1741);
|
||
INSERT INTO `class_students` VALUES (84, 1742);
|
||
INSERT INTO `class_students` VALUES (84, 1745);
|
||
INSERT INTO `class_students` VALUES (84, 1747);
|
||
INSERT INTO `class_students` VALUES (84, 1749);
|
||
INSERT INTO `class_students` VALUES (84, 1752);
|
||
INSERT INTO `class_students` VALUES (84, 1755);
|
||
INSERT INTO `class_students` VALUES (84, 1757);
|
||
INSERT INTO `class_students` VALUES (84, 1769);
|
||
INSERT INTO `class_students` VALUES (84, 1772);
|
||
INSERT INTO `class_students` VALUES (84, 1773);
|
||
INSERT INTO `class_students` VALUES (84, 1781);
|
||
INSERT INTO `class_students` VALUES (84, 1784);
|
||
INSERT INTO `class_students` VALUES (84, 1787);
|
||
INSERT INTO `class_students` VALUES (84, 1789);
|
||
INSERT INTO `class_students` VALUES (84, 1792);
|
||
INSERT INTO `class_students` VALUES (84, 1793);
|
||
INSERT INTO `class_students` VALUES (84, 1796);
|
||
INSERT INTO `class_students` VALUES (84, 1800);
|
||
INSERT INTO `class_students` VALUES (84, 1808);
|
||
INSERT INTO `class_students` VALUES (84, 1809);
|
||
INSERT INTO `class_students` VALUES (85, 1818);
|
||
INSERT INTO `class_students` VALUES (85, 1819);
|
||
INSERT INTO `class_students` VALUES (85, 1820);
|
||
INSERT INTO `class_students` VALUES (85, 1821);
|
||
INSERT INTO `class_students` VALUES (85, 1822);
|
||
INSERT INTO `class_students` VALUES (85, 1823);
|
||
INSERT INTO `class_students` VALUES (85, 1824);
|
||
INSERT INTO `class_students` VALUES (85, 1825);
|
||
INSERT INTO `class_students` VALUES (85, 1826);
|
||
INSERT INTO `class_students` VALUES (85, 1827);
|
||
INSERT INTO `class_students` VALUES (86, 1288);
|
||
INSERT INTO `class_students` VALUES (86, 1329);
|
||
INSERT INTO `class_students` VALUES (86, 1374);
|
||
INSERT INTO `class_students` VALUES (86, 1381);
|
||
INSERT INTO `class_students` VALUES (86, 1447);
|
||
INSERT INTO `class_students` VALUES (86, 1503);
|
||
INSERT INTO `class_students` VALUES (86, 1521);
|
||
INSERT INTO `class_students` VALUES (86, 1522);
|
||
INSERT INTO `class_students` VALUES (86, 1547);
|
||
INSERT INTO `class_students` VALUES (86, 1551);
|
||
INSERT INTO `class_students` VALUES (86, 1552);
|
||
INSERT INTO `class_students` VALUES (86, 1559);
|
||
INSERT INTO `class_students` VALUES (86, 1562);
|
||
INSERT INTO `class_students` VALUES (86, 1567);
|
||
INSERT INTO `class_students` VALUES (86, 1578);
|
||
INSERT INTO `class_students` VALUES (86, 1599);
|
||
INSERT INTO `class_students` VALUES (86, 1603);
|
||
INSERT INTO `class_students` VALUES (86, 1618);
|
||
INSERT INTO `class_students` VALUES (86, 1642);
|
||
INSERT INTO `class_students` VALUES (86, 1683);
|
||
INSERT INTO `class_students` VALUES (87, 1279);
|
||
INSERT INTO `class_students` VALUES (87, 1315);
|
||
INSERT INTO `class_students` VALUES (87, 1322);
|
||
INSERT INTO `class_students` VALUES (87, 1342);
|
||
INSERT INTO `class_students` VALUES (87, 1348);
|
||
INSERT INTO `class_students` VALUES (87, 1355);
|
||
INSERT INTO `class_students` VALUES (87, 1362);
|
||
INSERT INTO `class_students` VALUES (87, 1388);
|
||
INSERT INTO `class_students` VALUES (87, 1434);
|
||
INSERT INTO `class_students` VALUES (87, 1441);
|
||
INSERT INTO `class_students` VALUES (87, 1449);
|
||
INSERT INTO `class_students` VALUES (87, 1469);
|
||
INSERT INTO `class_students` VALUES (87, 1495);
|
||
INSERT INTO `class_students` VALUES (87, 1519);
|
||
INSERT INTO `class_students` VALUES (87, 1528);
|
||
INSERT INTO `class_students` VALUES (87, 1564);
|
||
INSERT INTO `class_students` VALUES (87, 1580);
|
||
INSERT INTO `class_students` VALUES (87, 1592);
|
||
INSERT INTO `class_students` VALUES (87, 1602);
|
||
INSERT INTO `class_students` VALUES (87, 1630);
|
||
INSERT INTO `class_students` VALUES (87, 1679);
|
||
INSERT INTO `class_students` VALUES (87, 1828);
|
||
INSERT INTO `class_students` VALUES (88, 1028);
|
||
INSERT INTO `class_students` VALUES (88, 1287);
|
||
INSERT INTO `class_students` VALUES (88, 1299);
|
||
INSERT INTO `class_students` VALUES (88, 1301);
|
||
INSERT INTO `class_students` VALUES (88, 1312);
|
||
INSERT INTO `class_students` VALUES (88, 1314);
|
||
INSERT INTO `class_students` VALUES (88, 1316);
|
||
INSERT INTO `class_students` VALUES (88, 1325);
|
||
INSERT INTO `class_students` VALUES (88, 1343);
|
||
INSERT INTO `class_students` VALUES (88, 1345);
|
||
INSERT INTO `class_students` VALUES (88, 1371);
|
||
INSERT INTO `class_students` VALUES (88, 1384);
|
||
INSERT INTO `class_students` VALUES (88, 1390);
|
||
INSERT INTO `class_students` VALUES (88, 1421);
|
||
INSERT INTO `class_students` VALUES (88, 1422);
|
||
INSERT INTO `class_students` VALUES (88, 1433);
|
||
INSERT INTO `class_students` VALUES (88, 1491);
|
||
INSERT INTO `class_students` VALUES (88, 1500);
|
||
INSERT INTO `class_students` VALUES (88, 1536);
|
||
INSERT INTO `class_students` VALUES (88, 1541);
|
||
INSERT INTO `class_students` VALUES (88, 1553);
|
||
INSERT INTO `class_students` VALUES (88, 1561);
|
||
INSERT INTO `class_students` VALUES (88, 1591);
|
||
INSERT INTO `class_students` VALUES (88, 1617);
|
||
INSERT INTO `class_students` VALUES (88, 1632);
|
||
INSERT INTO `class_students` VALUES (88, 1633);
|
||
INSERT INTO `class_students` VALUES (88, 1649);
|
||
INSERT INTO `class_students` VALUES (88, 1677);
|
||
INSERT INTO `class_students` VALUES (89, 1285);
|
||
INSERT INTO `class_students` VALUES (89, 1298);
|
||
INSERT INTO `class_students` VALUES (89, 1309);
|
||
INSERT INTO `class_students` VALUES (89, 1310);
|
||
INSERT INTO `class_students` VALUES (89, 1321);
|
||
INSERT INTO `class_students` VALUES (89, 1351);
|
||
INSERT INTO `class_students` VALUES (89, 1354);
|
||
INSERT INTO `class_students` VALUES (89, 1360);
|
||
INSERT INTO `class_students` VALUES (89, 1364);
|
||
INSERT INTO `class_students` VALUES (89, 1380);
|
||
INSERT INTO `class_students` VALUES (89, 1382);
|
||
INSERT INTO `class_students` VALUES (89, 1440);
|
||
INSERT INTO `class_students` VALUES (89, 1494);
|
||
INSERT INTO `class_students` VALUES (89, 1534);
|
||
INSERT INTO `class_students` VALUES (89, 1548);
|
||
INSERT INTO `class_students` VALUES (89, 1554);
|
||
INSERT INTO `class_students` VALUES (89, 1601);
|
||
INSERT INTO `class_students` VALUES (89, 1604);
|
||
INSERT INTO `class_students` VALUES (89, 1613);
|
||
INSERT INTO `class_students` VALUES (89, 1651);
|
||
INSERT INTO `class_students` VALUES (89, 1672);
|
||
INSERT INTO `class_students` VALUES (89, 1681);
|
||
INSERT INTO `class_students` VALUES (89, 1684);
|
||
INSERT INTO `class_students` VALUES (89, 1687);
|
||
INSERT INTO `class_students` VALUES (90, 1292);
|
||
INSERT INTO `class_students` VALUES (90, 1326);
|
||
INSERT INTO `class_students` VALUES (90, 1327);
|
||
INSERT INTO `class_students` VALUES (90, 1396);
|
||
INSERT INTO `class_students` VALUES (90, 1408);
|
||
INSERT INTO `class_students` VALUES (90, 1410);
|
||
INSERT INTO `class_students` VALUES (90, 1411);
|
||
INSERT INTO `class_students` VALUES (90, 1414);
|
||
INSERT INTO `class_students` VALUES (90, 1423);
|
||
INSERT INTO `class_students` VALUES (90, 1426);
|
||
INSERT INTO `class_students` VALUES (90, 1456);
|
||
INSERT INTO `class_students` VALUES (90, 1466);
|
||
INSERT INTO `class_students` VALUES (90, 1472);
|
||
INSERT INTO `class_students` VALUES (90, 1474);
|
||
INSERT INTO `class_students` VALUES (90, 1486);
|
||
INSERT INTO `class_students` VALUES (90, 1492);
|
||
INSERT INTO `class_students` VALUES (90, 1512);
|
||
INSERT INTO `class_students` VALUES (90, 1513);
|
||
INSERT INTO `class_students` VALUES (90, 1516);
|
||
INSERT INTO `class_students` VALUES (90, 1529);
|
||
INSERT INTO `class_students` VALUES (90, 1539);
|
||
INSERT INTO `class_students` VALUES (90, 1540);
|
||
INSERT INTO `class_students` VALUES (90, 1568);
|
||
INSERT INTO `class_students` VALUES (90, 1595);
|
||
INSERT INTO `class_students` VALUES (90, 1598);
|
||
INSERT INTO `class_students` VALUES (90, 1645);
|
||
INSERT INTO `class_students` VALUES (90, 1648);
|
||
INSERT INTO `class_students` VALUES (90, 1663);
|
||
INSERT INTO `class_students` VALUES (90, 1664);
|
||
INSERT INTO `class_students` VALUES (90, 1669);
|
||
INSERT INTO `class_students` VALUES (90, 1690);
|
||
INSERT INTO `class_students` VALUES (91, 1328);
|
||
INSERT INTO `class_students` VALUES (91, 1331);
|
||
INSERT INTO `class_students` VALUES (91, 1337);
|
||
INSERT INTO `class_students` VALUES (91, 1341);
|
||
INSERT INTO `class_students` VALUES (91, 1389);
|
||
INSERT INTO `class_students` VALUES (91, 1416);
|
||
INSERT INTO `class_students` VALUES (91, 1417);
|
||
INSERT INTO `class_students` VALUES (91, 1432);
|
||
INSERT INTO `class_students` VALUES (91, 1446);
|
||
INSERT INTO `class_students` VALUES (91, 1458);
|
||
INSERT INTO `class_students` VALUES (91, 1470);
|
||
INSERT INTO `class_students` VALUES (91, 1476);
|
||
INSERT INTO `class_students` VALUES (91, 1479);
|
||
INSERT INTO `class_students` VALUES (91, 1482);
|
||
INSERT INTO `class_students` VALUES (91, 1483);
|
||
INSERT INTO `class_students` VALUES (91, 1488);
|
||
INSERT INTO `class_students` VALUES (91, 1518);
|
||
INSERT INTO `class_students` VALUES (91, 1542);
|
||
INSERT INTO `class_students` VALUES (91, 1555);
|
||
INSERT INTO `class_students` VALUES (91, 1556);
|
||
INSERT INTO `class_students` VALUES (91, 1557);
|
||
INSERT INTO `class_students` VALUES (91, 1572);
|
||
INSERT INTO `class_students` VALUES (91, 1575);
|
||
INSERT INTO `class_students` VALUES (91, 1576);
|
||
INSERT INTO `class_students` VALUES (91, 1583);
|
||
INSERT INTO `class_students` VALUES (91, 1584);
|
||
INSERT INTO `class_students` VALUES (91, 1597);
|
||
INSERT INTO `class_students` VALUES (91, 1635);
|
||
INSERT INTO `class_students` VALUES (91, 1636);
|
||
INSERT INTO `class_students` VALUES (91, 1643);
|
||
INSERT INTO `class_students` VALUES (91, 1654);
|
||
INSERT INTO `class_students` VALUES (91, 1661);
|
||
INSERT INTO `class_students` VALUES (91, 1666);
|
||
INSERT INTO `class_students` VALUES (91, 1667);
|
||
INSERT INTO `class_students` VALUES (91, 1668);
|
||
INSERT INTO `class_students` VALUES (91, 1812);
|
||
INSERT INTO `class_students` VALUES (92, 1282);
|
||
INSERT INTO `class_students` VALUES (92, 1350);
|
||
INSERT INTO `class_students` VALUES (92, 1352);
|
||
INSERT INTO `class_students` VALUES (92, 1392);
|
||
INSERT INTO `class_students` VALUES (92, 1395);
|
||
INSERT INTO `class_students` VALUES (92, 1405);
|
||
INSERT INTO `class_students` VALUES (92, 1406);
|
||
INSERT INTO `class_students` VALUES (92, 1409);
|
||
INSERT INTO `class_students` VALUES (92, 1418);
|
||
INSERT INTO `class_students` VALUES (92, 1424);
|
||
INSERT INTO `class_students` VALUES (92, 1455);
|
||
INSERT INTO `class_students` VALUES (92, 1467);
|
||
INSERT INTO `class_students` VALUES (92, 1471);
|
||
INSERT INTO `class_students` VALUES (92, 1480);
|
||
INSERT INTO `class_students` VALUES (92, 1489);
|
||
INSERT INTO `class_students` VALUES (92, 1508);
|
||
INSERT INTO `class_students` VALUES (92, 1520);
|
||
INSERT INTO `class_students` VALUES (92, 1532);
|
||
INSERT INTO `class_students` VALUES (92, 1533);
|
||
INSERT INTO `class_students` VALUES (92, 1546);
|
||
INSERT INTO `class_students` VALUES (92, 1550);
|
||
INSERT INTO `class_students` VALUES (92, 1563);
|
||
INSERT INTO `class_students` VALUES (92, 1565);
|
||
INSERT INTO `class_students` VALUES (92, 1573);
|
||
INSERT INTO `class_students` VALUES (92, 1581);
|
||
INSERT INTO `class_students` VALUES (92, 1600);
|
||
INSERT INTO `class_students` VALUES (92, 1608);
|
||
INSERT INTO `class_students` VALUES (92, 1621);
|
||
INSERT INTO `class_students` VALUES (92, 1624);
|
||
INSERT INTO `class_students` VALUES (92, 1626);
|
||
INSERT INTO `class_students` VALUES (92, 1627);
|
||
INSERT INTO `class_students` VALUES (92, 1629);
|
||
INSERT INTO `class_students` VALUES (92, 1652);
|
||
INSERT INTO `class_students` VALUES (92, 1656);
|
||
INSERT INTO `class_students` VALUES (92, 1658);
|
||
INSERT INTO `class_students` VALUES (92, 1660);
|
||
INSERT INTO `class_students` VALUES (92, 1662);
|
||
INSERT INTO `class_students` VALUES (93, 587);
|
||
INSERT INTO `class_students` VALUES (93, 644);
|
||
INSERT INTO `class_students` VALUES (93, 1286);
|
||
INSERT INTO `class_students` VALUES (93, 1303);
|
||
INSERT INTO `class_students` VALUES (93, 1319);
|
||
INSERT INTO `class_students` VALUES (93, 1333);
|
||
INSERT INTO `class_students` VALUES (93, 1339);
|
||
INSERT INTO `class_students` VALUES (93, 1353);
|
||
INSERT INTO `class_students` VALUES (93, 1356);
|
||
INSERT INTO `class_students` VALUES (93, 1357);
|
||
INSERT INTO `class_students` VALUES (93, 1385);
|
||
INSERT INTO `class_students` VALUES (93, 1442);
|
||
INSERT INTO `class_students` VALUES (93, 1443);
|
||
INSERT INTO `class_students` VALUES (93, 1448);
|
||
INSERT INTO `class_students` VALUES (93, 1457);
|
||
INSERT INTO `class_students` VALUES (93, 1459);
|
||
INSERT INTO `class_students` VALUES (93, 1460);
|
||
INSERT INTO `class_students` VALUES (93, 1468);
|
||
INSERT INTO `class_students` VALUES (93, 1475);
|
||
INSERT INTO `class_students` VALUES (93, 1477);
|
||
INSERT INTO `class_students` VALUES (93, 1484);
|
||
INSERT INTO `class_students` VALUES (93, 1496);
|
||
INSERT INTO `class_students` VALUES (93, 1497);
|
||
INSERT INTO `class_students` VALUES (93, 1501);
|
||
INSERT INTO `class_students` VALUES (93, 1517);
|
||
INSERT INTO `class_students` VALUES (93, 1558);
|
||
INSERT INTO `class_students` VALUES (93, 1571);
|
||
INSERT INTO `class_students` VALUES (93, 1586);
|
||
INSERT INTO `class_students` VALUES (93, 1590);
|
||
INSERT INTO `class_students` VALUES (93, 1620);
|
||
INSERT INTO `class_students` VALUES (93, 1631);
|
||
INSERT INTO `class_students` VALUES (93, 1634);
|
||
INSERT INTO `class_students` VALUES (93, 1655);
|
||
INSERT INTO `class_students` VALUES (93, 1659);
|
||
INSERT INTO `class_students` VALUES (93, 1665);
|
||
INSERT INTO `class_students` VALUES (93, 1691);
|
||
INSERT INTO `class_students` VALUES (94, 191);
|
||
INSERT INTO `class_students` VALUES (94, 1296);
|
||
INSERT INTO `class_students` VALUES (94, 1300);
|
||
INSERT INTO `class_students` VALUES (94, 1302);
|
||
INSERT INTO `class_students` VALUES (94, 1340);
|
||
INSERT INTO `class_students` VALUES (94, 1358);
|
||
INSERT INTO `class_students` VALUES (94, 1369);
|
||
INSERT INTO `class_students` VALUES (94, 1387);
|
||
INSERT INTO `class_students` VALUES (94, 1393);
|
||
INSERT INTO `class_students` VALUES (94, 1399);
|
||
INSERT INTO `class_students` VALUES (94, 1402);
|
||
INSERT INTO `class_students` VALUES (94, 1413);
|
||
INSERT INTO `class_students` VALUES (94, 1415);
|
||
INSERT INTO `class_students` VALUES (94, 1431);
|
||
INSERT INTO `class_students` VALUES (94, 1436);
|
||
INSERT INTO `class_students` VALUES (94, 1478);
|
||
INSERT INTO `class_students` VALUES (94, 1506);
|
||
INSERT INTO `class_students` VALUES (94, 1507);
|
||
INSERT INTO `class_students` VALUES (94, 1510);
|
||
INSERT INTO `class_students` VALUES (94, 1523);
|
||
INSERT INTO `class_students` VALUES (94, 1525);
|
||
INSERT INTO `class_students` VALUES (94, 1535);
|
||
INSERT INTO `class_students` VALUES (94, 1543);
|
||
INSERT INTO `class_students` VALUES (94, 1596);
|
||
INSERT INTO `class_students` VALUES (94, 1640);
|
||
INSERT INTO `class_students` VALUES (94, 1693);
|
||
INSERT INTO `class_students` VALUES (94, 1704);
|
||
INSERT INTO `class_students` VALUES (94, 1723);
|
||
INSERT INTO `class_students` VALUES (94, 1727);
|
||
INSERT INTO `class_students` VALUES (94, 1737);
|
||
INSERT INTO `class_students` VALUES (94, 1742);
|
||
INSERT INTO `class_students` VALUES (94, 1747);
|
||
INSERT INTO `class_students` VALUES (94, 1752);
|
||
INSERT INTO `class_students` VALUES (94, 1769);
|
||
INSERT INTO `class_students` VALUES (94, 1792);
|
||
INSERT INTO `class_students` VALUES (94, 1808);
|
||
INSERT INTO `class_students` VALUES (95, 165);
|
||
INSERT INTO `class_students` VALUES (95, 178);
|
||
INSERT INTO `class_students` VALUES (95, 303);
|
||
INSERT INTO `class_students` VALUES (95, 1297);
|
||
INSERT INTO `class_students` VALUES (95, 1313);
|
||
INSERT INTO `class_students` VALUES (95, 1317);
|
||
INSERT INTO `class_students` VALUES (95, 1346);
|
||
INSERT INTO `class_students` VALUES (95, 1359);
|
||
INSERT INTO `class_students` VALUES (95, 1367);
|
||
INSERT INTO `class_students` VALUES (95, 1368);
|
||
INSERT INTO `class_students` VALUES (95, 1370);
|
||
INSERT INTO `class_students` VALUES (95, 1372);
|
||
INSERT INTO `class_students` VALUES (95, 1373);
|
||
INSERT INTO `class_students` VALUES (95, 1376);
|
||
INSERT INTO `class_students` VALUES (95, 1383);
|
||
INSERT INTO `class_students` VALUES (95, 1419);
|
||
INSERT INTO `class_students` VALUES (95, 1427);
|
||
INSERT INTO `class_students` VALUES (95, 1444);
|
||
INSERT INTO `class_students` VALUES (95, 1473);
|
||
INSERT INTO `class_students` VALUES (95, 1490);
|
||
INSERT INTO `class_students` VALUES (95, 1505);
|
||
INSERT INTO `class_students` VALUES (95, 1514);
|
||
INSERT INTO `class_students` VALUES (95, 1515);
|
||
INSERT INTO `class_students` VALUES (95, 1524);
|
||
INSERT INTO `class_students` VALUES (95, 1526);
|
||
INSERT INTO `class_students` VALUES (95, 1530);
|
||
INSERT INTO `class_students` VALUES (95, 1544);
|
||
INSERT INTO `class_students` VALUES (95, 1549);
|
||
INSERT INTO `class_students` VALUES (95, 1570);
|
||
INSERT INTO `class_students` VALUES (95, 1577);
|
||
INSERT INTO `class_students` VALUES (95, 1579);
|
||
INSERT INTO `class_students` VALUES (95, 1605);
|
||
INSERT INTO `class_students` VALUES (95, 1688);
|
||
INSERT INTO `class_students` VALUES (95, 1717);
|
||
INSERT INTO `class_students` VALUES (95, 1738);
|
||
INSERT INTO `class_students` VALUES (95, 1772);
|
||
INSERT INTO `class_students` VALUES (95, 1784);
|
||
INSERT INTO `class_students` VALUES (96, 1696);
|
||
INSERT INTO `class_students` VALUES (96, 1698);
|
||
INSERT INTO `class_students` VALUES (96, 1702);
|
||
INSERT INTO `class_students` VALUES (96, 1707);
|
||
INSERT INTO `class_students` VALUES (96, 1708);
|
||
INSERT INTO `class_students` VALUES (96, 1709);
|
||
INSERT INTO `class_students` VALUES (96, 1711);
|
||
INSERT INTO `class_students` VALUES (96, 1712);
|
||
INSERT INTO `class_students` VALUES (96, 1713);
|
||
INSERT INTO `class_students` VALUES (96, 1714);
|
||
INSERT INTO `class_students` VALUES (96, 1716);
|
||
INSERT INTO `class_students` VALUES (96, 1718);
|
||
INSERT INTO `class_students` VALUES (96, 1720);
|
||
INSERT INTO `class_students` VALUES (96, 1721);
|
||
INSERT INTO `class_students` VALUES (96, 1731);
|
||
INSERT INTO `class_students` VALUES (96, 1734);
|
||
INSERT INTO `class_students` VALUES (96, 1736);
|
||
INSERT INTO `class_students` VALUES (96, 1740);
|
||
INSERT INTO `class_students` VALUES (96, 1745);
|
||
INSERT INTO `class_students` VALUES (96, 1749);
|
||
INSERT INTO `class_students` VALUES (96, 1750);
|
||
INSERT INTO `class_students` VALUES (96, 1751);
|
||
INSERT INTO `class_students` VALUES (96, 1759);
|
||
INSERT INTO `class_students` VALUES (96, 1763);
|
||
INSERT INTO `class_students` VALUES (96, 1770);
|
||
INSERT INTO `class_students` VALUES (96, 1771);
|
||
INSERT INTO `class_students` VALUES (96, 1777);
|
||
INSERT INTO `class_students` VALUES (96, 1779);
|
||
INSERT INTO `class_students` VALUES (96, 1788);
|
||
INSERT INTO `class_students` VALUES (96, 1789);
|
||
INSERT INTO `class_students` VALUES (96, 1800);
|
||
INSERT INTO `class_students` VALUES (96, 1803);
|
||
INSERT INTO `class_students` VALUES (96, 1813);
|
||
INSERT INTO `class_students` VALUES (97, 1289);
|
||
INSERT INTO `class_students` VALUES (97, 1290);
|
||
INSERT INTO `class_students` VALUES (97, 1324);
|
||
INSERT INTO `class_students` VALUES (97, 1330);
|
||
INSERT INTO `class_students` VALUES (97, 1334);
|
||
INSERT INTO `class_students` VALUES (97, 1335);
|
||
INSERT INTO `class_students` VALUES (97, 1338);
|
||
INSERT INTO `class_students` VALUES (97, 1349);
|
||
INSERT INTO `class_students` VALUES (97, 1361);
|
||
INSERT INTO `class_students` VALUES (97, 1378);
|
||
INSERT INTO `class_students` VALUES (97, 1398);
|
||
INSERT INTO `class_students` VALUES (97, 1412);
|
||
INSERT INTO `class_students` VALUES (97, 1420);
|
||
INSERT INTO `class_students` VALUES (97, 1425);
|
||
INSERT INTO `class_students` VALUES (97, 1430);
|
||
INSERT INTO `class_students` VALUES (97, 1437);
|
||
INSERT INTO `class_students` VALUES (97, 1452);
|
||
INSERT INTO `class_students` VALUES (97, 1493);
|
||
INSERT INTO `class_students` VALUES (97, 1545);
|
||
INSERT INTO `class_students` VALUES (97, 1560);
|
||
INSERT INTO `class_students` VALUES (97, 1587);
|
||
INSERT INTO `class_students` VALUES (97, 1609);
|
||
INSERT INTO `class_students` VALUES (97, 1611);
|
||
INSERT INTO `class_students` VALUES (97, 1615);
|
||
INSERT INTO `class_students` VALUES (97, 1644);
|
||
INSERT INTO `class_students` VALUES (97, 1646);
|
||
INSERT INTO `class_students` VALUES (97, 1671);
|
||
INSERT INTO `class_students` VALUES (97, 1675);
|
||
INSERT INTO `class_students` VALUES (97, 1692);
|
||
INSERT INTO `class_students` VALUES (97, 1695);
|
||
INSERT INTO `class_students` VALUES (97, 1729);
|
||
INSERT INTO `class_students` VALUES (97, 1741);
|
||
INSERT INTO `class_students` VALUES (97, 1755);
|
||
INSERT INTO `class_students` VALUES (97, 1757);
|
||
INSERT INTO `class_students` VALUES (97, 1773);
|
||
INSERT INTO `class_students` VALUES (97, 1781);
|
||
INSERT INTO `class_students` VALUES (97, 1787);
|
||
INSERT INTO `class_students` VALUES (97, 1796);
|
||
INSERT INTO `class_students` VALUES (98, 99);
|
||
INSERT INTO `class_students` VALUES (98, 137);
|
||
INSERT INTO `class_students` VALUES (98, 226);
|
||
INSERT INTO `class_students` VALUES (98, 299);
|
||
INSERT INTO `class_students` VALUES (98, 308);
|
||
INSERT INTO `class_students` VALUES (98, 902);
|
||
INSERT INTO `class_students` VALUES (98, 933);
|
||
INSERT INTO `class_students` VALUES (98, 1033);
|
||
INSERT INTO `class_students` VALUES (99, 1694);
|
||
INSERT INTO `class_students` VALUES (99, 1697);
|
||
INSERT INTO `class_students` VALUES (99, 1699);
|
||
INSERT INTO `class_students` VALUES (99, 1700);
|
||
INSERT INTO `class_students` VALUES (99, 1705);
|
||
INSERT INTO `class_students` VALUES (99, 1706);
|
||
INSERT INTO `class_students` VALUES (99, 1715);
|
||
INSERT INTO `class_students` VALUES (99, 1719);
|
||
INSERT INTO `class_students` VALUES (99, 1722);
|
||
INSERT INTO `class_students` VALUES (99, 1725);
|
||
INSERT INTO `class_students` VALUES (99, 1728);
|
||
INSERT INTO `class_students` VALUES (99, 1730);
|
||
INSERT INTO `class_students` VALUES (99, 1732);
|
||
INSERT INTO `class_students` VALUES (99, 1739);
|
||
INSERT INTO `class_students` VALUES (99, 1743);
|
||
INSERT INTO `class_students` VALUES (99, 1744);
|
||
INSERT INTO `class_students` VALUES (99, 1746);
|
||
INSERT INTO `class_students` VALUES (99, 1753);
|
||
INSERT INTO `class_students` VALUES (99, 1754);
|
||
INSERT INTO `class_students` VALUES (99, 1756);
|
||
INSERT INTO `class_students` VALUES (99, 1758);
|
||
INSERT INTO `class_students` VALUES (99, 1760);
|
||
INSERT INTO `class_students` VALUES (99, 1761);
|
||
INSERT INTO `class_students` VALUES (99, 1762);
|
||
INSERT INTO `class_students` VALUES (99, 1764);
|
||
INSERT INTO `class_students` VALUES (99, 1765);
|
||
INSERT INTO `class_students` VALUES (99, 1766);
|
||
INSERT INTO `class_students` VALUES (99, 1767);
|
||
INSERT INTO `class_students` VALUES (99, 1768);
|
||
INSERT INTO `class_students` VALUES (99, 1775);
|
||
INSERT INTO `class_students` VALUES (99, 1780);
|
||
INSERT INTO `class_students` VALUES (99, 1782);
|
||
INSERT INTO `class_students` VALUES (99, 1783);
|
||
INSERT INTO `class_students` VALUES (99, 1786);
|
||
INSERT INTO `class_students` VALUES (99, 1790);
|
||
INSERT INTO `class_students` VALUES (99, 1793);
|
||
INSERT INTO `class_students` VALUES (99, 1794);
|
||
INSERT INTO `class_students` VALUES (99, 1798);
|
||
INSERT INTO `class_students` VALUES (99, 1801);
|
||
INSERT INTO `class_students` VALUES (99, 1802);
|
||
INSERT INTO `class_students` VALUES (99, 1804);
|
||
INSERT INTO `class_students` VALUES (99, 1806);
|
||
INSERT INTO `class_students` VALUES (99, 1807);
|
||
INSERT INTO `class_students` VALUES (99, 1809);
|
||
INSERT INTO `class_students` VALUES (100, 1198);
|
||
INSERT INTO `class_students` VALUES (100, 1210);
|
||
INSERT INTO `class_students` VALUES (100, 1240);
|
||
INSERT INTO `class_students` VALUES (100, 1840);
|
||
INSERT INTO `class_students` VALUES (100, 1842);
|
||
INSERT INTO `class_students` VALUES (100, 1843);
|
||
INSERT INTO `class_students` VALUES (100, 1846);
|
||
INSERT INTO `class_students` VALUES (100, 1848);
|
||
INSERT INTO `class_students` VALUES (103, 1814);
|
||
INSERT INTO `class_students` VALUES (104, 1850);
|
||
INSERT INTO `class_students` VALUES (104, 1851);
|
||
INSERT INTO `class_students` VALUES (104, 1853);
|
||
INSERT INTO `class_students` VALUES (104, 1854);
|
||
INSERT INTO `class_students` VALUES (104, 1856);
|
||
INSERT INTO `class_students` VALUES (104, 1858);
|
||
INSERT INTO `class_students` VALUES (104, 1859);
|
||
INSERT INTO `class_students` VALUES (104, 1860);
|
||
INSERT INTO `class_students` VALUES (104, 1862);
|
||
INSERT INTO `class_students` VALUES (104, 1864);
|
||
INSERT INTO `class_students` VALUES (104, 1865);
|
||
INSERT INTO `class_students` VALUES (104, 1866);
|
||
INSERT INTO `class_students` VALUES (104, 1867);
|
||
INSERT INTO `class_students` VALUES (104, 1868);
|
||
INSERT INTO `class_students` VALUES (104, 1869);
|
||
INSERT INTO `class_students` VALUES (104, 1870);
|
||
INSERT INTO `class_students` VALUES (104, 1881);
|
||
INSERT INTO `class_students` VALUES (104, 1882);
|
||
INSERT INTO `class_students` VALUES (104, 1884);
|
||
INSERT INTO `class_students` VALUES (105, 1873);
|
||
INSERT INTO `class_students` VALUES (105, 1874);
|
||
INSERT INTO `class_students` VALUES (105, 1875);
|
||
INSERT INTO `class_students` VALUES (105, 1877);
|
||
INSERT INTO `class_students` VALUES (105, 1879);
|
||
INSERT INTO `class_students` VALUES (105, 1886);
|
||
INSERT INTO `class_students` VALUES (105, 1890);
|
||
INSERT INTO `class_students` VALUES (105, 1892);
|
||
INSERT INTO `class_students` VALUES (106, 1887);
|
||
INSERT INTO `class_students` VALUES (108, 1852);
|
||
INSERT INTO `class_students` VALUES (108, 1855);
|
||
INSERT INTO `class_students` VALUES (108, 1861);
|
||
INSERT INTO `class_students` VALUES (108, 1893);
|
||
INSERT INTO `class_students` VALUES (108, 1894);
|
||
INSERT INTO `class_students` VALUES (108, 1896);
|
||
INSERT INTO `class_students` VALUES (108, 1897);
|
||
INSERT INTO `class_students` VALUES (108, 1898);
|
||
INSERT INTO `class_students` VALUES (108, 1899);
|
||
INSERT INTO `class_students` VALUES (108, 1900);
|
||
INSERT INTO `class_students` VALUES (108, 1901);
|
||
INSERT INTO `class_students` VALUES (108, 1904);
|
||
INSERT INTO `class_students` VALUES (108, 1907);
|
||
INSERT INTO `class_students` VALUES (108, 1908);
|
||
INSERT INTO `class_students` VALUES (108, 1909);
|
||
INSERT INTO `class_students` VALUES (108, 1910);
|
||
INSERT INTO `class_students` VALUES (108, 1912);
|
||
INSERT INTO `class_students` VALUES (108, 1913);
|
||
INSERT INTO `class_students` VALUES (108, 1914);
|
||
INSERT INTO `class_students` VALUES (108, 1915);
|
||
INSERT INTO `class_students` VALUES (108, 1916);
|
||
INSERT INTO `class_students` VALUES (108, 1917);
|
||
INSERT INTO `class_students` VALUES (108, 1920);
|
||
INSERT INTO `class_students` VALUES (108, 1921);
|
||
INSERT INTO `class_students` VALUES (108, 1922);
|
||
INSERT INTO `class_students` VALUES (108, 1923);
|
||
INSERT INTO `class_students` VALUES (108, 1924);
|
||
INSERT INTO `class_students` VALUES (108, 1926);
|
||
INSERT INTO `class_students` VALUES (109, 1930);
|
||
INSERT INTO `class_students` VALUES (109, 1935);
|
||
INSERT INTO `class_students` VALUES (110, 1906);
|
||
INSERT INTO `class_students` VALUES (110, 1941);
|
||
INSERT INTO `class_students` VALUES (110, 1942);
|
||
INSERT INTO `class_students` VALUES (110, 1943);
|
||
INSERT INTO `class_students` VALUES (110, 1944);
|
||
INSERT INTO `class_students` VALUES (110, 1945);
|
||
INSERT INTO `class_students` VALUES (110, 1946);
|
||
INSERT INTO `class_students` VALUES (110, 1947);
|
||
INSERT INTO `class_students` VALUES (110, 1948);
|
||
INSERT INTO `class_students` VALUES (110, 1949);
|
||
INSERT INTO `class_students` VALUES (110, 1950);
|
||
INSERT INTO `class_students` VALUES (110, 1952);
|
||
INSERT INTO `class_students` VALUES (110, 1953);
|
||
INSERT INTO `class_students` VALUES (110, 1954);
|
||
INSERT INTO `class_students` VALUES (110, 1956);
|
||
INSERT INTO `class_students` VALUES (110, 1958);
|
||
INSERT INTO `class_students` VALUES (110, 1959);
|
||
INSERT INTO `class_students` VALUES (110, 1969);
|
||
INSERT INTO `class_students` VALUES (110, 1971);
|
||
INSERT INTO `class_students` VALUES (110, 1972);
|
||
INSERT INTO `class_students` VALUES (110, 1973);
|
||
INSERT INTO `class_students` VALUES (110, 1974);
|
||
INSERT INTO `class_students` VALUES (111, 1975);
|
||
INSERT INTO `class_students` VALUES (111, 1976);
|
||
INSERT INTO `class_students` VALUES (111, 1977);
|
||
INSERT INTO `class_students` VALUES (111, 1978);
|
||
INSERT INTO `class_students` VALUES (111, 1979);
|
||
INSERT INTO `class_students` VALUES (111, 1981);
|
||
INSERT INTO `class_students` VALUES (111, 1982);
|
||
INSERT INTO `class_students` VALUES (111, 1983);
|
||
INSERT INTO `class_students` VALUES (111, 1984);
|
||
INSERT INTO `class_students` VALUES (111, 1985);
|
||
INSERT INTO `class_students` VALUES (111, 1986);
|
||
INSERT INTO `class_students` VALUES (111, 1987);
|
||
INSERT INTO `class_students` VALUES (111, 1989);
|
||
INSERT INTO `class_students` VALUES (111, 1991);
|
||
INSERT INTO `class_students` VALUES (111, 1992);
|
||
INSERT INTO `class_students` VALUES (111, 2374);
|
||
INSERT INTO `class_students` VALUES (112, 1988);
|
||
INSERT INTO `class_students` VALUES (112, 1994);
|
||
INSERT INTO `class_students` VALUES (112, 1996);
|
||
INSERT INTO `class_students` VALUES (112, 1997);
|
||
INSERT INTO `class_students` VALUES (112, 1998);
|
||
INSERT INTO `class_students` VALUES (112, 1999);
|
||
INSERT INTO `class_students` VALUES (112, 2000);
|
||
INSERT INTO `class_students` VALUES (112, 2002);
|
||
INSERT INTO `class_students` VALUES (112, 2003);
|
||
INSERT INTO `class_students` VALUES (112, 2004);
|
||
INSERT INTO `class_students` VALUES (112, 2005);
|
||
INSERT INTO `class_students` VALUES (112, 2006);
|
||
INSERT INTO `class_students` VALUES (112, 2008);
|
||
INSERT INTO `class_students` VALUES (112, 2009);
|
||
INSERT INTO `class_students` VALUES (112, 2011);
|
||
INSERT INTO `class_students` VALUES (112, 2012);
|
||
INSERT INTO `class_students` VALUES (112, 2013);
|
||
INSERT INTO `class_students` VALUES (112, 2015);
|
||
INSERT INTO `class_students` VALUES (112, 2016);
|
||
INSERT INTO `class_students` VALUES (112, 2017);
|
||
INSERT INTO `class_students` VALUES (112, 2018);
|
||
INSERT INTO `class_students` VALUES (112, 2021);
|
||
INSERT INTO `class_students` VALUES (112, 2023);
|
||
INSERT INTO `class_students` VALUES (112, 2024);
|
||
INSERT INTO `class_students` VALUES (112, 2025);
|
||
INSERT INTO `class_students` VALUES (112, 2026);
|
||
INSERT INTO `class_students` VALUES (112, 2027);
|
||
INSERT INTO `class_students` VALUES (112, 2028);
|
||
INSERT INTO `class_students` VALUES (112, 2029);
|
||
INSERT INTO `class_students` VALUES (112, 2030);
|
||
INSERT INTO `class_students` VALUES (112, 2031);
|
||
INSERT INTO `class_students` VALUES (112, 2034);
|
||
INSERT INTO `class_students` VALUES (112, 2035);
|
||
INSERT INTO `class_students` VALUES (112, 2038);
|
||
INSERT INTO `class_students` VALUES (112, 2039);
|
||
INSERT INTO `class_students` VALUES (112, 2041);
|
||
INSERT INTO `class_students` VALUES (112, 2043);
|
||
INSERT INTO `class_students` VALUES (112, 2242);
|
||
INSERT INTO `class_students` VALUES (112, 2619);
|
||
INSERT INTO `class_students` VALUES (113, 2045);
|
||
INSERT INTO `class_students` VALUES (113, 2046);
|
||
INSERT INTO `class_students` VALUES (113, 2047);
|
||
INSERT INTO `class_students` VALUES (113, 2048);
|
||
INSERT INTO `class_students` VALUES (113, 2049);
|
||
INSERT INTO `class_students` VALUES (113, 2050);
|
||
INSERT INTO `class_students` VALUES (113, 2051);
|
||
INSERT INTO `class_students` VALUES (113, 2052);
|
||
INSERT INTO `class_students` VALUES (113, 2053);
|
||
INSERT INTO `class_students` VALUES (113, 2054);
|
||
INSERT INTO `class_students` VALUES (113, 2056);
|
||
INSERT INTO `class_students` VALUES (113, 2057);
|
||
INSERT INTO `class_students` VALUES (113, 2059);
|
||
INSERT INTO `class_students` VALUES (113, 2060);
|
||
INSERT INTO `class_students` VALUES (113, 2061);
|
||
INSERT INTO `class_students` VALUES (113, 2062);
|
||
INSERT INTO `class_students` VALUES (113, 2063);
|
||
INSERT INTO `class_students` VALUES (113, 2064);
|
||
INSERT INTO `class_students` VALUES (113, 2065);
|
||
INSERT INTO `class_students` VALUES (113, 2066);
|
||
INSERT INTO `class_students` VALUES (113, 2067);
|
||
INSERT INTO `class_students` VALUES (113, 2068);
|
||
INSERT INTO `class_students` VALUES (113, 2069);
|
||
INSERT INTO `class_students` VALUES (113, 2070);
|
||
INSERT INTO `class_students` VALUES (113, 2071);
|
||
INSERT INTO `class_students` VALUES (113, 2072);
|
||
INSERT INTO `class_students` VALUES (113, 2073);
|
||
INSERT INTO `class_students` VALUES (113, 2074);
|
||
INSERT INTO `class_students` VALUES (113, 2075);
|
||
INSERT INTO `class_students` VALUES (113, 2076);
|
||
INSERT INTO `class_students` VALUES (113, 2077);
|
||
INSERT INTO `class_students` VALUES (113, 2078);
|
||
INSERT INTO `class_students` VALUES (113, 2079);
|
||
INSERT INTO `class_students` VALUES (113, 2080);
|
||
INSERT INTO `class_students` VALUES (113, 2083);
|
||
INSERT INTO `class_students` VALUES (113, 2084);
|
||
INSERT INTO `class_students` VALUES (114, 1170);
|
||
INSERT INTO `class_students` VALUES (114, 1231);
|
||
INSERT INTO `class_students` VALUES (114, 1235);
|
||
INSERT INTO `class_students` VALUES (114, 1849);
|
||
INSERT INTO `class_students` VALUES (114, 1929);
|
||
INSERT INTO `class_students` VALUES (114, 1932);
|
||
INSERT INTO `class_students` VALUES (114, 1939);
|
||
INSERT INTO `class_students` VALUES (114, 2087);
|
||
INSERT INTO `class_students` VALUES (114, 2088);
|
||
INSERT INTO `class_students` VALUES (114, 2089);
|
||
INSERT INTO `class_students` VALUES (114, 2090);
|
||
INSERT INTO `class_students` VALUES (114, 2092);
|
||
INSERT INTO `class_students` VALUES (114, 2122);
|
||
INSERT INTO `class_students` VALUES (114, 2125);
|
||
INSERT INTO `class_students` VALUES (115, 1883);
|
||
INSERT INTO `class_students` VALUES (115, 2094);
|
||
INSERT INTO `class_students` VALUES (115, 2100);
|
||
INSERT INTO `class_students` VALUES (115, 2103);
|
||
INSERT INTO `class_students` VALUES (115, 2104);
|
||
INSERT INTO `class_students` VALUES (115, 2106);
|
||
INSERT INTO `class_students` VALUES (115, 2107);
|
||
INSERT INTO `class_students` VALUES (115, 2108);
|
||
INSERT INTO `class_students` VALUES (115, 2110);
|
||
INSERT INTO `class_students` VALUES (115, 2111);
|
||
INSERT INTO `class_students` VALUES (115, 2114);
|
||
INSERT INTO `class_students` VALUES (115, 2115);
|
||
INSERT INTO `class_students` VALUES (115, 2116);
|
||
INSERT INTO `class_students` VALUES (115, 2118);
|
||
INSERT INTO `class_students` VALUES (115, 2119);
|
||
INSERT INTO `class_students` VALUES (115, 2120);
|
||
INSERT INTO `class_students` VALUES (115, 2129);
|
||
INSERT INTO `class_students` VALUES (115, 2130);
|
||
INSERT INTO `class_students` VALUES (115, 2134);
|
||
INSERT INTO `class_students` VALUES (115, 2136);
|
||
INSERT INTO `class_students` VALUES (115, 2206);
|
||
INSERT INTO `class_students` VALUES (115, 2230);
|
||
INSERT INTO `class_students` VALUES (115, 2236);
|
||
INSERT INTO `class_students` VALUES (115, 2238);
|
||
INSERT INTO `class_students` VALUES (116, 2037);
|
||
INSERT INTO `class_students` VALUES (116, 2137);
|
||
INSERT INTO `class_students` VALUES (116, 2138);
|
||
INSERT INTO `class_students` VALUES (116, 2139);
|
||
INSERT INTO `class_students` VALUES (116, 2141);
|
||
INSERT INTO `class_students` VALUES (116, 2142);
|
||
INSERT INTO `class_students` VALUES (116, 2143);
|
||
INSERT INTO `class_students` VALUES (116, 2145);
|
||
INSERT INTO `class_students` VALUES (116, 2146);
|
||
INSERT INTO `class_students` VALUES (116, 2148);
|
||
INSERT INTO `class_students` VALUES (116, 2149);
|
||
INSERT INTO `class_students` VALUES (116, 2150);
|
||
INSERT INTO `class_students` VALUES (116, 2151);
|
||
INSERT INTO `class_students` VALUES (116, 2152);
|
||
INSERT INTO `class_students` VALUES (116, 2153);
|
||
INSERT INTO `class_students` VALUES (116, 2178);
|
||
INSERT INTO `class_students` VALUES (116, 2180);
|
||
INSERT INTO `class_students` VALUES (116, 2181);
|
||
INSERT INTO `class_students` VALUES (116, 2182);
|
||
INSERT INTO `class_students` VALUES (116, 2183);
|
||
INSERT INTO `class_students` VALUES (116, 2184);
|
||
INSERT INTO `class_students` VALUES (116, 2185);
|
||
INSERT INTO `class_students` VALUES (116, 2186);
|
||
INSERT INTO `class_students` VALUES (116, 2187);
|
||
INSERT INTO `class_students` VALUES (116, 2197);
|
||
INSERT INTO `class_students` VALUES (116, 2213);
|
||
INSERT INTO `class_students` VALUES (116, 2214);
|
||
INSERT INTO `class_students` VALUES (116, 2216);
|
||
INSERT INTO `class_students` VALUES (116, 2217);
|
||
INSERT INTO `class_students` VALUES (116, 2229);
|
||
INSERT INTO `class_students` VALUES (116, 2462);
|
||
INSERT INTO `class_students` VALUES (116, 2642);
|
||
INSERT INTO `class_students` VALUES (116, 2716);
|
||
INSERT INTO `class_students` VALUES (117, 2154);
|
||
INSERT INTO `class_students` VALUES (117, 2155);
|
||
INSERT INTO `class_students` VALUES (117, 2156);
|
||
INSERT INTO `class_students` VALUES (117, 2157);
|
||
INSERT INTO `class_students` VALUES (117, 2158);
|
||
INSERT INTO `class_students` VALUES (117, 2161);
|
||
INSERT INTO `class_students` VALUES (117, 2162);
|
||
INSERT INTO `class_students` VALUES (117, 2163);
|
||
INSERT INTO `class_students` VALUES (117, 2164);
|
||
INSERT INTO `class_students` VALUES (117, 2165);
|
||
INSERT INTO `class_students` VALUES (117, 2166);
|
||
INSERT INTO `class_students` VALUES (117, 2167);
|
||
INSERT INTO `class_students` VALUES (117, 2169);
|
||
INSERT INTO `class_students` VALUES (117, 2170);
|
||
INSERT INTO `class_students` VALUES (117, 2171);
|
||
INSERT INTO `class_students` VALUES (117, 2172);
|
||
INSERT INTO `class_students` VALUES (117, 2173);
|
||
INSERT INTO `class_students` VALUES (117, 2174);
|
||
INSERT INTO `class_students` VALUES (117, 2175);
|
||
INSERT INTO `class_students` VALUES (117, 2176);
|
||
INSERT INTO `class_students` VALUES (117, 2177);
|
||
INSERT INTO `class_students` VALUES (117, 2188);
|
||
INSERT INTO `class_students` VALUES (117, 2189);
|
||
INSERT INTO `class_students` VALUES (117, 2190);
|
||
INSERT INTO `class_students` VALUES (117, 2192);
|
||
INSERT INTO `class_students` VALUES (117, 2193);
|
||
INSERT INTO `class_students` VALUES (117, 2195);
|
||
INSERT INTO `class_students` VALUES (117, 2196);
|
||
INSERT INTO `class_students` VALUES (117, 2198);
|
||
INSERT INTO `class_students` VALUES (117, 2199);
|
||
INSERT INTO `class_students` VALUES (117, 2200);
|
||
INSERT INTO `class_students` VALUES (117, 2218);
|
||
INSERT INTO `class_students` VALUES (117, 2220);
|
||
INSERT INTO `class_students` VALUES (117, 2221);
|
||
INSERT INTO `class_students` VALUES (117, 2222);
|
||
INSERT INTO `class_students` VALUES (117, 2224);
|
||
INSERT INTO `class_students` VALUES (117, 2226);
|
||
INSERT INTO `class_students` VALUES (117, 2228);
|
||
INSERT INTO `class_students` VALUES (117, 2231);
|
||
INSERT INTO `class_students` VALUES (117, 2232);
|
||
INSERT INTO `class_students` VALUES (117, 2233);
|
||
INSERT INTO `class_students` VALUES (117, 2319);
|
||
INSERT INTO `class_students` VALUES (118, 2756);
|
||
INSERT INTO `class_students` VALUES (119, 1957);
|
||
INSERT INTO `class_students` VALUES (119, 2095);
|
||
INSERT INTO `class_students` VALUES (119, 2096);
|
||
INSERT INTO `class_students` VALUES (119, 2097);
|
||
INSERT INTO `class_students` VALUES (119, 2099);
|
||
INSERT INTO `class_students` VALUES (119, 2101);
|
||
INSERT INTO `class_students` VALUES (119, 2102);
|
||
INSERT INTO `class_students` VALUES (119, 2109);
|
||
INSERT INTO `class_students` VALUES (119, 2117);
|
||
INSERT INTO `class_students` VALUES (119, 2121);
|
||
INSERT INTO `class_students` VALUES (119, 2132);
|
||
INSERT INTO `class_students` VALUES (119, 2133);
|
||
INSERT INTO `class_students` VALUES (119, 2135);
|
||
INSERT INTO `class_students` VALUES (119, 2194);
|
||
INSERT INTO `class_students` VALUES (119, 2201);
|
||
INSERT INTO `class_students` VALUES (119, 2203);
|
||
INSERT INTO `class_students` VALUES (119, 2207);
|
||
INSERT INTO `class_students` VALUES (119, 2223);
|
||
INSERT INTO `class_students` VALUES (119, 2225);
|
||
INSERT INTO `class_students` VALUES (119, 2234);
|
||
INSERT INTO `class_students` VALUES (119, 2237);
|
||
INSERT INTO `class_students` VALUES (119, 2239);
|
||
INSERT INTO `class_students` VALUES (119, 2240);
|
||
INSERT INTO `class_students` VALUES (119, 2243);
|
||
INSERT INTO `class_students` VALUES (119, 2244);
|
||
INSERT INTO `class_students` VALUES (119, 2245);
|
||
INSERT INTO `class_students` VALUES (119, 2248);
|
||
INSERT INTO `class_students` VALUES (120, 2208);
|
||
INSERT INTO `class_students` VALUES (121, 580);
|
||
INSERT INTO `class_students` VALUES (121, 582);
|
||
INSERT INTO `class_students` VALUES (121, 585);
|
||
INSERT INTO `class_students` VALUES (121, 592);
|
||
INSERT INTO `class_students` VALUES (121, 593);
|
||
INSERT INTO `class_students` VALUES (121, 601);
|
||
INSERT INTO `class_students` VALUES (121, 604);
|
||
INSERT INTO `class_students` VALUES (121, 609);
|
||
INSERT INTO `class_students` VALUES (121, 610);
|
||
INSERT INTO `class_students` VALUES (121, 613);
|
||
INSERT INTO `class_students` VALUES (121, 618);
|
||
INSERT INTO `class_students` VALUES (121, 626);
|
||
INSERT INTO `class_students` VALUES (121, 629);
|
||
INSERT INTO `class_students` VALUES (121, 671);
|
||
INSERT INTO `class_students` VALUES (121, 676);
|
||
INSERT INTO `class_students` VALUES (121, 684);
|
||
INSERT INTO `class_students` VALUES (121, 688);
|
||
INSERT INTO `class_students` VALUES (121, 690);
|
||
INSERT INTO `class_students` VALUES (121, 692);
|
||
INSERT INTO `class_students` VALUES (122, 82);
|
||
INSERT INTO `class_students` VALUES (122, 86);
|
||
INSERT INTO `class_students` VALUES (122, 89);
|
||
INSERT INTO `class_students` VALUES (122, 103);
|
||
INSERT INTO `class_students` VALUES (122, 115);
|
||
INSERT INTO `class_students` VALUES (122, 132);
|
||
INSERT INTO `class_students` VALUES (122, 135);
|
||
INSERT INTO `class_students` VALUES (122, 139);
|
||
INSERT INTO `class_students` VALUES (122, 158);
|
||
INSERT INTO `class_students` VALUES (122, 180);
|
||
INSERT INTO `class_students` VALUES (122, 192);
|
||
INSERT INTO `class_students` VALUES (122, 198);
|
||
INSERT INTO `class_students` VALUES (122, 205);
|
||
INSERT INTO `class_students` VALUES (122, 235);
|
||
INSERT INTO `class_students` VALUES (122, 240);
|
||
INSERT INTO `class_students` VALUES (122, 246);
|
||
INSERT INTO `class_students` VALUES (122, 247);
|
||
INSERT INTO `class_students` VALUES (122, 262);
|
||
INSERT INTO `class_students` VALUES (122, 288);
|
||
INSERT INTO `class_students` VALUES (122, 304);
|
||
INSERT INTO `class_students` VALUES (122, 398);
|
||
INSERT INTO `class_students` VALUES (122, 399);
|
||
INSERT INTO `class_students` VALUES (122, 405);
|
||
INSERT INTO `class_students` VALUES (122, 918);
|
||
INSERT INTO `class_students` VALUES (122, 929);
|
||
INSERT INTO `class_students` VALUES (122, 935);
|
||
INSERT INTO `class_students` VALUES (123, 68);
|
||
INSERT INTO `class_students` VALUES (123, 98);
|
||
INSERT INTO `class_students` VALUES (123, 106);
|
||
INSERT INTO `class_students` VALUES (123, 111);
|
||
INSERT INTO `class_students` VALUES (123, 117);
|
||
INSERT INTO `class_students` VALUES (123, 129);
|
||
INSERT INTO `class_students` VALUES (123, 157);
|
||
INSERT INTO `class_students` VALUES (123, 167);
|
||
INSERT INTO `class_students` VALUES (123, 172);
|
||
INSERT INTO `class_students` VALUES (123, 184);
|
||
INSERT INTO `class_students` VALUES (123, 188);
|
||
INSERT INTO `class_students` VALUES (123, 195);
|
||
INSERT INTO `class_students` VALUES (123, 202);
|
||
INSERT INTO `class_students` VALUES (123, 211);
|
||
INSERT INTO `class_students` VALUES (123, 216);
|
||
INSERT INTO `class_students` VALUES (123, 220);
|
||
INSERT INTO `class_students` VALUES (123, 230);
|
||
INSERT INTO `class_students` VALUES (123, 243);
|
||
INSERT INTO `class_students` VALUES (123, 251);
|
||
INSERT INTO `class_students` VALUES (123, 268);
|
||
INSERT INTO `class_students` VALUES (123, 280);
|
||
INSERT INTO `class_students` VALUES (123, 282);
|
||
INSERT INTO `class_students` VALUES (123, 314);
|
||
INSERT INTO `class_students` VALUES (123, 390);
|
||
INSERT INTO `class_students` VALUES (123, 894);
|
||
INSERT INTO `class_students` VALUES (123, 903);
|
||
INSERT INTO `class_students` VALUES (123, 912);
|
||
INSERT INTO `class_students` VALUES (123, 915);
|
||
INSERT INTO `class_students` VALUES (123, 919);
|
||
INSERT INTO `class_students` VALUES (123, 936);
|
||
INSERT INTO `class_students` VALUES (125, 73);
|
||
INSERT INTO `class_students` VALUES (125, 81);
|
||
INSERT INTO `class_students` VALUES (125, 90);
|
||
INSERT INTO `class_students` VALUES (125, 91);
|
||
INSERT INTO `class_students` VALUES (125, 96);
|
||
INSERT INTO `class_students` VALUES (125, 149);
|
||
INSERT INTO `class_students` VALUES (125, 162);
|
||
INSERT INTO `class_students` VALUES (125, 168);
|
||
INSERT INTO `class_students` VALUES (125, 174);
|
||
INSERT INTO `class_students` VALUES (125, 183);
|
||
INSERT INTO `class_students` VALUES (125, 190);
|
||
INSERT INTO `class_students` VALUES (125, 201);
|
||
INSERT INTO `class_students` VALUES (125, 217);
|
||
INSERT INTO `class_students` VALUES (125, 238);
|
||
INSERT INTO `class_students` VALUES (125, 261);
|
||
INSERT INTO `class_students` VALUES (125, 265);
|
||
INSERT INTO `class_students` VALUES (125, 276);
|
||
INSERT INTO `class_students` VALUES (125, 285);
|
||
INSERT INTO `class_students` VALUES (125, 889);
|
||
INSERT INTO `class_students` VALUES (126, 1232);
|
||
INSERT INTO `class_students` VALUES (126, 2126);
|
||
INSERT INTO `class_students` VALUES (126, 2127);
|
||
INSERT INTO `class_students` VALUES (126, 2250);
|
||
INSERT INTO `class_students` VALUES (126, 2251);
|
||
INSERT INTO `class_students` VALUES (126, 2252);
|
||
INSERT INTO `class_students` VALUES (126, 2253);
|
||
INSERT INTO `class_students` VALUES (126, 2258);
|
||
INSERT INTO `class_students` VALUES (126, 2266);
|
||
INSERT INTO `class_students` VALUES (126, 2267);
|
||
INSERT INTO `class_students` VALUES (126, 2268);
|
||
INSERT INTO `class_students` VALUES (126, 2269);
|
||
INSERT INTO `class_students` VALUES (126, 2270);
|
||
INSERT INTO `class_students` VALUES (126, 2334);
|
||
INSERT INTO `class_students` VALUES (126, 2353);
|
||
INSERT INTO `class_students` VALUES (126, 2360);
|
||
INSERT INTO `class_students` VALUES (126, 2361);
|
||
INSERT INTO `class_students` VALUES (126, 2362);
|
||
INSERT INTO `class_students` VALUES (126, 2364);
|
||
INSERT INTO `class_students` VALUES (126, 2419);
|
||
INSERT INTO `class_students` VALUES (127, 2255);
|
||
INSERT INTO `class_students` VALUES (127, 2256);
|
||
INSERT INTO `class_students` VALUES (127, 2259);
|
||
INSERT INTO `class_students` VALUES (127, 2260);
|
||
INSERT INTO `class_students` VALUES (127, 2261);
|
||
INSERT INTO `class_students` VALUES (127, 2262);
|
||
INSERT INTO `class_students` VALUES (127, 2263);
|
||
INSERT INTO `class_students` VALUES (127, 2264);
|
||
INSERT INTO `class_students` VALUES (127, 2302);
|
||
INSERT INTO `class_students` VALUES (127, 2303);
|
||
INSERT INTO `class_students` VALUES (127, 2304);
|
||
INSERT INTO `class_students` VALUES (127, 2305);
|
||
INSERT INTO `class_students` VALUES (127, 2306);
|
||
INSERT INTO `class_students` VALUES (127, 2307);
|
||
INSERT INTO `class_students` VALUES (127, 2308);
|
||
INSERT INTO `class_students` VALUES (127, 2309);
|
||
INSERT INTO `class_students` VALUES (127, 2310);
|
||
INSERT INTO `class_students` VALUES (127, 2311);
|
||
INSERT INTO `class_students` VALUES (127, 2314);
|
||
INSERT INTO `class_students` VALUES (127, 2315);
|
||
INSERT INTO `class_students` VALUES (127, 2316);
|
||
INSERT INTO `class_students` VALUES (127, 2317);
|
||
INSERT INTO `class_students` VALUES (127, 2318);
|
||
INSERT INTO `class_students` VALUES (127, 2320);
|
||
INSERT INTO `class_students` VALUES (127, 2321);
|
||
INSERT INTO `class_students` VALUES (127, 2322);
|
||
INSERT INTO `class_students` VALUES (127, 2333);
|
||
INSERT INTO `class_students` VALUES (127, 2335);
|
||
INSERT INTO `class_students` VALUES (127, 2336);
|
||
INSERT INTO `class_students` VALUES (127, 2384);
|
||
INSERT INTO `class_students` VALUES (127, 2385);
|
||
INSERT INTO `class_students` VALUES (127, 2386);
|
||
INSERT INTO `class_students` VALUES (127, 2389);
|
||
INSERT INTO `class_students` VALUES (127, 2390);
|
||
INSERT INTO `class_students` VALUES (127, 2391);
|
||
INSERT INTO `class_students` VALUES (127, 2392);
|
||
INSERT INTO `class_students` VALUES (127, 2393);
|
||
INSERT INTO `class_students` VALUES (127, 2394);
|
||
INSERT INTO `class_students` VALUES (127, 2395);
|
||
INSERT INTO `class_students` VALUES (127, 2396);
|
||
INSERT INTO `class_students` VALUES (127, 2397);
|
||
INSERT INTO `class_students` VALUES (127, 2398);
|
||
INSERT INTO `class_students` VALUES (127, 2401);
|
||
INSERT INTO `class_students` VALUES (127, 2420);
|
||
INSERT INTO `class_students` VALUES (127, 2553);
|
||
INSERT INTO `class_students` VALUES (127, 2755);
|
||
INSERT INTO `class_students` VALUES (129, 2273);
|
||
INSERT INTO `class_students` VALUES (129, 2274);
|
||
INSERT INTO `class_students` VALUES (129, 2275);
|
||
INSERT INTO `class_students` VALUES (129, 2276);
|
||
INSERT INTO `class_students` VALUES (129, 2277);
|
||
INSERT INTO `class_students` VALUES (129, 2278);
|
||
INSERT INTO `class_students` VALUES (129, 2279);
|
||
INSERT INTO `class_students` VALUES (129, 2280);
|
||
INSERT INTO `class_students` VALUES (129, 2281);
|
||
INSERT INTO `class_students` VALUES (129, 2282);
|
||
INSERT INTO `class_students` VALUES (129, 2283);
|
||
INSERT INTO `class_students` VALUES (129, 2284);
|
||
INSERT INTO `class_students` VALUES (129, 2285);
|
||
INSERT INTO `class_students` VALUES (129, 2286);
|
||
INSERT INTO `class_students` VALUES (129, 2287);
|
||
INSERT INTO `class_students` VALUES (129, 2288);
|
||
INSERT INTO `class_students` VALUES (129, 2289);
|
||
INSERT INTO `class_students` VALUES (129, 2290);
|
||
INSERT INTO `class_students` VALUES (129, 2291);
|
||
INSERT INTO `class_students` VALUES (129, 2292);
|
||
INSERT INTO `class_students` VALUES (129, 2293);
|
||
INSERT INTO `class_students` VALUES (129, 2294);
|
||
INSERT INTO `class_students` VALUES (129, 2295);
|
||
INSERT INTO `class_students` VALUES (129, 2296);
|
||
INSERT INTO `class_students` VALUES (129, 2297);
|
||
INSERT INTO `class_students` VALUES (129, 2298);
|
||
INSERT INTO `class_students` VALUES (129, 2299);
|
||
INSERT INTO `class_students` VALUES (129, 2300);
|
||
INSERT INTO `class_students` VALUES (129, 2301);
|
||
INSERT INTO `class_students` VALUES (129, 2325);
|
||
INSERT INTO `class_students` VALUES (129, 2326);
|
||
INSERT INTO `class_students` VALUES (129, 2327);
|
||
INSERT INTO `class_students` VALUES (129, 2328);
|
||
INSERT INTO `class_students` VALUES (129, 2329);
|
||
INSERT INTO `class_students` VALUES (129, 2330);
|
||
INSERT INTO `class_students` VALUES (129, 2331);
|
||
INSERT INTO `class_students` VALUES (129, 2356);
|
||
INSERT INTO `class_students` VALUES (129, 2357);
|
||
INSERT INTO `class_students` VALUES (129, 2358);
|
||
INSERT INTO `class_students` VALUES (129, 2388);
|
||
INSERT INTO `class_students` VALUES (129, 2402);
|
||
INSERT INTO `class_students` VALUES (129, 2485);
|
||
INSERT INTO `class_students` VALUES (130, 2337);
|
||
INSERT INTO `class_students` VALUES (130, 2338);
|
||
INSERT INTO `class_students` VALUES (130, 2339);
|
||
INSERT INTO `class_students` VALUES (130, 2340);
|
||
INSERT INTO `class_students` VALUES (130, 2341);
|
||
INSERT INTO `class_students` VALUES (130, 2342);
|
||
INSERT INTO `class_students` VALUES (130, 2343);
|
||
INSERT INTO `class_students` VALUES (130, 2344);
|
||
INSERT INTO `class_students` VALUES (130, 2345);
|
||
INSERT INTO `class_students` VALUES (130, 2346);
|
||
INSERT INTO `class_students` VALUES (130, 2347);
|
||
INSERT INTO `class_students` VALUES (130, 2349);
|
||
INSERT INTO `class_students` VALUES (130, 2350);
|
||
INSERT INTO `class_students` VALUES (130, 2351);
|
||
INSERT INTO `class_students` VALUES (130, 2377);
|
||
INSERT INTO `class_students` VALUES (130, 2400);
|
||
INSERT INTO `class_students` VALUES (131, 1990);
|
||
INSERT INTO `class_students` VALUES (131, 2365);
|
||
INSERT INTO `class_students` VALUES (131, 2366);
|
||
INSERT INTO `class_students` VALUES (131, 2368);
|
||
INSERT INTO `class_students` VALUES (131, 2369);
|
||
INSERT INTO `class_students` VALUES (131, 2370);
|
||
INSERT INTO `class_students` VALUES (131, 2371);
|
||
INSERT INTO `class_students` VALUES (131, 2372);
|
||
INSERT INTO `class_students` VALUES (131, 2373);
|
||
INSERT INTO `class_students` VALUES (131, 2379);
|
||
INSERT INTO `class_students` VALUES (131, 2380);
|
||
INSERT INTO `class_students` VALUES (131, 2381);
|
||
INSERT INTO `class_students` VALUES (131, 2382);
|
||
INSERT INTO `class_students` VALUES (131, 2383);
|
||
INSERT INTO `class_students` VALUES (132, 75);
|
||
INSERT INTO `class_students` VALUES (132, 84);
|
||
INSERT INTO `class_students` VALUES (132, 88);
|
||
INSERT INTO `class_students` VALUES (132, 109);
|
||
INSERT INTO `class_students` VALUES (132, 110);
|
||
INSERT INTO `class_students` VALUES (132, 112);
|
||
INSERT INTO `class_students` VALUES (132, 138);
|
||
INSERT INTO `class_students` VALUES (132, 140);
|
||
INSERT INTO `class_students` VALUES (132, 145);
|
||
INSERT INTO `class_students` VALUES (132, 163);
|
||
INSERT INTO `class_students` VALUES (132, 164);
|
||
INSERT INTO `class_students` VALUES (132, 175);
|
||
INSERT INTO `class_students` VALUES (132, 179);
|
||
INSERT INTO `class_students` VALUES (132, 186);
|
||
INSERT INTO `class_students` VALUES (132, 219);
|
||
INSERT INTO `class_students` VALUES (132, 227);
|
||
INSERT INTO `class_students` VALUES (132, 233);
|
||
INSERT INTO `class_students` VALUES (132, 264);
|
||
INSERT INTO `class_students` VALUES (132, 266);
|
||
INSERT INTO `class_students` VALUES (132, 888);
|
||
INSERT INTO `class_students` VALUES (132, 898);
|
||
INSERT INTO `class_students` VALUES (132, 910);
|
||
INSERT INTO `class_students` VALUES (133, 2123);
|
||
INSERT INTO `class_students` VALUES (133, 2124);
|
||
INSERT INTO `class_students` VALUES (133, 2354);
|
||
INSERT INTO `class_students` VALUES (133, 2359);
|
||
INSERT INTO `class_students` VALUES (133, 2375);
|
||
INSERT INTO `class_students` VALUES (133, 2376);
|
||
INSERT INTO `class_students` VALUES (134, 2205);
|
||
INSERT INTO `class_students` VALUES (134, 2403);
|
||
INSERT INTO `class_students` VALUES (134, 2404);
|
||
INSERT INTO `class_students` VALUES (134, 2405);
|
||
INSERT INTO `class_students` VALUES (134, 2406);
|
||
INSERT INTO `class_students` VALUES (134, 2407);
|
||
INSERT INTO `class_students` VALUES (134, 2408);
|
||
INSERT INTO `class_students` VALUES (134, 2409);
|
||
INSERT INTO `class_students` VALUES (134, 2410);
|
||
INSERT INTO `class_students` VALUES (134, 2412);
|
||
INSERT INTO `class_students` VALUES (134, 2413);
|
||
INSERT INTO `class_students` VALUES (134, 2414);
|
||
INSERT INTO `class_students` VALUES (134, 2415);
|
||
INSERT INTO `class_students` VALUES (134, 2416);
|
||
INSERT INTO `class_students` VALUES (134, 2417);
|
||
INSERT INTO `class_students` VALUES (134, 2418);
|
||
INSERT INTO `class_students` VALUES (134, 2425);
|
||
INSERT INTO `class_students` VALUES (134, 2426);
|
||
INSERT INTO `class_students` VALUES (136, 2014);
|
||
INSERT INTO `class_students` VALUES (136, 2427);
|
||
INSERT INTO `class_students` VALUES (136, 2429);
|
||
INSERT INTO `class_students` VALUES (136, 2430);
|
||
INSERT INTO `class_students` VALUES (136, 2431);
|
||
INSERT INTO `class_students` VALUES (136, 2432);
|
||
INSERT INTO `class_students` VALUES (136, 2433);
|
||
INSERT INTO `class_students` VALUES (136, 2435);
|
||
INSERT INTO `class_students` VALUES (136, 2436);
|
||
INSERT INTO `class_students` VALUES (136, 2437);
|
||
INSERT INTO `class_students` VALUES (136, 2438);
|
||
INSERT INTO `class_students` VALUES (136, 2439);
|
||
INSERT INTO `class_students` VALUES (136, 2441);
|
||
INSERT INTO `class_students` VALUES (136, 2442);
|
||
INSERT INTO `class_students` VALUES (136, 2443);
|
||
INSERT INTO `class_students` VALUES (136, 2445);
|
||
INSERT INTO `class_students` VALUES (136, 2446);
|
||
INSERT INTO `class_students` VALUES (136, 2447);
|
||
INSERT INTO `class_students` VALUES (136, 2448);
|
||
INSERT INTO `class_students` VALUES (136, 2449);
|
||
INSERT INTO `class_students` VALUES (136, 2450);
|
||
INSERT INTO `class_students` VALUES (136, 2451);
|
||
INSERT INTO `class_students` VALUES (136, 2452);
|
||
INSERT INTO `class_students` VALUES (136, 2453);
|
||
INSERT INTO `class_students` VALUES (136, 2454);
|
||
INSERT INTO `class_students` VALUES (136, 2455);
|
||
INSERT INTO `class_students` VALUES (136, 2457);
|
||
INSERT INTO `class_students` VALUES (136, 2458);
|
||
INSERT INTO `class_students` VALUES (136, 2459);
|
||
INSERT INTO `class_students` VALUES (136, 2460);
|
||
INSERT INTO `class_students` VALUES (136, 2461);
|
||
INSERT INTO `class_students` VALUES (136, 2463);
|
||
INSERT INTO `class_students` VALUES (136, 2465);
|
||
INSERT INTO `class_students` VALUES (136, 2466);
|
||
INSERT INTO `class_students` VALUES (136, 2467);
|
||
INSERT INTO `class_students` VALUES (136, 2468);
|
||
INSERT INTO `class_students` VALUES (136, 2469);
|
||
INSERT INTO `class_students` VALUES (136, 2470);
|
||
INSERT INTO `class_students` VALUES (136, 2482);
|
||
INSERT INTO `class_students` VALUES (136, 2532);
|
||
INSERT INTO `class_students` VALUES (138, 2422);
|
||
INSERT INTO `class_students` VALUES (138, 2424);
|
||
INSERT INTO `class_students` VALUES (139, 2471);
|
||
INSERT INTO `class_students` VALUES (139, 2472);
|
||
INSERT INTO `class_students` VALUES (139, 2473);
|
||
INSERT INTO `class_students` VALUES (139, 2474);
|
||
INSERT INTO `class_students` VALUES (139, 2475);
|
||
INSERT INTO `class_students` VALUES (139, 2476);
|
||
INSERT INTO `class_students` VALUES (139, 2477);
|
||
INSERT INTO `class_students` VALUES (139, 2478);
|
||
INSERT INTO `class_students` VALUES (139, 2479);
|
||
INSERT INTO `class_students` VALUES (139, 2480);
|
||
INSERT INTO `class_students` VALUES (139, 2481);
|
||
INSERT INTO `class_students` VALUES (141, 677);
|
||
INSERT INTO `class_students` VALUES (141, 1292);
|
||
INSERT INTO `class_students` VALUES (141, 1333);
|
||
INSERT INTO `class_students` VALUES (141, 1337);
|
||
INSERT INTO `class_students` VALUES (141, 1341);
|
||
INSERT INTO `class_students` VALUES (141, 1350);
|
||
INSERT INTO `class_students` VALUES (141, 1356);
|
||
INSERT INTO `class_students` VALUES (141, 1357);
|
||
INSERT INTO `class_students` VALUES (141, 1395);
|
||
INSERT INTO `class_students` VALUES (141, 1406);
|
||
INSERT INTO `class_students` VALUES (141, 1409);
|
||
INSERT INTO `class_students` VALUES (141, 1414);
|
||
INSERT INTO `class_students` VALUES (141, 1424);
|
||
INSERT INTO `class_students` VALUES (141, 1455);
|
||
INSERT INTO `class_students` VALUES (141, 1460);
|
||
INSERT INTO `class_students` VALUES (141, 1470);
|
||
INSERT INTO `class_students` VALUES (141, 1472);
|
||
INSERT INTO `class_students` VALUES (141, 1475);
|
||
INSERT INTO `class_students` VALUES (141, 1476);
|
||
INSERT INTO `class_students` VALUES (141, 1482);
|
||
INSERT INTO `class_students` VALUES (141, 1489);
|
||
INSERT INTO `class_students` VALUES (141, 1492);
|
||
INSERT INTO `class_students` VALUES (141, 1496);
|
||
INSERT INTO `class_students` VALUES (141, 1539);
|
||
INSERT INTO `class_students` VALUES (141, 1540);
|
||
INSERT INTO `class_students` VALUES (141, 1546);
|
||
INSERT INTO `class_students` VALUES (141, 1555);
|
||
INSERT INTO `class_students` VALUES (141, 1556);
|
||
INSERT INTO `class_students` VALUES (141, 1558);
|
||
INSERT INTO `class_students` VALUES (141, 1575);
|
||
INSERT INTO `class_students` VALUES (141, 1576);
|
||
INSERT INTO `class_students` VALUES (141, 1583);
|
||
INSERT INTO `class_students` VALUES (141, 1600);
|
||
INSERT INTO `class_students` VALUES (141, 1624);
|
||
INSERT INTO `class_students` VALUES (141, 1648);
|
||
INSERT INTO `class_students` VALUES (141, 1654);
|
||
INSERT INTO `class_students` VALUES (141, 1662);
|
||
INSERT INTO `class_students` VALUES (141, 1663);
|
||
INSERT INTO `class_students` VALUES (141, 1666);
|
||
INSERT INTO `class_students` VALUES (142, 1326);
|
||
INSERT INTO `class_students` VALUES (142, 1328);
|
||
INSERT INTO `class_students` VALUES (142, 1331);
|
||
INSERT INTO `class_students` VALUES (142, 1385);
|
||
INSERT INTO `class_students` VALUES (142, 1389);
|
||
INSERT INTO `class_students` VALUES (142, 1396);
|
||
INSERT INTO `class_students` VALUES (142, 1408);
|
||
INSERT INTO `class_students` VALUES (142, 1411);
|
||
INSERT INTO `class_students` VALUES (142, 1416);
|
||
INSERT INTO `class_students` VALUES (142, 1417);
|
||
INSERT INTO `class_students` VALUES (142, 1423);
|
||
INSERT INTO `class_students` VALUES (142, 1426);
|
||
INSERT INTO `class_students` VALUES (142, 1432);
|
||
INSERT INTO `class_students` VALUES (142, 1446);
|
||
INSERT INTO `class_students` VALUES (142, 1456);
|
||
INSERT INTO `class_students` VALUES (142, 1458);
|
||
INSERT INTO `class_students` VALUES (142, 1465);
|
||
INSERT INTO `class_students` VALUES (142, 1466);
|
||
INSERT INTO `class_students` VALUES (142, 1474);
|
||
INSERT INTO `class_students` VALUES (142, 1479);
|
||
INSERT INTO `class_students` VALUES (142, 1488);
|
||
INSERT INTO `class_students` VALUES (142, 1513);
|
||
INSERT INTO `class_students` VALUES (142, 1516);
|
||
INSERT INTO `class_students` VALUES (142, 1518);
|
||
INSERT INTO `class_students` VALUES (142, 1529);
|
||
INSERT INTO `class_students` VALUES (142, 1542);
|
||
INSERT INTO `class_students` VALUES (142, 1557);
|
||
INSERT INTO `class_students` VALUES (142, 1568);
|
||
INSERT INTO `class_students` VALUES (142, 1584);
|
||
INSERT INTO `class_students` VALUES (142, 1595);
|
||
INSERT INTO `class_students` VALUES (142, 1598);
|
||
INSERT INTO `class_students` VALUES (142, 1635);
|
||
INSERT INTO `class_students` VALUES (142, 1636);
|
||
INSERT INTO `class_students` VALUES (142, 1643);
|
||
INSERT INTO `class_students` VALUES (142, 1652);
|
||
INSERT INTO `class_students` VALUES (142, 1661);
|
||
INSERT INTO `class_students` VALUES (142, 1667);
|
||
INSERT INTO `class_students` VALUES (142, 1668);
|
||
INSERT INTO `class_students` VALUES (142, 1669);
|
||
INSERT INTO `class_students` VALUES (142, 1812);
|
||
INSERT INTO `class_students` VALUES (143, 1319);
|
||
INSERT INTO `class_students` VALUES (143, 1339);
|
||
INSERT INTO `class_students` VALUES (143, 1352);
|
||
INSERT INTO `class_students` VALUES (143, 1392);
|
||
INSERT INTO `class_students` VALUES (143, 1405);
|
||
INSERT INTO `class_students` VALUES (143, 1418);
|
||
INSERT INTO `class_students` VALUES (143, 1442);
|
||
INSERT INTO `class_students` VALUES (143, 1443);
|
||
INSERT INTO `class_students` VALUES (143, 1448);
|
||
INSERT INTO `class_students` VALUES (143, 1457);
|
||
INSERT INTO `class_students` VALUES (143, 1459);
|
||
INSERT INTO `class_students` VALUES (143, 1467);
|
||
INSERT INTO `class_students` VALUES (143, 1471);
|
||
INSERT INTO `class_students` VALUES (143, 1477);
|
||
INSERT INTO `class_students` VALUES (143, 1480);
|
||
INSERT INTO `class_students` VALUES (143, 1484);
|
||
INSERT INTO `class_students` VALUES (143, 1497);
|
||
INSERT INTO `class_students` VALUES (143, 1508);
|
||
INSERT INTO `class_students` VALUES (143, 1517);
|
||
INSERT INTO `class_students` VALUES (143, 1520);
|
||
INSERT INTO `class_students` VALUES (143, 1532);
|
||
INSERT INTO `class_students` VALUES (143, 1533);
|
||
INSERT INTO `class_students` VALUES (143, 1550);
|
||
INSERT INTO `class_students` VALUES (143, 1563);
|
||
INSERT INTO `class_students` VALUES (143, 1571);
|
||
INSERT INTO `class_students` VALUES (143, 1573);
|
||
INSERT INTO `class_students` VALUES (143, 1586);
|
||
INSERT INTO `class_students` VALUES (143, 1608);
|
||
INSERT INTO `class_students` VALUES (143, 1620);
|
||
INSERT INTO `class_students` VALUES (143, 1621);
|
||
INSERT INTO `class_students` VALUES (143, 1626);
|
||
INSERT INTO `class_students` VALUES (143, 1627);
|
||
INSERT INTO `class_students` VALUES (143, 1629);
|
||
INSERT INTO `class_students` VALUES (143, 1647);
|
||
INSERT INTO `class_students` VALUES (143, 1655);
|
||
INSERT INTO `class_students` VALUES (143, 1656);
|
||
INSERT INTO `class_students` VALUES (143, 1658);
|
||
INSERT INTO `class_students` VALUES (143, 1659);
|
||
INSERT INTO `class_students` VALUES (143, 1660);
|
||
INSERT INTO `class_students` VALUES (143, 1691);
|
||
INSERT INTO `class_students` VALUES (144, 586);
|
||
INSERT INTO `class_students` VALUES (144, 587);
|
||
INSERT INTO `class_students` VALUES (144, 589);
|
||
INSERT INTO `class_students` VALUES (144, 599);
|
||
INSERT INTO `class_students` VALUES (144, 601);
|
||
INSERT INTO `class_students` VALUES (144, 611);
|
||
INSERT INTO `class_students` VALUES (144, 617);
|
||
INSERT INTO `class_students` VALUES (144, 619);
|
||
INSERT INTO `class_students` VALUES (144, 627);
|
||
INSERT INTO `class_students` VALUES (144, 629);
|
||
INSERT INTO `class_students` VALUES (144, 633);
|
||
INSERT INTO `class_students` VALUES (144, 636);
|
||
INSERT INTO `class_students` VALUES (144, 642);
|
||
INSERT INTO `class_students` VALUES (144, 643);
|
||
INSERT INTO `class_students` VALUES (144, 644);
|
||
INSERT INTO `class_students` VALUES (144, 681);
|
||
INSERT INTO `class_students` VALUES (144, 683);
|
||
INSERT INTO `class_students` VALUES (144, 692);
|
||
INSERT INTO `class_students` VALUES (144, 718);
|
||
INSERT INTO `class_students` VALUES (144, 1282);
|
||
INSERT INTO `class_students` VALUES (144, 1303);
|
||
INSERT INTO `class_students` VALUES (144, 1327);
|
||
INSERT INTO `class_students` VALUES (144, 1353);
|
||
INSERT INTO `class_students` VALUES (144, 1468);
|
||
INSERT INTO `class_students` VALUES (144, 1483);
|
||
INSERT INTO `class_students` VALUES (144, 1486);
|
||
INSERT INTO `class_students` VALUES (144, 1512);
|
||
INSERT INTO `class_students` VALUES (144, 1565);
|
||
INSERT INTO `class_students` VALUES (144, 1572);
|
||
INSERT INTO `class_students` VALUES (144, 1590);
|
||
INSERT INTO `class_students` VALUES (144, 1597);
|
||
INSERT INTO `class_students` VALUES (144, 1631);
|
||
INSERT INTO `class_students` VALUES (144, 1634);
|
||
INSERT INTO `class_students` VALUES (144, 1645);
|
||
INSERT INTO `class_students` VALUES (144, 1665);
|
||
INSERT INTO `class_students` VALUES (144, 1690);
|
||
INSERT INTO `class_students` VALUES (145, 95);
|
||
INSERT INTO `class_students` VALUES (145, 101);
|
||
INSERT INTO `class_students` VALUES (145, 107);
|
||
INSERT INTO `class_students` VALUES (145, 112);
|
||
INSERT INTO `class_students` VALUES (145, 116);
|
||
INSERT INTO `class_students` VALUES (145, 132);
|
||
INSERT INTO `class_students` VALUES (145, 135);
|
||
INSERT INTO `class_students` VALUES (145, 142);
|
||
INSERT INTO `class_students` VALUES (145, 147);
|
||
INSERT INTO `class_students` VALUES (145, 153);
|
||
INSERT INTO `class_students` VALUES (145, 183);
|
||
INSERT INTO `class_students` VALUES (145, 184);
|
||
INSERT INTO `class_students` VALUES (145, 191);
|
||
INSERT INTO `class_students` VALUES (145, 219);
|
||
INSERT INTO `class_students` VALUES (145, 255);
|
||
INSERT INTO `class_students` VALUES (145, 279);
|
||
INSERT INTO `class_students` VALUES (145, 299);
|
||
INSERT INTO `class_students` VALUES (145, 311);
|
||
INSERT INTO `class_students` VALUES (145, 406);
|
||
INSERT INTO `class_students` VALUES (145, 900);
|
||
INSERT INTO `class_students` VALUES (145, 927);
|
||
INSERT INTO `class_students` VALUES (145, 937);
|
||
INSERT INTO `class_students` VALUES (146, 2085);
|
||
INSERT INTO `class_students` VALUES (146, 2249);
|
||
INSERT INTO `class_students` VALUES (146, 2271);
|
||
INSERT INTO `class_students` VALUES (146, 2487);
|
||
INSERT INTO `class_students` VALUES (146, 2488);
|
||
INSERT INTO `class_students` VALUES (146, 2489);
|
||
INSERT INTO `class_students` VALUES (146, 2490);
|
||
INSERT INTO `class_students` VALUES (146, 2491);
|
||
INSERT INTO `class_students` VALUES (146, 2493);
|
||
INSERT INTO `class_students` VALUES (146, 2494);
|
||
INSERT INTO `class_students` VALUES (146, 2495);
|
||
INSERT INTO `class_students` VALUES (146, 2496);
|
||
INSERT INTO `class_students` VALUES (146, 2497);
|
||
INSERT INTO `class_students` VALUES (146, 2498);
|
||
INSERT INTO `class_students` VALUES (146, 2500);
|
||
INSERT INTO `class_students` VALUES (149, 2022);
|
||
INSERT INTO `class_students` VALUES (149, 2032);
|
||
INSERT INTO `class_students` VALUES (149, 2140);
|
||
INSERT INTO `class_students` VALUES (149, 2160);
|
||
INSERT INTO `class_students` VALUES (149, 2219);
|
||
INSERT INTO `class_students` VALUES (149, 2501);
|
||
INSERT INTO `class_students` VALUES (149, 2502);
|
||
INSERT INTO `class_students` VALUES (149, 2503);
|
||
INSERT INTO `class_students` VALUES (149, 2504);
|
||
INSERT INTO `class_students` VALUES (149, 2505);
|
||
INSERT INTO `class_students` VALUES (149, 2506);
|
||
INSERT INTO `class_students` VALUES (149, 2507);
|
||
INSERT INTO `class_students` VALUES (149, 2508);
|
||
INSERT INTO `class_students` VALUES (149, 2509);
|
||
INSERT INTO `class_students` VALUES (149, 2510);
|
||
INSERT INTO `class_students` VALUES (149, 2511);
|
||
INSERT INTO `class_students` VALUES (149, 2512);
|
||
INSERT INTO `class_students` VALUES (149, 2513);
|
||
INSERT INTO `class_students` VALUES (149, 2514);
|
||
INSERT INTO `class_students` VALUES (149, 2515);
|
||
INSERT INTO `class_students` VALUES (149, 2516);
|
||
INSERT INTO `class_students` VALUES (149, 2517);
|
||
INSERT INTO `class_students` VALUES (149, 2518);
|
||
INSERT INTO `class_students` VALUES (149, 2519);
|
||
INSERT INTO `class_students` VALUES (149, 2520);
|
||
INSERT INTO `class_students` VALUES (149, 2521);
|
||
INSERT INTO `class_students` VALUES (149, 2522);
|
||
INSERT INTO `class_students` VALUES (149, 2523);
|
||
INSERT INTO `class_students` VALUES (149, 2524);
|
||
INSERT INTO `class_students` VALUES (149, 2525);
|
||
INSERT INTO `class_students` VALUES (149, 2528);
|
||
INSERT INTO `class_students` VALUES (149, 2529);
|
||
INSERT INTO `class_students` VALUES (149, 2530);
|
||
INSERT INTO `class_students` VALUES (149, 2533);
|
||
INSERT INTO `class_students` VALUES (149, 2554);
|
||
INSERT INTO `class_students` VALUES (149, 2555);
|
||
INSERT INTO `class_students` VALUES (149, 2613);
|
||
INSERT INTO `class_students` VALUES (149, 2635);
|
||
INSERT INTO `class_students` VALUES (149, 2638);
|
||
INSERT INTO `class_students` VALUES (149, 2718);
|
||
INSERT INTO `class_students` VALUES (149, 2780);
|
||
INSERT INTO `class_students` VALUES (149, 2802);
|
||
INSERT INTO `class_students` VALUES (151, 2534);
|
||
INSERT INTO `class_students` VALUES (151, 2535);
|
||
INSERT INTO `class_students` VALUES (151, 2536);
|
||
INSERT INTO `class_students` VALUES (151, 2537);
|
||
INSERT INTO `class_students` VALUES (151, 2538);
|
||
INSERT INTO `class_students` VALUES (151, 2539);
|
||
INSERT INTO `class_students` VALUES (151, 2540);
|
||
INSERT INTO `class_students` VALUES (151, 2541);
|
||
INSERT INTO `class_students` VALUES (151, 2542);
|
||
INSERT INTO `class_students` VALUES (151, 2543);
|
||
INSERT INTO `class_students` VALUES (151, 2544);
|
||
INSERT INTO `class_students` VALUES (151, 2545);
|
||
INSERT INTO `class_students` VALUES (151, 2546);
|
||
INSERT INTO `class_students` VALUES (151, 2547);
|
||
INSERT INTO `class_students` VALUES (151, 2548);
|
||
INSERT INTO `class_students` VALUES (151, 2549);
|
||
INSERT INTO `class_students` VALUES (151, 2551);
|
||
INSERT INTO `class_students` VALUES (151, 2552);
|
||
INSERT INTO `class_students` VALUES (151, 2575);
|
||
INSERT INTO `class_students` VALUES (151, 2607);
|
||
INSERT INTO `class_students` VALUES (151, 2608);
|
||
INSERT INTO `class_students` VALUES (151, 2609);
|
||
INSERT INTO `class_students` VALUES (151, 2610);
|
||
INSERT INTO `class_students` VALUES (151, 2611);
|
||
INSERT INTO `class_students` VALUES (151, 2612);
|
||
INSERT INTO `class_students` VALUES (151, 2682);
|
||
INSERT INTO `class_students` VALUES (152, 1902);
|
||
INSERT INTO `class_students` VALUES (152, 2113);
|
||
INSERT INTO `class_students` VALUES (152, 2131);
|
||
INSERT INTO `class_students` VALUES (152, 2556);
|
||
INSERT INTO `class_students` VALUES (152, 2557);
|
||
INSERT INTO `class_students` VALUES (152, 2558);
|
||
INSERT INTO `class_students` VALUES (152, 2559);
|
||
INSERT INTO `class_students` VALUES (152, 2560);
|
||
INSERT INTO `class_students` VALUES (152, 2561);
|
||
INSERT INTO `class_students` VALUES (152, 2562);
|
||
INSERT INTO `class_students` VALUES (152, 2563);
|
||
INSERT INTO `class_students` VALUES (152, 2565);
|
||
INSERT INTO `class_students` VALUES (152, 2566);
|
||
INSERT INTO `class_students` VALUES (152, 2567);
|
||
INSERT INTO `class_students` VALUES (152, 2568);
|
||
INSERT INTO `class_students` VALUES (152, 2569);
|
||
INSERT INTO `class_students` VALUES (152, 2570);
|
||
INSERT INTO `class_students` VALUES (152, 2571);
|
||
INSERT INTO `class_students` VALUES (152, 2572);
|
||
INSERT INTO `class_students` VALUES (152, 2573);
|
||
INSERT INTO `class_students` VALUES (152, 2574);
|
||
INSERT INTO `class_students` VALUES (152, 2625);
|
||
INSERT INTO `class_students` VALUES (152, 2627);
|
||
INSERT INTO `class_students` VALUES (152, 2628);
|
||
INSERT INTO `class_students` VALUES (152, 2629);
|
||
INSERT INTO `class_students` VALUES (152, 2633);
|
||
INSERT INTO `class_students` VALUES (152, 2639);
|
||
INSERT INTO `class_students` VALUES (153, 2577);
|
||
INSERT INTO `class_students` VALUES (153, 2578);
|
||
INSERT INTO `class_students` VALUES (153, 2581);
|
||
INSERT INTO `class_students` VALUES (153, 2582);
|
||
INSERT INTO `class_students` VALUES (153, 2583);
|
||
INSERT INTO `class_students` VALUES (153, 2584);
|
||
INSERT INTO `class_students` VALUES (153, 2585);
|
||
INSERT INTO `class_students` VALUES (153, 2586);
|
||
INSERT INTO `class_students` VALUES (153, 2587);
|
||
INSERT INTO `class_students` VALUES (153, 2588);
|
||
INSERT INTO `class_students` VALUES (153, 2589);
|
||
INSERT INTO `class_students` VALUES (153, 2590);
|
||
INSERT INTO `class_students` VALUES (153, 2591);
|
||
INSERT INTO `class_students` VALUES (153, 2592);
|
||
INSERT INTO `class_students` VALUES (153, 2593);
|
||
INSERT INTO `class_students` VALUES (153, 2594);
|
||
INSERT INTO `class_students` VALUES (153, 2595);
|
||
INSERT INTO `class_students` VALUES (153, 2596);
|
||
INSERT INTO `class_students` VALUES (153, 2597);
|
||
INSERT INTO `class_students` VALUES (153, 2598);
|
||
INSERT INTO `class_students` VALUES (153, 2599);
|
||
INSERT INTO `class_students` VALUES (153, 2600);
|
||
INSERT INTO `class_students` VALUES (153, 2620);
|
||
INSERT INTO `class_students` VALUES (153, 2621);
|
||
INSERT INTO `class_students` VALUES (153, 2622);
|
||
INSERT INTO `class_students` VALUES (153, 2623);
|
||
INSERT INTO `class_students` VALUES (153, 2624);
|
||
INSERT INTO `class_students` VALUES (153, 2630);
|
||
INSERT INTO `class_students` VALUES (153, 2634);
|
||
INSERT INTO `class_students` VALUES (153, 2636);
|
||
INSERT INTO `class_students` VALUES (153, 2640);
|
||
INSERT INTO `class_students` VALUES (153, 2641);
|
||
INSERT INTO `class_students` VALUES (153, 2643);
|
||
INSERT INTO `class_students` VALUES (153, 2689);
|
||
INSERT INTO `class_students` VALUES (154, 2602);
|
||
INSERT INTO `class_students` VALUES (154, 2603);
|
||
INSERT INTO `class_students` VALUES (154, 2604);
|
||
INSERT INTO `class_students` VALUES (154, 2605);
|
||
INSERT INTO `class_students` VALUES (154, 2606);
|
||
INSERT INTO `class_students` VALUES (154, 2614);
|
||
INSERT INTO `class_students` VALUES (154, 2615);
|
||
INSERT INTO `class_students` VALUES (154, 2616);
|
||
INSERT INTO `class_students` VALUES (154, 2617);
|
||
INSERT INTO `class_students` VALUES (154, 2618);
|
||
INSERT INTO `class_students` VALUES (154, 2631);
|
||
INSERT INTO `class_students` VALUES (154, 2632);
|
||
INSERT INTO `class_students` VALUES (154, 2692);
|
||
INSERT INTO `class_students` VALUES (154, 2693);
|
||
INSERT INTO `class_students` VALUES (154, 2694);
|
||
INSERT INTO `class_students` VALUES (154, 2695);
|
||
INSERT INTO `class_students` VALUES (154, 2696);
|
||
INSERT INTO `class_students` VALUES (154, 2697);
|
||
INSERT INTO `class_students` VALUES (154, 2698);
|
||
INSERT INTO `class_students` VALUES (155, 2044);
|
||
INSERT INTO `class_students` VALUES (156, 75);
|
||
INSERT INTO `class_students` VALUES (156, 88);
|
||
INSERT INTO `class_students` VALUES (156, 92);
|
||
INSERT INTO `class_students` VALUES (156, 99);
|
||
INSERT INTO `class_students` VALUES (156, 122);
|
||
INSERT INTO `class_students` VALUES (156, 137);
|
||
INSERT INTO `class_students` VALUES (156, 151);
|
||
INSERT INTO `class_students` VALUES (156, 162);
|
||
INSERT INTO `class_students` VALUES (156, 173);
|
||
INSERT INTO `class_students` VALUES (156, 185);
|
||
INSERT INTO `class_students` VALUES (156, 194);
|
||
INSERT INTO `class_students` VALUES (156, 208);
|
||
INSERT INTO `class_students` VALUES (156, 209);
|
||
INSERT INTO `class_students` VALUES (156, 218);
|
||
INSERT INTO `class_students` VALUES (156, 221);
|
||
INSERT INTO `class_students` VALUES (156, 222);
|
||
INSERT INTO `class_students` VALUES (156, 223);
|
||
INSERT INTO `class_students` VALUES (156, 226);
|
||
INSERT INTO `class_students` VALUES (156, 227);
|
||
INSERT INTO `class_students` VALUES (156, 236);
|
||
INSERT INTO `class_students` VALUES (156, 238);
|
||
INSERT INTO `class_students` VALUES (156, 239);
|
||
INSERT INTO `class_students` VALUES (156, 244);
|
||
INSERT INTO `class_students` VALUES (156, 250);
|
||
INSERT INTO `class_students` VALUES (156, 252);
|
||
INSERT INTO `class_students` VALUES (156, 254);
|
||
INSERT INTO `class_students` VALUES (156, 267);
|
||
INSERT INTO `class_students` VALUES (156, 273);
|
||
INSERT INTO `class_students` VALUES (156, 285);
|
||
INSERT INTO `class_students` VALUES (156, 298);
|
||
INSERT INTO `class_students` VALUES (156, 303);
|
||
INSERT INTO `class_students` VALUES (156, 308);
|
||
INSERT INTO `class_students` VALUES (156, 402);
|
||
INSERT INTO `class_students` VALUES (156, 415);
|
||
INSERT INTO `class_students` VALUES (156, 416);
|
||
INSERT INTO `class_students` VALUES (156, 723);
|
||
INSERT INTO `class_students` VALUES (156, 887);
|
||
INSERT INTO `class_students` VALUES (156, 889);
|
||
INSERT INTO `class_students` VALUES (156, 901);
|
||
INSERT INTO `class_students` VALUES (156, 902);
|
||
INSERT INTO `class_students` VALUES (156, 910);
|
||
INSERT INTO `class_students` VALUES (156, 933);
|
||
INSERT INTO `class_students` VALUES (157, 1033);
|
||
INSERT INTO `class_students` VALUES (157, 1293);
|
||
INSERT INTO `class_students` VALUES (157, 1306);
|
||
INSERT INTO `class_students` VALUES (157, 1349);
|
||
INSERT INTO `class_students` VALUES (157, 1367);
|
||
INSERT INTO `class_students` VALUES (157, 1378);
|
||
INSERT INTO `class_students` VALUES (157, 1403);
|
||
INSERT INTO `class_students` VALUES (157, 1453);
|
||
INSERT INTO `class_students` VALUES (157, 1499);
|
||
INSERT INTO `class_students` VALUES (157, 1502);
|
||
INSERT INTO `class_students` VALUES (157, 1515);
|
||
INSERT INTO `class_students` VALUES (157, 1526);
|
||
INSERT INTO `class_students` VALUES (157, 1574);
|
||
INSERT INTO `class_students` VALUES (157, 1579);
|
||
INSERT INTO `class_students` VALUES (157, 1609);
|
||
INSERT INTO `class_students` VALUES (157, 1644);
|
||
INSERT INTO `class_students` VALUES (157, 1671);
|
||
INSERT INTO `class_students` VALUES (157, 1688);
|
||
INSERT INTO `class_students` VALUES (157, 1695);
|
||
INSERT INTO `class_students` VALUES (157, 1698);
|
||
INSERT INTO `class_students` VALUES (157, 1699);
|
||
INSERT INTO `class_students` VALUES (157, 1700);
|
||
INSERT INTO `class_students` VALUES (157, 1703);
|
||
INSERT INTO `class_students` VALUES (157, 1711);
|
||
INSERT INTO `class_students` VALUES (157, 1713);
|
||
INSERT INTO `class_students` VALUES (157, 1716);
|
||
INSERT INTO `class_students` VALUES (157, 1720);
|
||
INSERT INTO `class_students` VALUES (157, 1721);
|
||
INSERT INTO `class_students` VALUES (157, 1722);
|
||
INSERT INTO `class_students` VALUES (157, 1740);
|
||
INSERT INTO `class_students` VALUES (157, 1744);
|
||
INSERT INTO `class_students` VALUES (157, 1746);
|
||
INSERT INTO `class_students` VALUES (157, 1754);
|
||
INSERT INTO `class_students` VALUES (157, 1758);
|
||
INSERT INTO `class_students` VALUES (157, 1759);
|
||
INSERT INTO `class_students` VALUES (157, 1761);
|
||
INSERT INTO `class_students` VALUES (157, 1762);
|
||
INSERT INTO `class_students` VALUES (157, 1779);
|
||
INSERT INTO `class_students` VALUES (157, 1790);
|
||
INSERT INTO `class_students` VALUES (157, 1801);
|
||
INSERT INTO `class_students` VALUES (157, 1802);
|
||
INSERT INTO `class_students` VALUES (157, 1803);
|
||
INSERT INTO `class_students` VALUES (158, 178);
|
||
INSERT INTO `class_students` VALUES (158, 303);
|
||
INSERT INTO `class_students` VALUES (158, 1290);
|
||
INSERT INTO `class_students` VALUES (158, 1308);
|
||
INSERT INTO `class_students` VALUES (158, 1311);
|
||
INSERT INTO `class_students` VALUES (158, 1317);
|
||
INSERT INTO `class_students` VALUES (158, 1332);
|
||
INSERT INTO `class_students` VALUES (158, 1334);
|
||
INSERT INTO `class_students` VALUES (158, 1335);
|
||
INSERT INTO `class_students` VALUES (158, 1361);
|
||
INSERT INTO `class_students` VALUES (158, 1412);
|
||
INSERT INTO `class_students` VALUES (158, 1425);
|
||
INSERT INTO `class_students` VALUES (158, 1430);
|
||
INSERT INTO `class_students` VALUES (158, 1450);
|
||
INSERT INTO `class_students` VALUES (158, 1464);
|
||
INSERT INTO `class_students` VALUES (158, 1524);
|
||
INSERT INTO `class_students` VALUES (158, 1560);
|
||
INSERT INTO `class_students` VALUES (158, 1570);
|
||
INSERT INTO `class_students` VALUES (158, 1587);
|
||
INSERT INTO `class_students` VALUES (158, 1611);
|
||
INSERT INTO `class_students` VALUES (158, 1612);
|
||
INSERT INTO `class_students` VALUES (158, 1614);
|
||
INSERT INTO `class_students` VALUES (158, 1637);
|
||
INSERT INTO `class_students` VALUES (158, 1646);
|
||
INSERT INTO `class_students` VALUES (158, 1675);
|
||
INSERT INTO `class_students` VALUES (158, 1697);
|
||
INSERT INTO `class_students` VALUES (158, 1714);
|
||
INSERT INTO `class_students` VALUES (158, 1715);
|
||
INSERT INTO `class_students` VALUES (158, 1719);
|
||
INSERT INTO `class_students` VALUES (158, 1731);
|
||
INSERT INTO `class_students` VALUES (158, 1734);
|
||
INSERT INTO `class_students` VALUES (158, 1735);
|
||
INSERT INTO `class_students` VALUES (158, 1738);
|
||
INSERT INTO `class_students` VALUES (158, 1741);
|
||
INSERT INTO `class_students` VALUES (158, 1750);
|
||
INSERT INTO `class_students` VALUES (158, 1756);
|
||
INSERT INTO `class_students` VALUES (158, 1757);
|
||
INSERT INTO `class_students` VALUES (158, 1777);
|
||
INSERT INTO `class_students` VALUES (158, 1783);
|
||
INSERT INTO `class_students` VALUES (158, 1786);
|
||
INSERT INTO `class_students` VALUES (158, 1787);
|
||
INSERT INTO `class_students` VALUES (158, 1788);
|
||
INSERT INTO `class_students` VALUES (158, 1794);
|
||
INSERT INTO `class_students` VALUES (158, 1798);
|
||
INSERT INTO `class_students` VALUES (159, 1284);
|
||
INSERT INTO `class_students` VALUES (159, 1297);
|
||
INSERT INTO `class_students` VALUES (159, 1307);
|
||
INSERT INTO `class_students` VALUES (159, 1323);
|
||
INSERT INTO `class_students` VALUES (159, 1338);
|
||
INSERT INTO `class_students` VALUES (159, 1346);
|
||
INSERT INTO `class_students` VALUES (159, 1347);
|
||
INSERT INTO `class_students` VALUES (159, 1359);
|
||
INSERT INTO `class_students` VALUES (159, 1368);
|
||
INSERT INTO `class_students` VALUES (159, 1373);
|
||
INSERT INTO `class_students` VALUES (159, 1398);
|
||
INSERT INTO `class_students` VALUES (159, 1420);
|
||
INSERT INTO `class_students` VALUES (159, 1437);
|
||
INSERT INTO `class_students` VALUES (159, 1444);
|
||
INSERT INTO `class_students` VALUES (159, 1452);
|
||
INSERT INTO `class_students` VALUES (159, 1490);
|
||
INSERT INTO `class_students` VALUES (159, 1493);
|
||
INSERT INTO `class_students` VALUES (159, 1531);
|
||
INSERT INTO `class_students` VALUES (159, 1545);
|
||
INSERT INTO `class_students` VALUES (159, 1549);
|
||
INSERT INTO `class_students` VALUES (159, 1577);
|
||
INSERT INTO `class_students` VALUES (159, 1585);
|
||
INSERT INTO `class_students` VALUES (159, 1615);
|
||
INSERT INTO `class_students` VALUES (159, 1692);
|
||
INSERT INTO `class_students` VALUES (159, 1717);
|
||
INSERT INTO `class_students` VALUES (159, 1729);
|
||
INSERT INTO `class_students` VALUES (159, 1732);
|
||
INSERT INTO `class_students` VALUES (159, 1733);
|
||
INSERT INTO `class_students` VALUES (159, 1739);
|
||
INSERT INTO `class_students` VALUES (159, 1760);
|
||
INSERT INTO `class_students` VALUES (159, 1764);
|
||
INSERT INTO `class_students` VALUES (159, 1767);
|
||
INSERT INTO `class_students` VALUES (159, 1770);
|
||
INSERT INTO `class_students` VALUES (159, 1775);
|
||
INSERT INTO `class_students` VALUES (159, 1780);
|
||
INSERT INTO `class_students` VALUES (159, 1781);
|
||
INSERT INTO `class_students` VALUES (159, 1782);
|
||
INSERT INTO `class_students` VALUES (159, 1784);
|
||
INSERT INTO `class_students` VALUES (159, 1789);
|
||
INSERT INTO `class_students` VALUES (159, 1796);
|
||
INSERT INTO `class_students` VALUES (159, 1797);
|
||
INSERT INTO `class_students` VALUES (159, 1807);
|
||
INSERT INTO `class_students` VALUES (160, 279);
|
||
INSERT INTO `class_students` VALUES (160, 933);
|
||
INSERT INTO `class_students` VALUES (160, 1289);
|
||
INSERT INTO `class_students` VALUES (160, 1313);
|
||
INSERT INTO `class_students` VALUES (160, 1318);
|
||
INSERT INTO `class_students` VALUES (160, 1320);
|
||
INSERT INTO `class_students` VALUES (160, 1324);
|
||
INSERT INTO `class_students` VALUES (160, 1330);
|
||
INSERT INTO `class_students` VALUES (160, 1370);
|
||
INSERT INTO `class_students` VALUES (160, 1372);
|
||
INSERT INTO `class_students` VALUES (160, 1376);
|
||
INSERT INTO `class_students` VALUES (160, 1383);
|
||
INSERT INTO `class_students` VALUES (160, 1419);
|
||
INSERT INTO `class_students` VALUES (160, 1427);
|
||
INSERT INTO `class_students` VALUES (160, 1439);
|
||
INSERT INTO `class_students` VALUES (160, 1473);
|
||
INSERT INTO `class_students` VALUES (160, 1505);
|
||
INSERT INTO `class_students` VALUES (160, 1514);
|
||
INSERT INTO `class_students` VALUES (160, 1530);
|
||
INSERT INTO `class_students` VALUES (160, 1537);
|
||
INSERT INTO `class_students` VALUES (160, 1544);
|
||
INSERT INTO `class_students` VALUES (160, 1619);
|
||
INSERT INTO `class_students` VALUES (160, 1694);
|
||
INSERT INTO `class_students` VALUES (160, 1702);
|
||
INSERT INTO `class_students` VALUES (160, 1705);
|
||
INSERT INTO `class_students` VALUES (160, 1706);
|
||
INSERT INTO `class_students` VALUES (160, 1707);
|
||
INSERT INTO `class_students` VALUES (160, 1708);
|
||
INSERT INTO `class_students` VALUES (160, 1725);
|
||
INSERT INTO `class_students` VALUES (160, 1726);
|
||
INSERT INTO `class_students` VALUES (160, 1728);
|
||
INSERT INTO `class_students` VALUES (160, 1736);
|
||
INSERT INTO `class_students` VALUES (160, 1749);
|
||
INSERT INTO `class_students` VALUES (160, 1751);
|
||
INSERT INTO `class_students` VALUES (160, 1755);
|
||
INSERT INTO `class_students` VALUES (160, 1763);
|
||
INSERT INTO `class_students` VALUES (160, 1765);
|
||
INSERT INTO `class_students` VALUES (160, 1768);
|
||
INSERT INTO `class_students` VALUES (160, 1771);
|
||
INSERT INTO `class_students` VALUES (160, 1776);
|
||
INSERT INTO `class_students` VALUES (160, 1804);
|
||
INSERT INTO `class_students` VALUES (160, 1806);
|
||
INSERT INTO `class_students` VALUES (160, 1813);
|
||
INSERT INTO `class_students` VALUES (161, 191);
|
||
INSERT INTO `class_students` VALUES (161, 1296);
|
||
INSERT INTO `class_students` VALUES (161, 1302);
|
||
INSERT INTO `class_students` VALUES (161, 1325);
|
||
INSERT INTO `class_students` VALUES (161, 1340);
|
||
INSERT INTO `class_students` VALUES (161, 1358);
|
||
INSERT INTO `class_students` VALUES (161, 1387);
|
||
INSERT INTO `class_students` VALUES (161, 1393);
|
||
INSERT INTO `class_students` VALUES (161, 1399);
|
||
INSERT INTO `class_students` VALUES (161, 1401);
|
||
INSERT INTO `class_students` VALUES (161, 1402);
|
||
INSERT INTO `class_students` VALUES (161, 1413);
|
||
INSERT INTO `class_students` VALUES (161, 1415);
|
||
INSERT INTO `class_students` VALUES (161, 1431);
|
||
INSERT INTO `class_students` VALUES (161, 1436);
|
||
INSERT INTO `class_students` VALUES (161, 1441);
|
||
INSERT INTO `class_students` VALUES (161, 1478);
|
||
INSERT INTO `class_students` VALUES (161, 1506);
|
||
INSERT INTO `class_students` VALUES (161, 1507);
|
||
INSERT INTO `class_students` VALUES (161, 1510);
|
||
INSERT INTO `class_students` VALUES (161, 1523);
|
||
INSERT INTO `class_students` VALUES (161, 1525);
|
||
INSERT INTO `class_students` VALUES (161, 1535);
|
||
INSERT INTO `class_students` VALUES (161, 1543);
|
||
INSERT INTO `class_students` VALUES (161, 1596);
|
||
INSERT INTO `class_students` VALUES (161, 1640);
|
||
INSERT INTO `class_students` VALUES (161, 1693);
|
||
INSERT INTO `class_students` VALUES (161, 1704);
|
||
INSERT INTO `class_students` VALUES (161, 1723);
|
||
INSERT INTO `class_students` VALUES (161, 1727);
|
||
INSERT INTO `class_students` VALUES (161, 1737);
|
||
INSERT INTO `class_students` VALUES (161, 1747);
|
||
INSERT INTO `class_students` VALUES (161, 1752);
|
||
INSERT INTO `class_students` VALUES (161, 1769);
|
||
INSERT INTO `class_students` VALUES (161, 1792);
|
||
INSERT INTO `class_students` VALUES (161, 1808);
|
||
INSERT INTO `class_students` VALUES (161, 1830);
|
||
INSERT INTO `class_students` VALUES (162, 1279);
|
||
INSERT INTO `class_students` VALUES (162, 1287);
|
||
INSERT INTO `class_students` VALUES (162, 1291);
|
||
INSERT INTO `class_students` VALUES (162, 1312);
|
||
INSERT INTO `class_students` VALUES (162, 1314);
|
||
INSERT INTO `class_students` VALUES (162, 1322);
|
||
INSERT INTO `class_students` VALUES (162, 1325);
|
||
INSERT INTO `class_students` VALUES (162, 1329);
|
||
INSERT INTO `class_students` VALUES (162, 1342);
|
||
INSERT INTO `class_students` VALUES (162, 1345);
|
||
INSERT INTO `class_students` VALUES (162, 1362);
|
||
INSERT INTO `class_students` VALUES (162, 1374);
|
||
INSERT INTO `class_students` VALUES (162, 1388);
|
||
INSERT INTO `class_students` VALUES (162, 1390);
|
||
INSERT INTO `class_students` VALUES (162, 1428);
|
||
INSERT INTO `class_students` VALUES (162, 1433);
|
||
INSERT INTO `class_students` VALUES (162, 1447);
|
||
INSERT INTO `class_students` VALUES (162, 1469);
|
||
INSERT INTO `class_students` VALUES (162, 1491);
|
||
INSERT INTO `class_students` VALUES (162, 1498);
|
||
INSERT INTO `class_students` VALUES (162, 1519);
|
||
INSERT INTO `class_students` VALUES (162, 1521);
|
||
INSERT INTO `class_students` VALUES (162, 1553);
|
||
INSERT INTO `class_students` VALUES (162, 1561);
|
||
INSERT INTO `class_students` VALUES (162, 1567);
|
||
INSERT INTO `class_students` VALUES (162, 1578);
|
||
INSERT INTO `class_students` VALUES (162, 1591);
|
||
INSERT INTO `class_students` VALUES (162, 1599);
|
||
INSERT INTO `class_students` VALUES (162, 1602);
|
||
INSERT INTO `class_students` VALUES (162, 1617);
|
||
INSERT INTO `class_students` VALUES (162, 1618);
|
||
INSERT INTO `class_students` VALUES (162, 1642);
|
||
INSERT INTO `class_students` VALUES (162, 1649);
|
||
INSERT INTO `class_students` VALUES (162, 1680);
|
||
INSERT INTO `class_students` VALUES (163, 1285);
|
||
INSERT INTO `class_students` VALUES (163, 1298);
|
||
INSERT INTO `class_students` VALUES (163, 1309);
|
||
INSERT INTO `class_students` VALUES (163, 1310);
|
||
INSERT INTO `class_students` VALUES (163, 1315);
|
||
INSERT INTO `class_students` VALUES (163, 1316);
|
||
INSERT INTO `class_students` VALUES (163, 1321);
|
||
INSERT INTO `class_students` VALUES (163, 1351);
|
||
INSERT INTO `class_students` VALUES (163, 1354);
|
||
INSERT INTO `class_students` VALUES (163, 1355);
|
||
INSERT INTO `class_students` VALUES (163, 1360);
|
||
INSERT INTO `class_students` VALUES (163, 1364);
|
||
INSERT INTO `class_students` VALUES (163, 1371);
|
||
INSERT INTO `class_students` VALUES (163, 1380);
|
||
INSERT INTO `class_students` VALUES (163, 1384);
|
||
INSERT INTO `class_students` VALUES (163, 1440);
|
||
INSERT INTO `class_students` VALUES (163, 1449);
|
||
INSERT INTO `class_students` VALUES (163, 1494);
|
||
INSERT INTO `class_students` VALUES (163, 1495);
|
||
INSERT INTO `class_students` VALUES (163, 1503);
|
||
INSERT INTO `class_students` VALUES (163, 1528);
|
||
INSERT INTO `class_students` VALUES (163, 1534);
|
||
INSERT INTO `class_students` VALUES (163, 1536);
|
||
INSERT INTO `class_students` VALUES (163, 1551);
|
||
INSERT INTO `class_students` VALUES (163, 1564);
|
||
INSERT INTO `class_students` VALUES (163, 1580);
|
||
INSERT INTO `class_students` VALUES (163, 1592);
|
||
INSERT INTO `class_students` VALUES (163, 1601);
|
||
INSERT INTO `class_students` VALUES (163, 1604);
|
||
INSERT INTO `class_students` VALUES (163, 1678);
|
||
INSERT INTO `class_students` VALUES (163, 1679);
|
||
INSERT INTO `class_students` VALUES (163, 1681);
|
||
INSERT INTO `class_students` VALUES (163, 1684);
|
||
INSERT INTO `class_students` VALUES (165, 2235);
|
||
INSERT INTO `class_students` VALUES (165, 2576);
|
||
INSERT INTO `class_students` VALUES (166, 1054);
|
||
INSERT INTO `class_students` VALUES (166, 2645);
|
||
INSERT INTO `class_students` VALUES (166, 2646);
|
||
INSERT INTO `class_students` VALUES (166, 2647);
|
||
INSERT INTO `class_students` VALUES (166, 2648);
|
||
INSERT INTO `class_students` VALUES (166, 2649);
|
||
INSERT INTO `class_students` VALUES (166, 2650);
|
||
INSERT INTO `class_students` VALUES (166, 2651);
|
||
INSERT INTO `class_students` VALUES (166, 2681);
|
||
INSERT INTO `class_students` VALUES (166, 2688);
|
||
INSERT INTO `class_students` VALUES (167, 587);
|
||
INSERT INTO `class_students` VALUES (167, 644);
|
||
INSERT INTO `class_students` VALUES (167, 1303);
|
||
INSERT INTO `class_students` VALUES (167, 1319);
|
||
INSERT INTO `class_students` VALUES (167, 1333);
|
||
INSERT INTO `class_students` VALUES (167, 1337);
|
||
INSERT INTO `class_students` VALUES (167, 1339);
|
||
INSERT INTO `class_students` VALUES (167, 1353);
|
||
INSERT INTO `class_students` VALUES (167, 1356);
|
||
INSERT INTO `class_students` VALUES (167, 1357);
|
||
INSERT INTO `class_students` VALUES (167, 1385);
|
||
INSERT INTO `class_students` VALUES (167, 1442);
|
||
INSERT INTO `class_students` VALUES (167, 1443);
|
||
INSERT INTO `class_students` VALUES (167, 1448);
|
||
INSERT INTO `class_students` VALUES (167, 1457);
|
||
INSERT INTO `class_students` VALUES (167, 1459);
|
||
INSERT INTO `class_students` VALUES (167, 1460);
|
||
INSERT INTO `class_students` VALUES (167, 1468);
|
||
INSERT INTO `class_students` VALUES (167, 1475);
|
||
INSERT INTO `class_students` VALUES (167, 1477);
|
||
INSERT INTO `class_students` VALUES (167, 1484);
|
||
INSERT INTO `class_students` VALUES (167, 1496);
|
||
INSERT INTO `class_students` VALUES (167, 1497);
|
||
INSERT INTO `class_students` VALUES (167, 1517);
|
||
INSERT INTO `class_students` VALUES (167, 1558);
|
||
INSERT INTO `class_students` VALUES (167, 1571);
|
||
INSERT INTO `class_students` VALUES (167, 1586);
|
||
INSERT INTO `class_students` VALUES (167, 1590);
|
||
INSERT INTO `class_students` VALUES (167, 1620);
|
||
INSERT INTO `class_students` VALUES (167, 1631);
|
||
INSERT INTO `class_students` VALUES (167, 1634);
|
||
INSERT INTO `class_students` VALUES (167, 1654);
|
||
INSERT INTO `class_students` VALUES (167, 1655);
|
||
INSERT INTO `class_students` VALUES (167, 1659);
|
||
INSERT INTO `class_students` VALUES (167, 1665);
|
||
INSERT INTO `class_students` VALUES (167, 1691);
|
||
INSERT INTO `class_students` VALUES (168, 591);
|
||
INSERT INTO `class_students` VALUES (168, 616);
|
||
INSERT INTO `class_students` VALUES (168, 1282);
|
||
INSERT INTO `class_students` VALUES (168, 1350);
|
||
INSERT INTO `class_students` VALUES (168, 1352);
|
||
INSERT INTO `class_students` VALUES (168, 1392);
|
||
INSERT INTO `class_students` VALUES (168, 1395);
|
||
INSERT INTO `class_students` VALUES (168, 1405);
|
||
INSERT INTO `class_students` VALUES (168, 1406);
|
||
INSERT INTO `class_students` VALUES (168, 1409);
|
||
INSERT INTO `class_students` VALUES (168, 1418);
|
||
INSERT INTO `class_students` VALUES (168, 1424);
|
||
INSERT INTO `class_students` VALUES (168, 1455);
|
||
INSERT INTO `class_students` VALUES (168, 1465);
|
||
INSERT INTO `class_students` VALUES (168, 1467);
|
||
INSERT INTO `class_students` VALUES (168, 1471);
|
||
INSERT INTO `class_students` VALUES (168, 1480);
|
||
INSERT INTO `class_students` VALUES (168, 1489);
|
||
INSERT INTO `class_students` VALUES (168, 1508);
|
||
INSERT INTO `class_students` VALUES (168, 1520);
|
||
INSERT INTO `class_students` VALUES (168, 1532);
|
||
INSERT INTO `class_students` VALUES (168, 1533);
|
||
INSERT INTO `class_students` VALUES (168, 1546);
|
||
INSERT INTO `class_students` VALUES (168, 1550);
|
||
INSERT INTO `class_students` VALUES (168, 1563);
|
||
INSERT INTO `class_students` VALUES (168, 1565);
|
||
INSERT INTO `class_students` VALUES (168, 1573);
|
||
INSERT INTO `class_students` VALUES (168, 1600);
|
||
INSERT INTO `class_students` VALUES (168, 1621);
|
||
INSERT INTO `class_students` VALUES (168, 1624);
|
||
INSERT INTO `class_students` VALUES (168, 1626);
|
||
INSERT INTO `class_students` VALUES (168, 1627);
|
||
INSERT INTO `class_students` VALUES (168, 1629);
|
||
INSERT INTO `class_students` VALUES (168, 1652);
|
||
INSERT INTO `class_students` VALUES (168, 1656);
|
||
INSERT INTO `class_students` VALUES (168, 1658);
|
||
INSERT INTO `class_students` VALUES (168, 1660);
|
||
INSERT INTO `class_students` VALUES (168, 1662);
|
||
INSERT INTO `class_students` VALUES (169, 1328);
|
||
INSERT INTO `class_students` VALUES (169, 1331);
|
||
INSERT INTO `class_students` VALUES (169, 1341);
|
||
INSERT INTO `class_students` VALUES (169, 1389);
|
||
INSERT INTO `class_students` VALUES (169, 1417);
|
||
INSERT INTO `class_students` VALUES (169, 1432);
|
||
INSERT INTO `class_students` VALUES (169, 1446);
|
||
INSERT INTO `class_students` VALUES (169, 1458);
|
||
INSERT INTO `class_students` VALUES (169, 1470);
|
||
INSERT INTO `class_students` VALUES (169, 1476);
|
||
INSERT INTO `class_students` VALUES (169, 1479);
|
||
INSERT INTO `class_students` VALUES (169, 1482);
|
||
INSERT INTO `class_students` VALUES (169, 1483);
|
||
INSERT INTO `class_students` VALUES (169, 1488);
|
||
INSERT INTO `class_students` VALUES (169, 1518);
|
||
INSERT INTO `class_students` VALUES (169, 1542);
|
||
INSERT INTO `class_students` VALUES (169, 1555);
|
||
INSERT INTO `class_students` VALUES (169, 1556);
|
||
INSERT INTO `class_students` VALUES (169, 1557);
|
||
INSERT INTO `class_students` VALUES (169, 1572);
|
||
INSERT INTO `class_students` VALUES (169, 1575);
|
||
INSERT INTO `class_students` VALUES (169, 1576);
|
||
INSERT INTO `class_students` VALUES (169, 1583);
|
||
INSERT INTO `class_students` VALUES (169, 1584);
|
||
INSERT INTO `class_students` VALUES (169, 1597);
|
||
INSERT INTO `class_students` VALUES (169, 1635);
|
||
INSERT INTO `class_students` VALUES (169, 1636);
|
||
INSERT INTO `class_students` VALUES (169, 1643);
|
||
INSERT INTO `class_students` VALUES (169, 1661);
|
||
INSERT INTO `class_students` VALUES (169, 1666);
|
||
INSERT INTO `class_students` VALUES (169, 1667);
|
||
INSERT INTO `class_students` VALUES (169, 1668);
|
||
INSERT INTO `class_students` VALUES (169, 1812);
|
||
INSERT INTO `class_students` VALUES (170, 2168);
|
||
INSERT INTO `class_students` VALUES (170, 2653);
|
||
INSERT INTO `class_students` VALUES (170, 2654);
|
||
INSERT INTO `class_students` VALUES (170, 2655);
|
||
INSERT INTO `class_students` VALUES (170, 2656);
|
||
INSERT INTO `class_students` VALUES (170, 2657);
|
||
INSERT INTO `class_students` VALUES (170, 2658);
|
||
INSERT INTO `class_students` VALUES (170, 2659);
|
||
INSERT INTO `class_students` VALUES (170, 2660);
|
||
INSERT INTO `class_students` VALUES (170, 2661);
|
||
INSERT INTO `class_students` VALUES (170, 2662);
|
||
INSERT INTO `class_students` VALUES (170, 2663);
|
||
INSERT INTO `class_students` VALUES (170, 2664);
|
||
INSERT INTO `class_students` VALUES (170, 2665);
|
||
INSERT INTO `class_students` VALUES (170, 2666);
|
||
INSERT INTO `class_students` VALUES (170, 2667);
|
||
INSERT INTO `class_students` VALUES (170, 2668);
|
||
INSERT INTO `class_students` VALUES (170, 2669);
|
||
INSERT INTO `class_students` VALUES (170, 2670);
|
||
INSERT INTO `class_students` VALUES (170, 2671);
|
||
INSERT INTO `class_students` VALUES (170, 2672);
|
||
INSERT INTO `class_students` VALUES (170, 2673);
|
||
INSERT INTO `class_students` VALUES (170, 2674);
|
||
INSERT INTO `class_students` VALUES (170, 2675);
|
||
INSERT INTO `class_students` VALUES (170, 2676);
|
||
INSERT INTO `class_students` VALUES (170, 2677);
|
||
INSERT INTO `class_students` VALUES (170, 2679);
|
||
INSERT INTO `class_students` VALUES (170, 2680);
|
||
INSERT INTO `class_students` VALUES (170, 2684);
|
||
INSERT INTO `class_students` VALUES (170, 2685);
|
||
INSERT INTO `class_students` VALUES (170, 2686);
|
||
INSERT INTO `class_students` VALUES (170, 2687);
|
||
INSERT INTO `class_students` VALUES (170, 2691);
|
||
INSERT INTO `class_students` VALUES (171, 2423);
|
||
INSERT INTO `class_students` VALUES (171, 2717);
|
||
INSERT INTO `class_students` VALUES (172, 2699);
|
||
INSERT INTO `class_students` VALUES (172, 2700);
|
||
INSERT INTO `class_students` VALUES (172, 2701);
|
||
INSERT INTO `class_students` VALUES (172, 2702);
|
||
INSERT INTO `class_students` VALUES (172, 2703);
|
||
INSERT INTO `class_students` VALUES (172, 2704);
|
||
INSERT INTO `class_students` VALUES (172, 2705);
|
||
INSERT INTO `class_students` VALUES (172, 2706);
|
||
INSERT INTO `class_students` VALUES (172, 2707);
|
||
INSERT INTO `class_students` VALUES (172, 2708);
|
||
INSERT INTO `class_students` VALUES (172, 2709);
|
||
INSERT INTO `class_students` VALUES (172, 2710);
|
||
INSERT INTO `class_students` VALUES (172, 2711);
|
||
INSERT INTO `class_students` VALUES (172, 2712);
|
||
INSERT INTO `class_students` VALUES (172, 2713);
|
||
INSERT INTO `class_students` VALUES (172, 2714);
|
||
INSERT INTO `class_students` VALUES (172, 2715);
|
||
INSERT INTO `class_students` VALUES (173, 2719);
|
||
INSERT INTO `class_students` VALUES (173, 2720);
|
||
INSERT INTO `class_students` VALUES (173, 2721);
|
||
INSERT INTO `class_students` VALUES (173, 2722);
|
||
INSERT INTO `class_students` VALUES (173, 2723);
|
||
INSERT INTO `class_students` VALUES (173, 2724);
|
||
INSERT INTO `class_students` VALUES (173, 2725);
|
||
INSERT INTO `class_students` VALUES (173, 2726);
|
||
INSERT INTO `class_students` VALUES (173, 2727);
|
||
INSERT INTO `class_students` VALUES (173, 2728);
|
||
INSERT INTO `class_students` VALUES (173, 2729);
|
||
INSERT INTO `class_students` VALUES (173, 2730);
|
||
INSERT INTO `class_students` VALUES (173, 2731);
|
||
INSERT INTO `class_students` VALUES (173, 2732);
|
||
INSERT INTO `class_students` VALUES (173, 2733);
|
||
INSERT INTO `class_students` VALUES (173, 2734);
|
||
INSERT INTO `class_students` VALUES (173, 2735);
|
||
INSERT INTO `class_students` VALUES (173, 2736);
|
||
INSERT INTO `class_students` VALUES (173, 2737);
|
||
INSERT INTO `class_students` VALUES (173, 2738);
|
||
INSERT INTO `class_students` VALUES (173, 2739);
|
||
INSERT INTO `class_students` VALUES (173, 2740);
|
||
INSERT INTO `class_students` VALUES (173, 2741);
|
||
INSERT INTO `class_students` VALUES (173, 2742);
|
||
INSERT INTO `class_students` VALUES (173, 2743);
|
||
INSERT INTO `class_students` VALUES (173, 2744);
|
||
INSERT INTO `class_students` VALUES (173, 2745);
|
||
INSERT INTO `class_students` VALUES (173, 2746);
|
||
INSERT INTO `class_students` VALUES (173, 2747);
|
||
INSERT INTO `class_students` VALUES (173, 2748);
|
||
INSERT INTO `class_students` VALUES (173, 2749);
|
||
INSERT INTO `class_students` VALUES (173, 2750);
|
||
INSERT INTO `class_students` VALUES (173, 2751);
|
||
INSERT INTO `class_students` VALUES (173, 2752);
|
||
INSERT INTO `class_students` VALUES (173, 2753);
|
||
INSERT INTO `class_students` VALUES (173, 2754);
|
||
INSERT INTO `class_students` VALUES (173, 2757);
|
||
INSERT INTO `class_students` VALUES (173, 2758);
|
||
INSERT INTO `class_students` VALUES (173, 2759);
|
||
INSERT INTO `class_students` VALUES (173, 2760);
|
||
INSERT INTO `class_students` VALUES (173, 2781);
|
||
INSERT INTO `class_students` VALUES (173, 2782);
|
||
INSERT INTO `class_students` VALUES (173, 2783);
|
||
INSERT INTO `class_students` VALUES (174, 2761);
|
||
INSERT INTO `class_students` VALUES (174, 2762);
|
||
INSERT INTO `class_students` VALUES (174, 2763);
|
||
INSERT INTO `class_students` VALUES (174, 2764);
|
||
INSERT INTO `class_students` VALUES (174, 2765);
|
||
INSERT INTO `class_students` VALUES (174, 2766);
|
||
INSERT INTO `class_students` VALUES (174, 2767);
|
||
INSERT INTO `class_students` VALUES (174, 2768);
|
||
INSERT INTO `class_students` VALUES (174, 2769);
|
||
INSERT INTO `class_students` VALUES (174, 2770);
|
||
INSERT INTO `class_students` VALUES (174, 2771);
|
||
INSERT INTO `class_students` VALUES (174, 2772);
|
||
INSERT INTO `class_students` VALUES (174, 2773);
|
||
INSERT INTO `class_students` VALUES (174, 2774);
|
||
INSERT INTO `class_students` VALUES (174, 2775);
|
||
INSERT INTO `class_students` VALUES (174, 2776);
|
||
INSERT INTO `class_students` VALUES (174, 2777);
|
||
INSERT INTO `class_students` VALUES (174, 2779);
|
||
INSERT INTO `class_students` VALUES (174, 2784);
|
||
INSERT INTO `class_students` VALUES (174, 2792);
|
||
INSERT INTO `class_students` VALUES (174, 2797);
|
||
INSERT INTO `class_students` VALUES (175, 2683);
|
||
INSERT INTO `class_students` VALUES (175, 2786);
|
||
INSERT INTO `class_students` VALUES (175, 2787);
|
||
INSERT INTO `class_students` VALUES (175, 2788);
|
||
INSERT INTO `class_students` VALUES (175, 2789);
|
||
INSERT INTO `class_students` VALUES (175, 2790);
|
||
INSERT INTO `class_students` VALUES (175, 2791);
|
||
INSERT INTO `class_students` VALUES (175, 2793);
|
||
INSERT INTO `class_students` VALUES (175, 2794);
|
||
INSERT INTO `class_students` VALUES (175, 2795);
|
||
INSERT INTO `class_students` VALUES (175, 2796);
|
||
INSERT INTO `class_students` VALUES (175, 2799);
|
||
INSERT INTO `class_students` VALUES (175, 2801);
|
||
INSERT INTO `class_students` VALUES (176, 2254);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for classes
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `classes`;
|
||
CREATE TABLE `classes` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`rk_id` bigint NOT NULL,
|
||
`name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`class_code` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`student_count` bigint NULL DEFAULT 0,
|
||
`specialize_rk_id` bigint NULL DEFAULT NULL,
|
||
`specialize_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`system_rk_id` bigint NULL DEFAULT NULL,
|
||
`system_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`system_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`is_studying` tinyint(1) NULL DEFAULT 0,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_classes_rk_id`(`rk_id` ASC) USING BTREE,
|
||
INDEX `idx_classes_system_rk_id`(`system_rk_id` ASC) USING BTREE,
|
||
INDEX `idx_classes_is_studying`(`is_studying` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 150 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of classes
|
||
-- ----------------------------
|
||
INSERT INTO `classes` VALUES (1, '2026-07-01 08:06:02.977', '2026-07-02 15:10:26.379', 176, 'BrSE NonIT - Học lại chờ lớp', 'BrSE NonIT - Học lại chờ lớp', 'REGULAR', 1, 50, 'BrSE - Non IT', 45, 'BRSE NI', 'Kỹ sư cầu nối - BrSE (Non IT) ', 0);
|
||
INSERT INTO `classes` VALUES (2, '2026-07-01 08:06:03.118', '2026-07-02 15:10:26.869', 175, 'BRSE-PTON-NI260625', 'BRSE-PTON-NI260625', 'REGULAR', 13, 50, 'BrSE - Non IT', 45, 'BRSE NI', 'Kỹ sư cầu nối - BrSE (Non IT) ', 0);
|
||
INSERT INTO `classes` VALUES (3, '2026-07-01 08:06:03.369', '2026-07-02 15:10:27.266', 174, 'BA-PTON260623', 'BA-PTON260623', 'REGULAR', 21, 46, 'Business Analyst', 41, 'BA', 'Bussiness Analyst (NEU)', 0);
|
||
INSERT INTO `classes` VALUES (4, '2026-07-01 08:06:03.595', '2026-07-02 15:10:27.485', 173, 'BK-DA-PTHB260622', 'BK-DA-PTHB260622', 'REGULAR', 43, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (5, '2026-07-01 08:06:04.084', '2026-07-02 15:10:27.839', 172, 'JS-PTHB260608', 'JS-PTHB260608 ', 'REGULAR', 17, 43, 'Fullstack JavaScript Professional', 38, 'FJS-PRO', 'Fullstack JavaScript Professional', 0);
|
||
INSERT INTO `classes` VALUES (6, '2026-07-01 08:06:04.277', '2026-07-02 15:10:28.030', 171, 'JB-IOC-PTHB251125 - MD4+5', 'JB-IOC-PTHB251125', 'REGULAR', 2, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (7, '2026-07-01 08:06:04.424', '2026-07-02 15:10:28.178', 170, 'BK-DA-PTHB260528', 'BK-DA-PTHB260528', 'REGULAR', 33, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (8, '2026-07-01 08:06:04.712', '2026-07-02 15:10:28.466', 169, 'HCM-ENG-LV3.2 - Jax', 'HCM-ENG-LV3.2', 'REGULAR', 33, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (9, '2026-07-01 08:06:04.982', '2026-07-02 15:10:28.741', 168, 'HCM-ENG-LV2.4 - Jax', 'HCM-ENG-LV2.4', 'REGULAR', 38, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (10, '2026-07-01 08:06:05.329', '2026-07-02 15:10:29.127', 167, 'HCM-ENG-LV2.3 - Jax', 'HCM-ENG-LV2.3', 'REGULAR', 36, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (11, '2026-07-01 08:06:05.640', '2026-07-02 15:10:29.531', 166, 'BRSE-PTON-NI260527', 'BRSE-PTON-NI260527', 'REGULAR', 10, 50, 'BrSE - Non IT', 45, 'BRSE NI', 'Kỹ sư cầu nối - BrSE (Non IT) ', 0);
|
||
INSERT INTO `classes` VALUES (12, '2026-07-01 08:06:05.848', '2026-07-02 15:10:29.873', 165, 'JB - Học lại chờ lớp', 'JB - Học lại chờ lớp', 'REGULAR', 2, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (13, '2026-07-01 08:06:06.053', '2026-07-02 15:10:30.044', 164, 'JB - Bảo lưu + Bỏ học', 'JB - Bảo lưu + Bỏ học', 'REGULAR', 0, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (14, '2026-07-01 08:06:06.166', '2026-07-02 15:10:30.158', 163, 'HN-JPN-N4.5 - Riki', 'HN-JPN-N4.5', 'REGULAR', 33, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (15, '2026-07-01 08:06:06.476', '2026-07-02 15:10:30.430', 162, 'HN-JPN-N4.4 - Riki', 'HN-JPN-N4.4', 'REGULAR', 34, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (16, '2026-07-01 08:06:06.781', '2026-07-02 15:10:30.702', 161, 'HN-ENG-LV3.3 - Jax', 'HN-ENG-LV3.3', 'REGULAR', 37, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (17, '2026-07-01 08:06:07.265', '2026-07-02 15:10:31.069', 160, 'HN-ENG-LV2.6 - Jax', 'HN-ENG-LV2.6', 'REGULAR', 43, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (18, '2026-07-01 08:06:08.109', '2026-07-02 15:10:31.561', 159, 'HN-ENG-LV2.5 - Jax', 'HN-ENG-LV2.5', 'REGULAR', 42, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (19, '2026-07-01 08:06:08.583', '2026-07-02 15:10:31.973', 158, 'HN-ENG-LV2.4 - Jax', 'HN-ENG-LV2.4', 'REGULAR', 44, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (20, '2026-07-01 08:06:08.969', '2026-07-02 15:10:32.368', 157, 'HN-ENG-LV2.3 - Jax', 'HN-ENG-LV2.3', 'REGULAR', 42, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (21, '2026-07-01 08:06:09.328', '2026-07-03 12:30:32.104', 156, 'HN-KS24-CNTT3', 'HN-KS24-CNTT3', 'REGULAR', 42, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 1);
|
||
INSERT INTO `classes` VALUES (22, '2026-07-01 08:06:09.909', '2026-07-02 15:10:33.281', 155, 'Rikkei - K24', 'RK - 24', 'REGULAR', 1, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (23, '2026-07-01 08:06:10.172', '2026-07-02 15:10:33.414', 154, 'TES-PTHB260514', 'TES-PTHB260514', 'REGULAR', 19, 47, 'TESTER', 42, 'TESTER', 'Khóa học Software Testing Fullskill with AI', 0);
|
||
INSERT INTO `classes` VALUES (24, '2026-07-01 08:06:10.401', '2026-07-02 15:10:33.621', 153, 'EMB-PTOFF260514', 'EMB-PTOFF260514', 'REGULAR', 34, 38, 'Embedded System', 33, 'EMB', 'Embedded System (Điện-Điện Tử)', 0);
|
||
INSERT INTO `classes` VALUES (25, '2026-07-01 08:06:10.698', '2026-07-02 15:10:34.112', 152, 'JB-IOC-PTHB260515', 'JB-IOC-PTHB260515', 'REGULAR', 27, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (26, '2026-07-01 08:06:10.984', '2026-07-02 15:10:34.393', 151, 'BA-PTON260513', 'BA-PTON260513', 'REGULAR', 26, 46, 'Business Analyst', 41, 'BA', 'Bussiness Analyst (NEU)', 0);
|
||
INSERT INTO `classes` VALUES (27, '2026-07-01 08:06:11.204', '2026-07-02 15:10:34.623', 149, 'BK-DA-PTHB260511', 'BK-DA-PTHB260511', 'REGULAR', 42, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (28, '2026-07-01 08:06:11.494', '2026-07-02 15:10:34.936', 148, 'HN-KS24-CNTT7_GL', 'HN-KS24-CNTT7', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (29, '2026-07-01 08:06:11.604', '2026-07-02 15:10:35.046', 147, 'Java BE - Chuyển lớp/học lại', 'Java BE - Chuyển lớp/học lại', 'REGULAR', 0, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (30, '2026-07-01 08:06:11.688', '2026-07-02 15:10:35.129', 146, 'TSU-PTON-JV260428', 'TSU-PTON-JV260428', 'REGULAR', 15, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (31, '2026-07-01 08:06:11.946', '2026-07-02 15:10:35.386', 145, 'HN-KS25-CNTT8_HL', 'HN-KS25-CNTT8', 'REGULAR', 22, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (32, '2026-07-01 08:06:12.336', '2026-07-02 15:10:35.762', 144, 'HCM-KS25-CNTT8_HK2', 'HCM-KS25-CNTT8', 'REGULAR', 36, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (33, '2026-07-01 08:06:13.056', '2026-07-03 09:01:01.147', 143, 'HCM-KS25-CNTT7_HK2', 'HCM-KS25-CNTT7', 'REGULAR', 40, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (34, '2026-07-01 08:06:13.750', '2026-07-02 15:10:37.090', 142, 'HCM-KS25-CNTT6_HK2', 'HCM-KS25-CNTT6', 'REGULAR', 40, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (35, '2026-07-01 08:06:14.357', '2026-07-02 15:10:37.730', 141, 'HCM-KS25-CNTT5_HK2', 'HCM-KS25-CNTT5', 'REGULAR', 39, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (36, '2026-07-01 08:06:15.262', '2026-07-02 15:10:38.394', 139, 'BRSE-PTON260413', 'BRSE-PTON260413', 'REGULAR', 11, 45, 'Kỹ sư cầu nối', 40, 'BrSE', 'Kỹ sư cầu nối - BrSE', 0);
|
||
INSERT INTO `classes` VALUES (37, '2026-07-01 08:06:15.429', '2026-07-02 15:10:38.604', 138, 'JB-IOC-PTHB251027 - MD4+5', 'JB-IOC-PTHB251027 - MD4+5', 'REGULAR', 2, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (38, '2026-07-01 08:06:15.572', '2026-07-02 15:10:38.752', 137, 'Ngắn hạn_bỏ học', 'Ngắn hạn_bỏ học', 'REGULAR', 3, 43, 'Fullstack JavaScript Professional', 38, 'FJS-PRO', 'Fullstack JavaScript Professional', 0);
|
||
INSERT INTO `classes` VALUES (39, '2026-07-01 08:06:15.656', '2026-07-02 15:10:38.836', 136, 'BK-DA-PTHB260409', 'BK-DA-PTHB260409', 'REGULAR', 40, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (40, '2026-07-01 08:06:15.945', '2026-07-02 15:10:39.208', 135, 'K24 quay lại học K25 - đình chỉ', 'HN K24 học lại đình chỉ', 'REGULAR', 28, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (41, '2026-07-01 08:06:16.029', '2026-07-02 15:10:39.291', 134, 'JB-IOC-PTHB260407', 'JB-IOC-PTHB260407', 'REGULAR', 18, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (42, '2026-07-01 08:06:16.229', '2026-07-02 15:10:39.510', 133, 'Thực tập sinh IOC', 'IOC-PORTAL01', 'REGULAR', 6, 41, 'Javascript', 36, 'JS', 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', 0);
|
||
INSERT INTO `classes` VALUES (43, '2026-07-01 08:06:16.373', '2026-07-02 15:10:39.657', 132, 'HN-JPN-N4.3', 'HN-JPN-N4.3', 'REGULAR', 22, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (44, '2026-07-01 08:06:16.611', '2026-07-02 15:10:39.923', 131, 'BDA-PTON260330', 'BDA-PTON260330', 'REGULAR', 14, 44, 'Power BI', 39, 'PBI - 2.0', 'Power BI 2.0', 0);
|
||
INSERT INTO `classes` VALUES (45, '2026-07-01 08:06:16.797', '2026-07-02 15:10:40.131', 130, 'JS-PTHB260326', 'JS-PTHB260326', 'REGULAR', 16, 43, 'Fullstack JavaScript Professional', 38, 'FJS-PRO', 'Fullstack JavaScript Professional', 0);
|
||
INSERT INTO `classes` VALUES (46, '2026-07-01 08:06:16.990', '2026-07-02 15:10:40.488', 129, 'EMB-PTOFF260327', 'EMB-PTOFF260327', 'REGULAR', 42, 38, 'Embedded System', 33, 'EMB', 'Embedded System (Điện-Điện Tử)', 0);
|
||
INSERT INTO `classes` VALUES (47, '2026-07-01 08:06:17.378', '2026-07-02 15:10:40.812', 128, 'Tsubasa - Học lại chờ lớp', 'Tsubasa - Học lại chờ lớp', 'REGULAR', 14, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (48, '2026-07-01 08:06:17.553', '2026-07-02 15:10:40.895', 127, 'BK-DA-PTHB260403', 'BK-DA-PTHB260403', 'REGULAR', 46, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (49, '2026-07-01 08:06:17.975', '2026-07-02 15:10:41.233', 126, 'TSU-PTON-JV260327', 'TSU-PTON-JV260327', 'REGULAR', 20, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (50, '2026-07-01 08:06:18.278', '2026-07-02 15:10:41.834', 125, 'HN-JPN-N4.2', 'HN-JPN-N4.2', 'REGULAR', 19, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (51, '2026-07-01 08:06:18.504', '2026-07-02 15:10:42.071', 124, 'HN K25 Bảo lưu, nghỉ học', 'HN K25 Bảo lưu, nghỉ học/ Nghỉ dài hạn', 'REGULAR', 63, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (52, '2026-07-01 08:06:18.587', '2026-07-02 15:10:42.153', 123, 'HN-ENG-LV4.2', 'HN-ENG-LV4.2', 'REGULAR', 30, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (53, '2026-07-01 08:06:18.929', '2026-07-02 15:10:42.717', 122, 'HN-ENG-LV3.2', 'HN-ENG-LV3.2', 'REGULAR', 26, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (54, '2026-07-01 08:06:19.376', '2026-07-02 15:10:43.107', 121, 'HCM-ENG-LV3.1', 'HCM-ENG-LV3.1', 'REGULAR', 19, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (55, '2026-07-01 08:06:19.682', '2026-07-02 15:10:43.374', 120, 'Javascript', 'JS-001', 'REGULAR', 1, 41, 'Javascript', 36, 'JS', 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', 0);
|
||
INSERT INTO `classes` VALUES (56, '2026-07-01 08:06:19.813', '2026-07-02 15:10:43.595', 119, 'JB-IOC-PTHB260316', 'JB-IOC-PTHB260316', 'REGULAR', 27, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (57, '2026-07-01 08:06:20.361', '2026-07-02 15:10:43.891', 118, 'C#', 'C-SHARP', 'REGULAR', 1, 40, 'C SHARP', 35, 'C-Sharp', 'Khóa học C#', 0);
|
||
INSERT INTO `classes` VALUES (58, '2026-07-01 08:06:20.483', '2026-07-02 15:10:44.020', 117, 'BK-DA-PTHB260310', 'BK-DA-PTHB260310', 'REGULAR', 42, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (59, '2026-07-01 08:06:20.781', '2026-07-02 15:10:44.322', 116, 'BK-DA-PTHB260306', 'BK-DA-PTHB260306', 'REGULAR', 33, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (60, '2026-07-01 08:06:21.039', '2026-07-02 15:10:44.604', 115, 'JB-IOC-PTHB260310', 'JB-IOC-PTHB260310', 'REGULAR', 24, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (61, '2026-07-01 08:06:21.302', '2026-07-02 15:10:44.873', 114, 'TSU-PTON-JV260202', 'TSU-PTON-JV260202', 'REGULAR', 14, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (62, '2026-07-01 08:06:21.475', '2026-07-02 15:10:45.094', 113, 'EMB-PTOFF260127', 'EMB-PTOFF260127', 'REGULAR', 36, 38, 'Embedded System', 33, 'EMB', 'Embedded System (Điện-Điện Tử)', 0);
|
||
INSERT INTO `classes` VALUES (63, '2026-07-01 08:06:21.780', '2026-07-02 15:10:45.401', 112, 'BK-DA-PTHB260120', 'BK-DA-PTHB260120', 'REGULAR', 39, 33, 'BK-DA', 29, 'DA-BK', 'Data Analysis (Bách Khoa)', 0);
|
||
INSERT INTO `classes` VALUES (64, '2026-07-01 08:06:22.055', '2026-07-02 15:10:45.685', 111, 'BDA-PTON260113', 'BDA-PTON260113', 'REGULAR', 16, 37, 'Power BI', 32, 'BK-PowerBI', 'Hệ Phân tích dữ liệu Kinh doanh Power BI', 0);
|
||
INSERT INTO `classes` VALUES (65, '2026-07-01 08:06:22.264', '2026-07-02 15:10:45.881', 110, 'JB-IOC-PTHB251229', 'JB-IOC-PTHB251229', 'REGULAR', 22, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (66, '2026-07-01 08:06:22.549', '2026-07-02 15:10:46.135', 109, 'TSU-PTON-JV251218-Tsubasa ', 'TSU-PTON-JV251218', 'REGULAR', 2, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (67, '2026-07-01 08:06:22.701', '2026-07-02 15:10:46.431', 108, 'JB-IOC-PTHB251125', 'JB-IOC-PTHB251125', 'REGULAR', 28, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (68, '2026-07-01 08:06:22.973', '2026-07-02 15:10:46.691', 106, 'MK-DA-RA', 'MK-DA-RA', 'REGULAR', 1, 35, 'Power BI', 31, 'DA-RA-01', 'Data Analysis - RA', 0);
|
||
INSERT INTO `classes` VALUES (69, '2026-07-01 08:06:23.102', '2026-07-02 15:10:46.847', 105, 'TSU-PTON-JV251028-Tsubasa ', 'TSU-PTON-JV251028', 'REGULAR', 8, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (70, '2026-07-01 08:06:23.251', '2026-07-02 15:10:47.073', 104, 'JB-IOC-PTHB251027', 'JB-IOC-PTHB251027', 'REGULAR', 19, 34, 'JB-IOC', 30, 'JB-IOC', 'Lập trình viên Backend Full-Skill', 0);
|
||
INSERT INTO `classes` VALUES (71, '2026-07-01 08:06:23.454', '2026-07-02 15:10:47.264', 103, 'RIKKEI GLOBAL SUMMIT', 'RGS', 'REGULAR', 1, 30, 'RKITS', 26, 'RKITS', 'RIKKEI EDUCATION SYSTEM', 0);
|
||
INSERT INTO `classes` VALUES (72, '2026-07-01 08:06:23.633', '2026-07-02 15:10:47.437', 102, '[HCM-K25] LỚP ĐÌNH CHỈ/BỎ HỌC/BẢO LƯU', 'HCM-KS25-CSSV', 'REGULAR', 14, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (73, '2026-07-01 08:06:23.718', '2026-07-02 15:10:47.521', 101, '[HCM-K24] LỚP ĐÌNH CHỈ/BẢO LƯU/BỎ HỌC', 'HCM-KS24-CSSV', 'REGULAR', 16, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (74, '2026-07-01 08:06:23.803', '2026-07-02 15:10:47.604', 100, 'TSU-PTON-JV250926 -Tsubasa', 'TSU-PTON-JV250926 ', 'REGULAR', 8, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (75, '2026-07-01 08:06:23.953', '2026-07-02 15:10:47.752', 99, 'HN-ENG-LV1.2', 'HN-ENG-LV1.2', 'REGULAR', 44, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (76, '2026-07-01 08:06:24.397', '2026-07-02 15:10:48.173', 98, 'HN-ENG-LV1.3', 'HN-ENG-LV1.3', 'REGULAR', 8, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (77, '2026-07-01 08:06:24.793', '2026-07-02 15:10:48.346', 97, 'HN-ENG-LV1.4', 'HN-ENG-LV1.4', 'REGULAR', 38, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (78, '2026-07-01 08:06:25.211', '2026-07-02 15:10:48.933', 96, 'HN-ENG-LV1.5', 'HN-ENG-LV1.5', 'REGULAR', 33, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (79, '2026-07-01 08:06:25.558', '2026-07-02 15:10:49.295', 95, 'HN-ENG-LV1.6', 'HN-ENG-LV1.6', 'REGULAR', 37, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (80, '2026-07-01 08:06:25.963', '2026-07-02 15:10:49.650', 94, 'HN-ENG-LV2.2', 'HN-ENG-LV2.2', 'REGULAR', 36, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (81, '2026-07-01 08:06:26.278', '2026-07-02 15:10:49.968', 93, 'HCM-ENG-LV1.1', 'HCM-ENG-LV1.1', 'REGULAR', 36, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (82, '2026-07-01 08:06:26.678', '2026-07-02 15:10:50.283', 92, 'HCM-ENG-LV1.2', 'HCM-ENG-LV1.2', 'REGULAR', 37, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (83, '2026-07-01 08:06:27.181', '2026-07-02 15:10:50.844', 91, 'HCM-ENG-LV2.2', 'HCM-ENG-LV2.2', 'REGULAR', 36, 31, 'Tiếng Anh', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (84, '2026-07-01 08:06:27.555', '2026-07-02 15:10:51.163', 90, 'HCM-JPN-N5.1', 'HCM-JPN-N5.1', 'REGULAR', 31, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (85, '2026-07-01 08:06:27.895', '2026-07-02 15:10:51.484', 89, 'HN-JPN-N5.6', 'HN-JPN-N5.6', 'REGULAR', 24, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (86, '2026-07-01 08:06:28.176', '2026-07-02 15:10:51.811', 88, 'HN-JPN-N5.5', 'HN-JPN-N5.5', 'REGULAR', 28, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (87, '2026-07-01 08:06:28.497', '2026-07-02 15:10:52.132', 87, 'HN-JPN-N5.4', 'HN-JPN-N5.4', 'REGULAR', 22, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (88, '2026-07-01 08:06:28.759', '2026-07-02 15:10:52.407', 86, 'HN-JPN-N5.3', 'HN-JPN-N5.3', 'REGULAR', 20, 32, 'Tiếng Nhật', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (89, '2026-07-01 08:06:28.998', '2026-07-02 15:10:52.656', 85, 'Quizz-Ranking', 'Quizz-Ranking', 'REGULAR', 10, 30, 'RKITS', 26, 'RKITS', 'RIKKEI EDUCATION SYSTEM', 0);
|
||
INSERT INTO `classes` VALUES (90, '2026-07-01 08:06:29.185', '2026-07-02 15:10:52.842', 84, 'HN-K25-QTKD1', 'HN-K25-QTKD1', 'REGULAR', 33, 25, 'Chuyên ngành 1', 22, 'PTIT-QTKD-K25', 'K25 - Cử nhân Quản trị kinh doanh số', 0);
|
||
INSERT INTO `classes` VALUES (91, '2026-07-01 08:06:29.792', '2026-07-02 15:10:53.225', 83, 'HN-K25-QTKD2', 'HN-K25-QTKD2', 'REGULAR', 40, 25, 'Chuyên ngành 1', 22, 'PTIT-QTKD-K25', 'K25 - Cử nhân Quản trị kinh doanh số', 0);
|
||
INSERT INTO `classes` VALUES (92, '2026-07-01 08:06:30.208', '2026-07-03 11:11:07.874', 82, 'HN-K25-QTKD3', 'HN-K25-QTKD3', 'REGULAR', 27, 25, 'Chuyên ngành 1', 22, 'PTIT-QTKD-K25', 'K25 - Cử nhân Quản trị kinh doanh số', 0);
|
||
INSERT INTO `classes` VALUES (93, '2026-07-01 08:06:30.532', '2026-07-02 15:10:54.029', 81, 'HCM-KS25-CNTT1', 'HCM-KS25-CNTT1', 'REGULAR', 38, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (94, '2026-07-01 08:06:31.145', '2026-07-02 15:10:54.729', 80, 'HCM-KS25-CNTT2', 'HCM-KS25-CNTT2', 'REGULAR', 38, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (95, '2026-07-01 08:06:31.733', '2026-07-02 15:10:55.245', 79, 'HCM-KS25-CNTT3', 'HCM-KS25-CNTT3', 'REGULAR', 31, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (96, '2026-07-01 08:06:32.236', '2026-07-02 15:10:55.670', 78, 'HCM-KS25-CNTT4', 'HCM-KS25-CNTT4', 'REGULAR', 38, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (97, '2026-07-01 08:06:32.819', '2026-07-02 15:10:56.119', 77, 'HN-KS25-CNTT1', 'HN-KS25-CNTT1', 'REGULAR', 40, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (98, '2026-07-01 08:06:33.391', '2026-07-02 15:10:56.825', 76, 'HN-KS25-CNTT2', 'HN-KS25-CNTT2', 'REGULAR', 38, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (99, '2026-07-01 08:06:33.931', '2026-07-02 15:10:57.313', 75, 'HN-KS25-CNTT3', 'HN-KS25-CNTT3', 'REGULAR', 35, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (100, '2026-07-01 08:06:34.461', '2026-07-02 15:10:57.856', 74, 'HN-KS25-CNTT4', 'HN-KS25-CNTT4', 'REGULAR', 41, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (101, '2026-07-01 08:06:34.982', '2026-07-02 15:10:58.329', 73, 'HN-KS25-CNTT5', 'HN-KS25-CNTT5', 'REGULAR', 37, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (102, '2026-07-01 08:06:35.719', '2026-07-02 15:10:58.941', 72, 'HN-KS25-CNTT6', 'HN-KS25-CNTT6', 'REGULAR', 32, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (103, '2026-07-01 08:06:36.198', '2026-07-02 15:10:59.364', 71, 'HN-KS25-CNTT7', 'HN-KS25-CNTT7', 'REGULAR', 0, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (104, '2026-07-01 08:06:36.310', '2026-07-02 15:10:59.569', 70, 'TSU-PTON-JV250825-Tsubasa ', 'TSU-PTON-JV250825', 'REGULAR', 11, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (105, '2026-07-01 08:06:36.590', '2026-07-02 15:10:59.733', 69, 'HCM-KS24-CNTT3', 'HCM-KS24-CNTT3', 'REGULAR', 0, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (106, '2026-07-01 08:06:36.846', '2026-07-02 15:10:59.848', 68, 'TSU-PTON-JV250723-Tsubasa ', 'TSU-PTON-JV250723', 'REGULAR', 2, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (107, '2026-07-01 08:06:36.978', '2026-07-02 15:10:59.973', 66, 'HCM-ENG-LV4.1 ', 'HCM-ENG-LV4.1 ', 'REGULAR', 22, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (108, '2026-07-01 08:06:37.285', '2026-07-02 15:11:00.255', 65, 'HCM-ENG-LV2.1', 'HCM-ENG-LV2.1', 'REGULAR', 4, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (109, '2026-07-01 08:06:37.459', '2026-07-02 15:11:00.425', 64, 'HCM-KS24-CNTT2', 'HCM-KS24-CNTT2', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (110, '2026-07-01 08:06:37.573', '2026-07-02 15:11:00.540', 63, 'HCM-KS24-CNTT1', 'HCM-KS24-CNTT1', 'REGULAR', 44, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (111, '2026-07-01 08:06:38.210', '2026-07-02 15:11:01.271', 62, 'HN-ENG-LV4.1', 'HN-ENG-LV4.1', 'REGULAR', 56, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (112, '2026-07-01 08:06:38.326', '2026-07-02 15:11:01.387', 61, 'HN-ENG-LV3.1', 'HN-ENG-LV3.1', 'REGULAR', 36, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (113, '2026-07-01 08:06:38.731', '2026-07-02 15:11:01.788', 60, 'HN-ENG-LV2.1', 'HN-ENG-LV2.1', 'REGULAR', 22, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (114, '2026-07-01 08:06:39.022', '2026-07-02 15:11:02.092', 59, 'HN-ENG-LV1.1', 'HN-ENG-LV1.1', 'REGULAR', 21, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (115, '2026-07-01 08:06:39.295', '2026-07-02 15:11:02.504', 58, 'HN-JPN-N5.2', 'HN-JPN-N5.2', 'REGULAR', 12, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (116, '2026-07-01 08:06:39.519', '2026-07-02 15:11:02.706', 57, 'HN-JPN-N5.1', 'HN-JPN-N5.1', 'REGULAR', 17, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (117, '2026-07-01 08:06:39.766', '2026-07-02 15:11:02.955', 56, 'HN-JPN-N4.1', 'HN-JPN-N4.1', 'REGULAR', 11, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (118, '2026-07-01 08:06:40.156', '2026-07-02 15:11:03.159', 55, 'HN-KS24-CNTT6 ', 'HN-KS24-CNTT6 ', 'REGULAR', 1, 24, 'Chuyên ngành chung', 21, 'PTIT-CNTT-K25', 'K25 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (119, '2026-07-01 08:06:40.287', '2026-07-02 15:11:03.294', 53, 'TSU-PTON-JV250619-Tsubasa', 'TSU-PTON-JV250619', 'REGULAR', 13, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (120, '2026-07-01 08:06:40.470', '2026-07-02 15:11:03.465', 52, 'HN-KS24-CNTT5', 'HN-KS24-CNTT5', 'REGULAR', 17, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (121, '2026-07-01 08:06:40.761', '2026-07-02 15:11:03.918', 51, 'HN-KS24-CNTT4', 'HN-KS24-CNTT4', 'REGULAR', 32, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (122, '2026-07-01 08:06:41.294', '2026-07-02 15:11:04.535', 50, 'HN-KS24-CNTT3 - cũ', 'HN-KS24-CNTT3 - cũ', 'REGULAR', 24, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (123, '2026-07-01 08:06:41.765', '2026-07-03 15:08:18.750', 49, 'HN-KS24-CNTT2', 'HN-KS24-CNTT2', 'REGULAR', 39, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (124, '2026-07-01 08:06:42.366', '2026-07-02 15:11:05.849', 48, 'HN-KS24-CNTT1', 'HN-KS24-CNTT1', 'REGULAR', 36, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (125, '2026-07-01 08:06:43.054', '2026-07-02 15:11:06.544', 44, 'TSU-PTON-JV250428-Tsubasa ', 'TSU-PTON-JV250428', 'REGULAR', 3, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (126, '2026-07-01 08:06:43.187', '2026-07-02 15:11:06.679', 43, 'IT102-RL-2501B', 'IT102-RL-2501B', 'RETAKE', 20, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (127, '2026-07-01 08:06:43.452', '2026-07-02 15:11:06.959', 42, 'IT102-RL-2501A', 'IT102-RL-2501A', 'RETAKE', 17, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (128, '2026-07-01 08:06:43.695', '2026-07-02 15:11:07.279', 41, 'Tsubasa - Bảo lưu + Bỏ học', 'Tsubasa - Bảo lưu + Bỏ học', 'REGULAR', 29, 27, 'IT Tsubasa', 23, 'TSU', 'Lập trình viên IT Tsubasa V2.0', 0);
|
||
INSERT INTO `classes` VALUES (129, '2026-07-01 08:06:44.035', '2026-07-02 15:11:07.660', 40, 'TPLUS - JV250321', 'TPLUS - JV250321', 'REGULAR', 9, 22, 'TPLUS', 19, 'TPLUS', 'Lập trình viên IT Tsubasa Plus', 0);
|
||
INSERT INTO `classes` VALUES (130, '2026-07-01 08:06:44.203', '2026-07-02 15:11:07.831', 39, 'ĐÌNH CHỈ MÔN HỌC', 'ĐC', 'REGULAR', 28, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (131, '2026-07-01 08:06:44.636', '2026-07-02 15:11:08.145', 38, 'TSU-PTON-JV250327-Tsubasa', 'TSU-PTON-JV250327', 'REGULAR', 1, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (132, '2026-07-01 08:06:44.762', '2026-07-02 15:11:08.271', 37, 'TSU-PTON-JV250226-Tsubasa', 'TSU-PTON-JV250226', 'REGULAR', 13, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (133, '2026-07-01 08:06:44.977', '2026-07-02 15:11:08.442', 36, 'IT101-RL-2501A', 'IT101-RL-2501A', 'RETAKE', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (134, '2026-07-01 08:06:45.090', '2026-07-02 15:11:08.555', 35, 'TSU-PTON-JV250211-Tsubasa', 'TSU-PTON-JV250211', 'REGULAR', 16, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (135, '2026-07-01 08:06:45.345', '2026-07-02 15:11:08.798', 34, 'K23PTIT-DEMO', 'HCM_PTIT_KS2023CTEST', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (136, '2026-07-01 08:06:45.430', '2026-07-02 15:11:08.884', 33, 'TSU-PTON-JV241226-Tsubasa', 'TSU-PTON-JV241226', 'REGULAR', 10, 18, 'TSU-V1.0', 15, 'TSU-V1.0', 'Lập trình viên IT Tsubasa V1.0', 0);
|
||
INSERT INTO `classes` VALUES (137, '2026-07-01 08:06:45.815', '2026-07-02 15:11:09.089', 30, 'HCM-JV240304-Fulltime', 'HCM-JV240304', 'REGULAR', 4, 19, 'Backend', 16, 'FS-FT', 'Lập trình viên Fullstack', 0);
|
||
INSERT INTO `classes` VALUES (138, '2026-07-01 08:06:45.900', '2026-07-02 15:11:09.351', 29, 'HCM-KS23A', 'HCM-KS23A ', 'REGULAR', 3, 11, 'Chuyên ngành chung', 13, 'PTIT-CNTT-K23', 'K23 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (139, '2026-07-01 08:06:46.053', '2026-07-02 15:11:09.512', 26, 'HN-KS23B-PTIT', 'HN-KS23B ', 'REGULAR', 35, 11, 'Chuyên ngành chung', 13, 'PTIT-CNTT-K23', 'K23 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (140, '2026-07-01 08:06:46.439', '2026-07-02 15:11:09.903', 25, 'HN-KS23A-PTIT', 'HN-KS23A', 'REGULAR', 0, 11, 'Chuyên ngành chung', 13, 'PTIT-CNTT-K23', 'K23 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (141, '2026-07-01 08:06:46.552', '2026-07-02 15:11:10.021', 19, 'HCM-KS24B-PTIT', 'HCM-KS24B', 'REGULAR', 13, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (142, '2026-07-01 08:06:46.798', '2026-07-02 15:11:10.293', 18, 'HCM-KS24A-PTIT', 'HCM-KS24A', 'REGULAR', 14, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (143, '2026-07-01 08:06:47.055', '2026-07-02 15:11:10.549', 16, 'PK-PTOFF-BE240926-Phenikaa', 'PK-PTOFF-BE240926', 'REGULAR', 24, 9, 'Javascript Backend', 9, 'PK ', 'IT Fresher Backend Developer (Phenikaa)', 0);
|
||
INSERT INTO `classes` VALUES (144, '2026-07-01 08:06:47.307', '2026-07-02 15:11:10.829', 15, 'HN-JPN-KS24C-PTIT', 'HN-JPN-KS24C', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (145, '2026-07-01 08:06:47.421', '2026-07-02 15:11:10.944', 14, 'HN-JPN-KS24B-PTIT', 'HN-JPN-KS24B', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (146, '2026-07-01 08:06:47.539', '2026-07-02 15:11:11.061', 13, 'HN-JPN-KS24A-PTIT', 'HN-JPN-KS24A', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (147, '2026-07-01 08:06:47.651', '2026-07-02 15:11:11.176', 12, 'HN-ENG-KS24C-PTIT', 'HN-ENG-KS24C', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (148, '2026-07-01 08:06:47.765', '2026-07-02 15:11:11.289', 9, 'HN-ENG-KS24B-PTIT', 'HN-ENG-KS24B', 'REGULAR', 0, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
INSERT INTO `classes` VALUES (149, '2026-07-01 08:06:47.883', '2026-07-02 15:11:11.569', 8, 'HN-ENG-KS24A-PTIT', 'HN-ENG-KS24A', 'REGULAR', 1, 8, 'Chuyên ngành chung', 8, 'PTIT-CNTT-K24', 'K24 - Kỹ sư Công nghệ thông tin', 0);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for email_domains
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `email_domains`;
|
||
CREATE TABLE `email_domains` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`domain` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT 1,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_email_domains_domain`(`domain` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 19 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of email_domains
|
||
-- ----------------------------
|
||
INSERT INTO `email_domains` VALUES (1, '2026-07-02 15:04:59.702', 'rikkiacademy.com', 1);
|
||
INSERT INTO `email_domains` VALUES (3, '2026-07-02 15:05:53.880', 'rikkeiacademy.net', 1);
|
||
INSERT INTO `email_domains` VALUES (5, '2026-07-02 15:06:16.824', 'rikkei.edu.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (6, '2026-07-02 15:06:25.216', 'rikkei2.edu.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (7, '2026-07-02 15:06:32.645', 'rikkeieducation.com', 1);
|
||
INSERT INTO `email_domains` VALUES (8, '2026-07-02 15:06:35.958', 'rikkeiacademy.cloud', 1);
|
||
INSERT INTO `email_domains` VALUES (9, '2026-07-02 15:06:39.358', 'rikkeiacademy.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (10, '2026-07-02 15:06:42.071', 'prepedu.com', 1);
|
||
INSERT INTO `email_domains` VALUES (11, '2026-07-02 15:06:45.144', 'rikkeieducation.top', 1);
|
||
INSERT INTO `email_domains` VALUES (12, '2026-07-02 15:06:48.308', 'rikkeiedu.io.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (13, '2026-07-02 15:06:51.485', 'rikkeieducation.id.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (14, '2026-07-02 15:06:54.616', 'rikkeiedu.org', 1);
|
||
INSERT INTO `email_domains` VALUES (15, '2026-07-02 15:06:57.662', 'riki.edu.vn', 1);
|
||
INSERT INTO `email_domains` VALUES (16, '2026-07-02 15:07:00.760', 'jaxtina.com', 1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for exam_paper_resources
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `exam_paper_resources`;
|
||
CREATE TABLE `exam_paper_resources` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`exam_paper_id` bigint UNSIGNED NOT NULL,
|
||
`file_path` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_exam_paper_resources_exam_paper_id`(`exam_paper_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of exam_paper_resources
|
||
-- ----------------------------
|
||
|
||
-- ----------------------------
|
||
-- Table structure for exam_papers
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `exam_papers`;
|
||
CREATE TABLE `exam_papers` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`exam_room_id` bigint UNSIGNED NOT NULL,
|
||
`title` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`pdf_path` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`sort_order` bigint NULL DEFAULT 0,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_exam_papers_exam_room_id`(`exam_room_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 21 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of exam_papers
|
||
-- ----------------------------
|
||
INSERT INTO `exam_papers` VALUES (6, 2, 'Đề 015', 'uploads/exams/2/papers/6/main.pdf', 0);
|
||
INSERT INTO `exam_papers` VALUES (7, 2, 'Đề 016', 'uploads/exams/2/papers/7/main.pdf', 1);
|
||
INSERT INTO `exam_papers` VALUES (8, 5, 'Slides 3.3 - Responsive Website với Bootstrap', 'uploads/exams/5/papers/8/main.pdf', 0);
|
||
INSERT INTO `exam_papers` VALUES (14, 10, 'PDF', 'uploads/exams/10/papers/14/main.pdf', 0);
|
||
INSERT INTO `exam_papers` VALUES (16, 12, 'Đề 1', 'uploads/exams/12/papers/16/main.pdf', 0);
|
||
INSERT INTO `exam_papers` VALUES (17, 12, 'Đề 2', 'uploads/exams/12/papers/17/main.pdf', 1);
|
||
INSERT INTO `exam_papers` VALUES (18, 12, 'Đề 3', 'uploads/exams/12/papers/18/main.pdf', 2);
|
||
INSERT INTO `exam_papers` VALUES (19, 12, 'Đề 4', 'uploads/exams/12/papers/19/main.pdf', 3);
|
||
INSERT INTO `exam_papers` VALUES (20, 12, 'Đề 5', 'uploads/exams/12/papers/20/main.pdf', 4);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for exam_room_students
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `exam_room_students`;
|
||
CREATE TABLE `exam_room_students` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`exam_room_id` bigint UNSIGNED NOT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
`assigned_paper_id` bigint UNSIGNED NULL DEFAULT NULL,
|
||
`paper_sent_at` datetime(3) NULL DEFAULT NULL,
|
||
`paper_scheduled_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_exam_room_student`(`exam_room_id` ASC, `student_rk_id` ASC) USING BTREE,
|
||
INDEX `idx_exam_room_students_assigned_paper_id`(`assigned_paper_id` ASC) USING BTREE,
|
||
INDEX `idx_exam_room_students_paper_scheduled_at`(`paper_scheduled_at` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 305 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of exam_room_students
|
||
-- ----------------------------
|
||
INSERT INTO `exam_room_students` VALUES (26, 2, 937, 6, '2026-07-02 07:30:10.310', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (27, 2, 927, 7, '2026-07-02 07:30:10.304', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (28, 2, 184, 6, '2026-07-02 07:30:10.249', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (29, 2, 101, 6, '2026-07-02 07:30:10.183', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (30, 2, 135, 6, '2026-07-02 07:30:10.220', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (31, 2, 279, 6, '2026-07-02 07:30:10.275', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (32, 2, 191, 7, '2026-07-02 07:30:10.256', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (33, 2, 142, 7, '2026-07-02 07:30:10.225', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (34, 2, 95, 6, '2026-07-02 07:30:10.177', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (35, 2, 183, 7, '2026-07-02 07:30:10.243', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (36, 2, 112, 7, '2026-07-02 07:30:10.200', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (37, 2, 107, 7, '2026-07-02 07:30:10.192', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (38, 2, 132, 6, '2026-07-02 07:30:10.213', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (39, 2, 219, 6, '2026-07-02 07:30:10.263', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (40, 2, 153, 6, '2026-07-02 07:30:10.236', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (41, 2, 311, 7, '2026-07-02 07:30:10.288', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (42, 2, 255, 6, '2026-07-02 07:30:10.269', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (43, 2, 116, 6, '2026-07-02 07:30:10.206', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (44, 2, 299, 7, '2026-07-02 07:30:10.282', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (45, 2, 406, 7, '2026-07-02 07:30:10.295', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (46, 2, 147, 7, '2026-07-02 07:30:10.231', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (47, 5, 580, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (48, 5, 582, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (49, 5, 584, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (50, 5, 585, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (51, 5, 588, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (52, 5, 591, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (53, 5, 592, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (54, 5, 593, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (55, 5, 594, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (56, 5, 595, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (57, 5, 596, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (58, 5, 603, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (59, 5, 604, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (60, 5, 605, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (61, 5, 609, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (62, 5, 610, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (63, 5, 613, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (64, 5, 614, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (65, 5, 615, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (66, 5, 616, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (67, 5, 618, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (68, 5, 620, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (69, 5, 621, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (70, 5, 622, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (71, 5, 625, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (72, 5, 626, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (73, 5, 628, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (74, 5, 631, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (75, 5, 632, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (76, 5, 635, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (77, 5, 637, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (78, 5, 639, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (79, 5, 640, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (80, 5, 671, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (81, 5, 676, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (82, 5, 680, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (83, 5, 682, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (84, 5, 684, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (85, 5, 686, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (86, 5, 687, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (87, 5, 690, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (88, 5, 689, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (89, 5, 691, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (90, 5, 688, 8, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (95, 10, 1435, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (96, 10, 1723, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (97, 10, 1402, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (98, 10, 1393, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (99, 10, 1523, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (100, 10, 1808, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (101, 10, 191, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (102, 10, 1296, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (103, 10, 1302, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (104, 10, 1325, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (105, 10, 1340, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (106, 10, 1358, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (107, 10, 1387, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (108, 10, 1399, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (109, 10, 1401, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (110, 10, 1413, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (111, 10, 1415, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (112, 10, 1431, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (113, 10, 1436, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (114, 10, 1441, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (115, 10, 1478, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (116, 10, 1506, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (117, 10, 1507, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (118, 10, 1510, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (119, 10, 1525, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (120, 10, 1535, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (121, 10, 1543, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (122, 10, 1596, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (123, 10, 1640, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (124, 10, 1693, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (125, 10, 1704, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (126, 10, 1727, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (127, 10, 1737, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (128, 10, 1747, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (129, 10, 1752, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (130, 10, 1769, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (131, 10, 1792, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (132, 10, 1830, 14, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (133, 12, 73, 16, '2026-07-03 14:49:45.942', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (134, 12, 81, 18, '2026-07-03 14:49:45.948', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (135, 12, 84, 17, '2026-07-03 14:49:45.954', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (136, 12, 90, 19, '2026-07-03 14:49:45.960', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (137, 12, 91, 19, '2026-07-03 14:49:45.968', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (138, 12, 96, 16, '2026-07-03 14:49:45.976', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (139, 12, 100, 19, '2026-07-03 14:49:45.984', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (140, 12, 109, 16, '2026-07-03 14:49:45.992', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (141, 12, 110, 18, '2026-07-03 14:49:46.002', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (142, 12, 138, 18, '2026-07-03 14:49:46.009', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (143, 12, 140, 18, '2026-07-03 14:49:46.015', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (144, 12, 144, 19, '2026-07-03 14:49:46.021', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (145, 12, 145, 20, '2026-07-03 14:49:46.026', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (146, 12, 146, 17, '2026-07-03 14:49:46.035', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (147, 12, 149, 20, '2026-07-03 14:49:46.041', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (148, 12, 163, 16, '2026-07-03 14:49:46.048', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (149, 12, 164, 16, '2026-07-03 14:49:46.055', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (150, 12, 168, 20, '2026-07-03 14:49:46.067', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (151, 12, 171, 18, '2026-07-03 14:49:46.076', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (152, 12, 179, 20, '2026-07-03 14:49:46.082', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (153, 12, 186, 19, '2026-07-03 14:49:46.089', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (154, 12, 190, 17, '2026-07-03 14:49:46.094', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (155, 12, 201, 16, '2026-07-03 14:49:46.101', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (156, 12, 233, 17, '2026-07-03 14:49:46.118', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (157, 12, 248, 20, '2026-07-03 14:49:46.123', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (158, 12, 261, 17, '2026-07-03 14:49:46.131', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (159, 12, 265, 20, '2026-07-03 14:49:46.140', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (160, 12, 276, 18, '2026-07-03 14:49:46.153', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (161, 12, 898, 16, '2026-07-03 14:49:46.160', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (163, 12, 2275, 17, '2026-07-03 14:49:46.167', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (164, 13, 587, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (165, 13, 644, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (166, 13, 1303, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (167, 13, 1319, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (168, 13, 1333, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (169, 13, 1337, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (170, 13, 1339, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (171, 13, 1353, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (172, 13, 1356, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (173, 13, 1357, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (174, 13, 1385, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (175, 13, 1442, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (176, 13, 1443, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (177, 13, 1448, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (178, 13, 1457, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (179, 13, 1459, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (180, 13, 1460, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (181, 13, 1468, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (182, 13, 1475, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (183, 13, 1477, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (184, 13, 1484, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (185, 13, 1496, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (186, 13, 1497, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (187, 13, 1517, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (188, 13, 1558, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (189, 13, 1571, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (190, 13, 1586, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (191, 13, 1590, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (192, 13, 1620, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (193, 13, 1631, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (194, 13, 1634, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (195, 13, 1654, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (196, 13, 1655, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (197, 13, 1659, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (198, 13, 1665, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (199, 13, 1691, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (200, 14, 1282, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (201, 14, 1350, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (202, 14, 1392, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (203, 14, 1405, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (204, 14, 1406, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (205, 14, 1409, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (206, 14, 1418, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (207, 14, 1424, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (208, 14, 1465, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (209, 14, 1467, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (210, 14, 1489, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (211, 14, 1532, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (212, 14, 1546, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (213, 14, 1565, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (214, 14, 1573, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (215, 14, 1600, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (216, 14, 1621, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (217, 14, 1626, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (218, 14, 1629, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (219, 14, 1634, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (220, 14, 1656, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (221, 14, 1658, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (222, 14, 1660, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (223, 14, 1662, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (224, 14, 1627, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (225, 15, 1282, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (226, 15, 1350, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (227, 15, 1392, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (228, 15, 1405, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (229, 15, 1406, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (230, 15, 1409, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (231, 15, 1418, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (232, 15, 1424, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (233, 15, 1465, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (234, 15, 1467, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (235, 15, 1489, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (236, 15, 1532, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (237, 15, 1546, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (238, 15, 1565, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (239, 15, 1573, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (240, 15, 1600, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (241, 15, 1621, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (242, 15, 1626, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (243, 15, 1627, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (244, 15, 1629, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (245, 15, 1634, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (246, 15, 1656, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (247, 15, 1658, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (248, 15, 1660, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (249, 15, 1662, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (250, 15, 1352, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (251, 15, 591, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (252, 15, 616, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (253, 15, 1395, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (254, 15, 1464, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (255, 15, 1480, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (256, 15, 1508, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (257, 15, 1520, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (258, 15, 1533, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (259, 15, 1550, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (260, 15, 1563, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (261, 15, 1624, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (262, 15, 1652, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (263, 15, 2518, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (264, 16, 591, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (265, 16, 616, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (266, 16, 1282, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (267, 16, 1350, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (268, 16, 1352, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (269, 16, 1392, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (270, 16, 1395, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (271, 16, 1405, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (272, 16, 1406, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (273, 16, 1409, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (274, 16, 1418, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (275, 16, 1424, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (276, 16, 1464, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (277, 16, 1465, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (278, 16, 1467, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (279, 16, 1480, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (280, 16, 1489, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (281, 16, 1508, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (282, 16, 1520, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (283, 16, 1532, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (284, 16, 1533, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (285, 16, 1546, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (286, 16, 1550, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (287, 16, 1563, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (288, 16, 1565, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (289, 16, 1573, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (290, 16, 1600, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (291, 16, 1621, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (292, 16, 1624, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (293, 16, 1626, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (294, 16, 1627, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (295, 16, 1629, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (296, 16, 1634, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (297, 16, 1652, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (298, 16, 1656, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (299, 16, 1658, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (300, 16, 1660, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (301, 16, 1662, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (302, 16, 2518, NULL, NULL, NULL);
|
||
INSERT INTO `exam_room_students` VALUES (303, 12, 217, 19, '2026-07-03 14:49:46.111', NULL);
|
||
INSERT INTO `exam_room_students` VALUES (304, 12, 266, 17, '2026-07-03 14:49:46.147', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for exam_rooms
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `exam_rooms`;
|
||
CREATE TABLE `exam_rooms` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`start_time` datetime(3) NOT NULL,
|
||
`end_time` datetime(3) NOT NULL,
|
||
`allowed_apps` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
`quiz_url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`git_repo_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`git_branch` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT 'main',
|
||
`git_publish_url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`status` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_exam_rooms_start_time`(`start_time` ASC) USING BTREE,
|
||
INDEX `idx_exam_rooms_end_time`(`end_time` ASC) USING BTREE,
|
||
INDEX `idx_exam_rooms_status`(`status` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of exam_rooms
|
||
-- ----------------------------
|
||
INSERT INTO `exam_rooms` VALUES (2, '2026-07-01 16:05:00.079', '2026-07-02 10:07:58.271', '[EXAM FINAL] - Python - HN-KS25-CNTT8', '2026-07-02 07:00:00.000', '2026-07-02 09:00:00.000', 'code, vscode, idea64', 'https://portal.rikkei.edu.vn/', 'https://github.com/phuocntbrikkei/exam-final-python-hn-ks25-cntt8', 'main', 'https://github.com/phuocntbrikkei/exam-final-python-hn-ks25-cntt8/tree/main', 'ended');
|
||
INSERT INTO `exam_rooms` VALUES (5, '2026-07-02 06:58:14.650', '2026-07-02 09:00:14.353', 'Thi Cuối Kỳ Java Web Service', '2026-07-02 07:00:00.000', '2026-07-02 09:00:00.000', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client', 'https://portal.rikkei.edu.vn/', 'https://github.com/taipn-rikkeiedu/thi-cui-k-java-web-service', 'main', 'https://github.com/taipn-rikkeiedu/thi-cui-k-java-web-service/tree/main', 'ended');
|
||
INSERT INTO `exam_rooms` VALUES (10, '2026-07-02 15:32:32.151', '2026-07-02 18:30:29.221', '[RExJAX]HN-ENG-LV3.3-MIDTEST-02/07/2026', '2026-07-02 16:30:00.000', '2026-07-02 18:30:00.000', 'chrome, lark', '', '', 'main', '', 'ended');
|
||
INSERT INTO `exam_rooms` VALUES (12, '2026-07-03 06:37:12.507', '2026-07-03 15:03:43.612', 'PTIT-K24-CNTT4 Thi cuối môn AI Application', '2026-07-03 14:05:00.000', '2026-07-03 16:30:00.000', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client, vscode, cursor, lark, brave, mscopilot, opera, dia, codex, chatgpt, claude, browser, safari, microsoft edge, notepad, windowsterminal, winword, system settings, winrar, pickerhost, mintty, photos, notes, window_raia_c, obsidian, electron, music, iphone mirroring, unikeynt, firefox, obsidian-1.12.7, lenovovantage, seccenter, microsoft word, mysqlworkbench, idman, mmc, asusmyasus, osk, rundll32, waybar, hyprland, phoneexperiencehost, fxsound, onedrive, xmind, wps, nitrosense, termius, inno_updater, df_garena_launcher, egui, claude setup, dwm, swaync, python3, kdeconnectd, blueman-applet, fcitx5, wl-paste, nm-applet, ghelper, pgadmin4, excel, powerpnt, zoom, draw.io, easeofaccessdialog, applicationframehost, blueman-tray, wl-copy, wscript', 'https://portal.rikkei.edu.vn/', '', 'main', '', 'ready');
|
||
INSERT INTO `exam_rooms` VALUES (13, '2026-07-03 12:17:56.355', '2026-07-03 14:20:13.901', 'HCM-ENG-LV2.3 - Jax', '2026-07-03 12:20:00.000', '2026-07-03 14:20:00.000', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client', 'https://exam.jaxtina.com/en/members/enter-code/6a45bf0e4acee1902cd78c99/TOEIC/B2S_RIKKEI-HCM-ENG-LV2.3_MID_7_2026/6a45bf0e4acee1902cd78c99?passcode=U2FsdGVkX1%2F3BRan7SY%2FbpP0EzKnFX9DcHUsfruQTQk%3D&passcode_length=6&isViewResult=false', '', 'main', '', 'ended');
|
||
INSERT INTO `exam_rooms` VALUES (14, '2026-07-03 12:22:19.640', '2026-07-03 12:24:53.958', 'HCM-ENG-LV2.4', '2026-07-03 12:21:00.000', '2026-07-03 12:24:53.958', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client', '', '', 'main', '', 'cancelled');
|
||
INSERT INTO `exam_rooms` VALUES (15, '2026-07-03 12:25:46.804', '2026-07-03 12:31:44.590', 'HCM-ENG-LV2.4', '2026-07-03 12:25:00.000', '2026-07-03 12:31:44.590', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client', '', '', 'main', '', 'cancelled');
|
||
INSERT INTO `exam_rooms` VALUES (16, '2026-07-03 12:32:21.857', '2026-07-03 15:25:00.423', 'HCM-ENG-LV2.4', '2026-07-03 12:32:00.000', '2026-07-03 15:25:00.423', 'chrome,msedge,edge,acrobat,acrord32,foxit,wails,simple_care,client', 'https://exam.jaxtina.com/en/members/enter-code/6a45c00f4acee1902cd78d50/TOEIC/B2S_RIKKEI-HCM-ENG-LV2.4_MID_7_2026/6a45c00f4acee1902cd78d50?passcode=U2FsdGVkX18rkVKtqrqoV4Bi%2FPyzLlyG7sU1NGZ6lHs%3D&passcode_length=6&isViewResult=false', '', 'main', '', 'cancelled');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for exam_submissions
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `exam_submissions`;
|
||
CREATE TABLE `exam_submissions` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`exam_room_id` bigint UNSIGNED NOT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
`file_path` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`git_repo_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`git_publish_url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_exam_submissions_exam_room_id`(`exam_room_id` ASC) USING BTREE,
|
||
INDEX `idx_exam_submissions_student_rk_id`(`student_rk_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 53 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of exam_submissions
|
||
-- ----------------------------
|
||
INSERT INTO `exam_submissions` VALUES (3, '2026-07-02 07:16:48.742', 5, 588, 'uploads/exams/5/submissions/588/20260702_071648_588.zip', '20260702_071648_588.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (4, '2026-07-02 08:56:19.168', 2, 279, 'uploads/exams/2/submissions/279/20260702_085619_279.zip', '20260702_085619_279.zip', 'https://github.com/phuocntbrikkei/ptit-hn-211-nguyn-tng-dng', 'https://github.com/phuocntbrikkei/ptit-hn-211-nguyn-tng-dng/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (5, '2026-07-02 08:57:28.054', 2, 147, 'uploads/exams/2/submissions/147/20260702_085728_147.zip', '20260702_085728_147.zip', 'https://github.com/phuocntbrikkei/ptit-hn-080-bi-phng-nam', 'https://github.com/phuocntbrikkei/ptit-hn-080-bi-phng-nam/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (6, '2026-07-02 08:57:51.892', 2, 153, 'uploads/exams/2/submissions/153/20260702_085751_153.zip', '20260702_085751_153.zip', 'https://github.com/phuocntbrikkei/ptit-hn-086-nguyn-hu-i', 'https://github.com/phuocntbrikkei/ptit-hn-086-nguyn-hu-i/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (7, '2026-07-02 08:58:01.015', 2, 142, 'uploads/exams/2/submissions/142/20260702_085801_142.zip', '20260702_085801_142.zip', 'https://github.com/phuocntbrikkei/ptit-hn-075-nguyn-phm-vnh-thnh', 'https://github.com/phuocntbrikkei/ptit-hn-075-nguyn-phm-vnh-thnh/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (8, '2026-07-02 08:58:28.357', 2, 132, 'uploads/exams/2/submissions/132/20260702_085828_132.zip', '20260702_085828_132.zip', 'https://github.com/phuocntbrikkei/ptit-hn-065-trn-minh-quang', 'https://github.com/phuocntbrikkei/ptit-hn-065-trn-minh-quang/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (9, '2026-07-02 08:58:51.140', 2, 311, 'uploads/exams/2/submissions/311/20260702_085851_311.zip', '20260702_085851_311.zip', 'https://github.com/phuocntbrikkei/ptit-hn-239-ngc-dn', 'https://github.com/phuocntbrikkei/ptit-hn-239-ngc-dn/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (10, '2026-07-02 08:58:57.106', 2, 95, 'uploads/exams/2/submissions/95/20260702_085857_95.zip', '20260702_085857_95.zip', 'https://github.com/phuocntbrikkei/ptit-hn-029-trung-hiu', 'https://github.com/phuocntbrikkei/ptit-hn-029-trung-hiu/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (11, '2026-07-02 08:59:07.489', 2, 183, 'uploads/exams/2/submissions/183/20260702_085907_183.zip', '20260702_085907_183.zip', 'https://github.com/phuocntbrikkei/ptit-hn-116-trn-vit-anh', 'https://github.com/phuocntbrikkei/ptit-hn-116-trn-vit-anh/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (12, '2026-07-02 08:59:11.063', 2, 184, 'uploads/exams/2/submissions/184/20260702_085911_184.zip', '20260702_085911_184.zip', 'https://github.com/phuocntbrikkei/ptit-hn-117-nguyn-hong-vit', 'https://github.com/phuocntbrikkei/ptit-hn-117-nguyn-hong-vit/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (14, '2026-07-02 08:59:21.291', 2, 927, 'uploads/exams/2/submissions/927/20260702_085921_927.zip', '20260702_085921_927.zip', 'https://github.com/phuocntbrikkei/ptit-hnk23-044-nguyn-vn-vng', 'https://github.com/phuocntbrikkei/ptit-hnk23-044-nguyn-vn-vng/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (15, '2026-07-02 08:59:23.622', 2, 255, 'uploads/exams/2/submissions/255/20260702_085923_255.zip', '20260702_085923_255.zip', 'https://github.com/phuocntbrikkei/ptit-hn-188-v-hng-anh', 'https://github.com/phuocntbrikkei/ptit-hn-188-v-hng-anh/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (16, '2026-07-02 08:59:26.275', 2, 299, 'uploads/exams/2/submissions/299/20260702_085926_299.zip', '20260702_085926_299.zip', 'https://github.com/phuocntbrikkei/ptit-hn-228-chu-vn-ninh', 'https://github.com/phuocntbrikkei/ptit-hn-228-chu-vn-ninh/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (17, '2026-07-02 08:59:30.622', 2, 107, 'uploads/exams/2/submissions/107/20260702_085930_107.zip', '20260702_085930_107.zip', 'https://github.com/phuocntbrikkei/ptit-hn-041-nguyn-khc-hng', 'https://github.com/phuocntbrikkei/ptit-hn-041-nguyn-khc-hng/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (18, '2026-07-02 08:59:31.833', 2, 191, 'uploads/exams/2/submissions/191/20260702_085931_191.zip', '20260702_085931_191.zip', 'https://github.com/phuocntbrikkei/ptit-hn-124-thi-hng-c', 'https://github.com/phuocntbrikkei/ptit-hn-124-thi-hng-c/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (19, '2026-07-02 08:59:40.929', 2, 406, 'uploads/exams/2/submissions/406/20260702_085940_406.zip', '20260702_085940_406.zip', 'https://github.com/phuocntbrikkei/ptit-hn-262-ng-tun-minh', 'https://github.com/phuocntbrikkei/ptit-hn-262-ng-tun-minh/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (20, '2026-07-02 08:59:46.531', 2, 135, 'uploads/exams/2/submissions/135/20260702_085946_135.zip', '20260702_085946_135.zip', 'https://github.com/phuocntbrikkei/ptit-hn-068-nguyn-khc-phong', 'https://github.com/phuocntbrikkei/ptit-hn-068-nguyn-khc-phong/tree/main');
|
||
INSERT INTO `exam_submissions` VALUES (22, '2026-07-03 15:49:15.321', 12, 261, 'uploads/exams/12/submissions/261/20260703_154915_261.zip', '20260703_154915_261.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (23, '2026-07-03 15:49:38.342', 12, 84, 'uploads/exams/12/submissions/84/20260703_154938_84.zip', '20260703_154938_84.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (24, '2026-07-03 15:50:31.108', 12, 144, 'uploads/exams/12/submissions/144/20260703_155031_144.zip', '20260703_155031_144.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (25, '2026-07-03 15:52:24.728', 12, 146, 'uploads/exams/12/submissions/146/20260703_155224_146.zip', '20260703_155224_146.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (26, '2026-07-03 15:52:34.279', 12, 186, 'uploads/exams/12/submissions/186/20260703_155234_186.zip', '20260703_155234_186.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (27, '2026-07-03 15:53:33.307', 12, 898, 'uploads/exams/12/submissions/898/20260703_155333_898.zip', '20260703_155333_898.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (28, '2026-07-03 15:55:25.290', 12, 164, 'uploads/exams/12/submissions/164/20260703_155525_164.zip', '20260703_155525_164.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (29, '2026-07-03 15:55:38.040', 12, 96, 'uploads/exams/12/submissions/96/20260703_155538_96.zip', '20260703_155538_96.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (30, '2026-07-03 15:55:52.288', 12, 265, 'uploads/exams/12/submissions/265/20260703_155552_265.zip', '20260703_155552_265.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (32, '2026-07-03 15:57:05.863', 12, 276, 'uploads/exams/12/submissions/276/20260703_155705_276.zip', '20260703_155705_276.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (33, '2026-07-03 16:01:25.788', 12, 100, 'uploads/exams/12/submissions/100/20260703_160125_100.zip', '20260703_160125_100.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (35, '2026-07-03 16:01:38.733', 12, 145, 'uploads/exams/12/submissions/145/20260703_160138_145.zip', '20260703_160138_145.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (36, '2026-07-03 16:01:40.177', 12, 163, 'uploads/exams/12/submissions/163/20260703_160140_163.zip', '20260703_160140_163.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (37, '2026-07-03 16:02:28.447', 12, 73, 'uploads/exams/12/submissions/73/20260703_160228_73.zip', '20260703_160228_73.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (38, '2026-07-03 16:02:35.639', 12, 201, 'uploads/exams/12/submissions/201/20260703_160235_201.zip', '20260703_160235_201.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (40, '2026-07-03 16:04:29.543', 12, 138, 'uploads/exams/12/submissions/138/20260703_160429_138.zip', '20260703_160429_138.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (41, '2026-07-03 16:05:15.270', 12, 248, 'uploads/exams/12/submissions/248/20260703_160515_248.zip', '20260703_160515_248.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (42, '2026-07-03 16:05:28.530', 12, 109, 'uploads/exams/12/submissions/109/20260703_160528_109.zip', '20260703_160528_109.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (43, '2026-07-03 16:06:07.666', 12, 190, 'uploads/exams/12/submissions/190/20260703_160607_190.zip', '20260703_160607_190.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (44, '2026-07-03 16:06:41.240', 12, 91, 'uploads/exams/12/submissions/91/20260703_160641_91.zip', '20260703_160641_91.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (45, '2026-07-03 16:06:45.959', 12, 90, 'uploads/exams/12/submissions/90/20260703_160645_90.zip', '20260703_160645_90.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (46, '2026-07-03 16:07:57.000', 12, 171, 'uploads/exams/12/submissions/171/20260703_160756_171.zip', '20260703_160756_171.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (47, '2026-07-03 16:08:22.203', 12, 140, 'uploads/exams/12/submissions/140/20260703_160822_140.zip', '20260703_160822_140.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (48, '2026-07-03 16:08:31.242', 12, 110, 'uploads/exams/12/submissions/110/20260703_160831_110.zip', '20260703_160831_110.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (49, '2026-07-03 16:09:02.581', 12, 266, 'uploads/exams/12/submissions/266/20260703_160902_266.zip', '20260703_160902_266.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (50, '2026-07-03 16:09:32.343', 12, 81, 'uploads/exams/12/submissions/81/20260703_160932_81.zip', '20260703_160932_81.zip', '', '');
|
||
INSERT INTO `exam_submissions` VALUES (52, '2026-07-03 16:11:17.014', 12, 149, 'uploads/exams/12/submissions/149/20260703_161117_149.zip', '20260703_161117_149.zip', '', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for guide_links
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `guide_links`;
|
||
CREATE TABLE `guide_links` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`title` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of guide_links
|
||
-- ----------------------------
|
||
INSERT INTO `guide_links` VALUES (1, '2026-07-01 14:57:29.307', '2026-07-01 14:57:29.307', 'Hướng dẫn thầy cô liên kết github vào hệ thống.', 'https://docs.google.com/document/d/1V1pK2aMU1MK5bfBfPTiGX6_pjZ4UdGeigwYefZW9_80/edit?usp=sharing');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for password_reset_tokens
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `password_reset_tokens`;
|
||
CREATE TABLE `password_reset_tokens` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`staff_id` bigint UNSIGNED NOT NULL,
|
||
`token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`expires_at` datetime(3) NOT NULL,
|
||
`used_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_password_reset_tokens_token`(`token` ASC) USING BTREE,
|
||
INDEX `idx_password_reset_tokens_staff_id`(`staff_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of password_reset_tokens
|
||
-- ----------------------------
|
||
|
||
-- ----------------------------
|
||
-- Table structure for staff_accounts
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `staff_accounts`;
|
||
CREATE TABLE `staff_accounts` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`password_hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`full_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`must_change_password` tinyint(1) NOT NULL DEFAULT 1,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT 1,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_staff_accounts_email`(`email` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 36 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of staff_accounts
|
||
-- ----------------------------
|
||
INSERT INTO `staff_accounts` VALUES (1, '2026-07-01 07:57:55.130', '2026-07-01 07:58:25.616', 'phuocntb@rikkeiacademy.com', '$2a$10$Shf6/s0.2MetFa6UbRBWK.Fz2B09aWyEPLqMbrm6X.YftJ7q3UWeG', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (2, '2026-07-01 08:06:55.018', '2026-07-01 08:07:35.265', 'hungpv@rikkeiacademy.net', '$2a$10$MCJXlWelY2leTZjbCtVk.eaR/95Gi5kUSkDJiU/UaXM8jYo.DvI4O', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (3, '2026-07-01 08:37:30.323', '2026-07-01 08:38:05.741', 'tuanlq@rikkeiacademy.com', '$2a$10$SE1.C.YauJvHE/IshOwt9uyJq34EEPllI7Eqt4k5hCud0hOnd6xsi', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (4, '2026-07-01 13:30:04.001', '2026-07-01 13:30:37.245', 'luandm@rikkeiedu.io.vn', '$2a$10$GsDEbtiwTZ1gJMjuw86d..aL7uJnXNcYsG5c4/40wjG3fbD/at2hS', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (5, '2026-07-01 14:23:38.145', '2026-07-01 14:24:09.036', 'guest01.rikkeiacademy@gmail.com', '$2a$10$2laXExTeegLuWkmQUnRXnOhHVM9byX/utAKaCBzdP58uR8/Iimd4S', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (6, '2026-07-01 14:33:28.036', '2026-07-01 14:35:08.148', 'rdrikkei@gmail.com', '$2a$10$hw1Ko520lgD6nPnE5jcni.P4oSZeweDVHIveNYJlVkkSxjWxJUhW2', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (7, '2026-07-01 14:41:18.835', '2026-07-01 14:42:03.204', 'hunghx@rikkei.edu.vn', '$2a$10$.2XQvbzpOiBdI9ziTJNhN.RTMpfqht/e0sxKneOzll.vW.kPQfWle', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (8, '2026-07-01 14:46:29.277', '2026-07-01 14:47:12.232', 'rikkeibmc@gmail.com', '$2a$10$4tW717iLcTjsHELdqIRaKeFCsctYrWwCGRnzCMTvAEnXWU6a5XjuO', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (9, '2026-07-01 15:13:42.770', '2026-07-01 15:14:16.482', 'minhnd@rikkeiacademy.vn', '$2a$10$IIi8BqzZ7sEQ2bNGjtRzYOQbjBjMd.Zg1jjILdt95sfYcDPCKiAL.', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (10, '2026-07-01 15:16:27.753', '2026-07-01 15:17:12.086', 'tuantq@rikkeiacademy.com', '$2a$10$trVnW1ih6JILKRK1sspdyuGbFmIbpa7nht1GDSC7PZ6bdQtnInuzu', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (11, '2026-07-01 15:16:29.412', '2026-07-01 15:17:38.865', 'yenltb@rikkeiedu.org', '$2a$10$33uwM9FV1H5j3YyfgtYpNOAR66nTyWD6P8gQXv3uNZPucomMvuDVO', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (12, '2026-07-01 15:16:31.355', '2026-07-01 15:17:16.006', 'taipn@rikkeiedu.io.vn', '$2a$10$Cp/bTSsJtd4oj37oX.zcPuy9qbeq99styPaf3liBwLFCqzDyubSOW', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (13, '2026-07-01 15:21:45.079', '2026-07-01 15:22:49.817', 'daonbm@rikkeiacademy.net', '$2a$10$p/bncMDunZIIVqO.eaWD9Oe5xZs/.VlIJ/gmXEYHiqBWveeJ17oZG', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (14, '2026-07-01 15:21:46.617', '2026-07-01 15:22:20.425', 'binhpt@rikkeiacademy.com', '$2a$10$.dmpuuiacBDyla3ay0ZX6eI51nkUhojgKZYgb9sczc6D1zajiFSA6', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (15, '2026-07-01 15:21:58.337', '2026-07-01 15:22:41.923', 'hanggtm@rikkeieducation.com', '$2a$10$aOx5btqei4e1W9BWDu19xu5yioWuD4PLFokxY9nqIr7Te67yDXIp2', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (16, '2026-07-01 15:29:32.510', '2026-07-01 15:31:36.661', 'trangdq@rikkeieducation.com', '$2a$10$s2YCMUg76U5p7VuORFJeD./BVheFDzjbuoXIiptJcrXo9gBbSsuJu', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (17, '2026-07-01 15:31:57.919', '2026-07-01 15:33:11.487', 'oanhhtk@rikkeieducation.top', '$2a$10$1NOysodj5/PLCt2i5EG2rec5JuCZ9Cy1goGzgJEXFkIKRU6OVa6ZS', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (18, '2026-07-01 15:32:48.796', '2026-07-01 15:34:17.594', 'tamttt@rikkeiedu.io.vn', '$2a$10$8sOjnao1bU8xuF3erMSBDO43PHQAKvtUaxaabRzI344Fp/dT9TFVK', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (19, '2026-07-01 15:35:29.338', '2026-07-01 15:36:18.345', 'miln@rikkeiedu.org', '$2a$10$ZpfwX9qyl1DseKbtwi.ry.05tWISWGqnSnffOHPVbbJaZ2FLVOXbq', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (20, '2026-07-01 16:09:33.894', '2026-07-01 16:10:22.392', 'haibt@rikkeiacademy.com', '$2a$10$FR9HSfQ7sgllvydZJyXD5uRkkwOVI7Z3AXiPiTt8z6ACMWolCHPhC', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (21, '2026-07-02 06:50:04.580', '2026-07-02 06:50:04.580', 'huongcaoha1994@gmail.com', '$2a$10$URvLB4spQs3jPF/e4fhX6uvYY//dUVfMpuCbYGZRh5VuDkbWc.E1m', '', 1, 1);
|
||
INSERT INTO `staff_accounts` VALUES (22, '2026-07-02 06:51:22.739', '2026-07-02 06:51:59.564', 'huongnc@rikkeiacademy.com', '$2a$10$wVUkVtmEo2rEPcIXFs7IEeecA1ADxbuIk9Cx7Jda85dsjdOgyhtVK', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (23, '2026-07-02 06:52:49.981', '2026-07-02 06:53:34.913', 'quynhntn@rikkeiacademy.net', '$2a$10$gtjZ.xylIgbFonbcTUhUCeK3dNCJPU4mhAaOR9RthuCR1CWpe5Y9O', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (24, '2026-07-02 06:56:34.313', '2026-07-02 06:57:22.668', '22.phamviethung.12a12@gmail.com', '$2a$10$wV5FlJaXiIGzgZMhJDG5mecMiQpdM0psfQA/8dfjBYOOSJkHmNAJa', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (25, '2026-07-02 06:57:47.721', '2026-07-02 06:58:36.668', 'annq@rikkeiacademy.com', '$2a$10$4SryzYlHq15HatR.QV.MwuJS2FK17cii7jOjolhMZz2.tPK6dyk/C', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (26, '2026-07-02 07:07:09.897', '2026-07-02 07:07:46.973', 'namdt@rikkeieducation.com', '$2a$10$tgJwzGbBWeg1Mvi7ECG2K.NkjFGNQx7mVFLohUDeMChBvxFjiBkrm', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (27, '2026-07-02 07:11:25.505', '2026-07-02 07:12:14.101', 'sanglht@rikkeiacademy.com', '$2a$10$vf1LruXIzC62CFgC4cwcsOcZT6m7Ra7HeUCrVKiNn.KIRMelTuLJK', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (28, '2026-07-02 07:26:28.736', '2026-07-02 07:28:58.311', 'nguyenlxh@rikkeieducation.com', '$2a$10$/qdPPHq3Fw3ORnsGmbYcG.uWSId1qlGVyQ/VgCr/IJVwjxEB5DnMC', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (29, '2026-07-02 07:29:20.204', '2026-07-02 07:30:37.695', 'chinhmx@rikkeiacademy.net', '$2a$10$sZ/NYoZFQv4vq3Ux5TgBC.GcbjmC2jRdNnGyEAeTUEE4NsF0DYa/2', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (30, '2026-07-02 15:03:50.433', '2026-07-02 15:08:17.558', 'anhltn1@rikkeiacademy.net', '$2a$10$i2dRXWQVLHp4yQS5M9Dac.k2qhSwdezQCdfTDMiw/3Ta3ZHWmvlGK', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (31, '2026-07-02 15:51:42.480', '2026-07-02 15:52:14.048', 'datnq@jaxtina.com', '$2a$10$ToxL/EHUkxjxaop3uMk6G.MsOF1a6xzp5Z/eOVoiDSPa96MXM620K', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (32, '2026-07-03 08:11:51.391', '2026-07-03 08:12:42.233', 'minhnth@rikkeiacademy.net', '$2a$10$YMtJ8Zu0uR0TTs1GfFOXvOq71paTmKDSiNXsZWcCmcbSG/u.8M9Em', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (33, '2026-07-03 09:41:45.401', '2026-07-03 09:42:22.342', 'duonglt@rikkeieducation.com', '$2a$10$gUGMbCfXumQov/uUAXv7ievsvGexVyX5A2bijIOBu1cpZBdTpFY.K', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (34, '2026-07-03 12:14:53.958', '2026-07-03 12:16:26.604', 'nhunpq@jaxtina.com', '$2a$10$Ube9IKPYlXo9F66TUoueeOmP0ZkqtZQ1rR6xQKAxfVwg362gxtRG2', '', 0, 1);
|
||
INSERT INTO `staff_accounts` VALUES (35, '2026-07-03 12:20:06.284', '2026-07-03 12:21:15.086', 'trinhltk@jaxtina.com', '$2a$10$YjdLNSJwgLjQXLUHnXhvsueiXYMeOHZeMiFXd7SNN2Y1YvMDsfOHK', '', 0, 1);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for staff_github_auth
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `staff_github_auth`;
|
||
CREATE TABLE `staff_github_auth` (
|
||
`staff_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`github_login` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`access_token_enc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`scope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`connected_at` datetime(3) NOT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`staff_id`) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of staff_github_auth
|
||
-- ----------------------------
|
||
INSERT INTO `staff_github_auth` VALUES (1, 'phuocntbrikkei', 'oZlaFD0xPF0XGpi3k8hwWR8GvOAt8NKVi7QZ9IZzGjOeU25Vo9JQ21MEd4J31MufgS7uhM5uJaQWuXJdTLqtR4CXkAo=', 'delete_repo,repo', '2026-07-02 08:57:52.298', '2026-07-02 08:57:52.299');
|
||
INSERT INTO `staff_github_auth` VALUES (12, 'taipn-rikkeiedu', 'ElOl6RwlvdZhnko9UAnkrgf2Jh0tWfy50h60vHo+pj2AMtlbW+39bwOaIMfJcFqt4R7dZNOg5nsDsN5daIDqBLR9lCk=', 'delete_repo,repo', '2026-07-01 15:59:11.697', '2026-07-01 15:59:11.698');
|
||
INSERT INTO `staff_github_auth` VALUES (14, 'tuan-binh', 'tYoDek0W4ynI/gTx5NQaOxukIiLtTlPCIX8GzJEpKfoX6mAJqJAxxWsUTb90SyUtmsetZH91T3zixXnLXuLdaDZzYDk=', 'delete_repo,repo', '2026-07-01 15:25:26.402', '2026-07-01 15:25:26.403');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for staff_github_repos
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `staff_github_repos`;
|
||
CREATE TABLE `staff_github_repos` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`staff_id` bigint UNSIGNED NOT NULL,
|
||
`owner_login` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`repo_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`repo_html_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`exam_room_id` bigint UNSIGNED NULL DEFAULT NULL,
|
||
`submission_id` bigint UNSIGNED NULL DEFAULT NULL,
|
||
`student_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`publish_mode` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'room',
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `idx_staff_github_repos_staff_id`(`staff_id` ASC) USING BTREE,
|
||
INDEX `idx_staff_github_repos_exam_room_id`(`exam_room_id` ASC) USING BTREE,
|
||
INDEX `idx_staff_github_repos_submission_id`(`submission_id` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 22 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of staff_github_repos
|
||
-- ----------------------------
|
||
INSERT INTO `staff_github_repos` VALUES (1, 12, 'taipn-rikkeiedu', 'thi-cui-k-java-web-service', 'https://github.com/taipn-rikkeiedu/thi-cui-k-java-web-service', 5, NULL, 'Thi Cuối Kỳ Java Web Service', 'room', '2026-07-02 07:28:24.493', '2026-07-02 07:28:24.493');
|
||
INSERT INTO `staff_github_repos` VALUES (2, 1, 'phuocntbrikkei', 'ptit-hn-211-nguyn-tng-dng', 'https://github.com/phuocntbrikkei/ptit-hn-211-nguyn-tng-dng', 2, 4, 'PTIT-HN-211_Nguyễn Tùng Dương', 'student', '2026-07-02 09:10:58.410', '2026-07-02 09:10:58.410');
|
||
INSERT INTO `staff_github_repos` VALUES (3, 1, 'phuocntbrikkei', 'ptit-hn-080-bi-phng-nam', 'https://github.com/phuocntbrikkei/ptit-hn-080-bi-phng-nam', 2, 5, 'PTIT-HN-080_Bùi Phương Nam', 'student', '2026-07-02 09:11:04.205', '2026-07-02 09:11:04.205');
|
||
INSERT INTO `staff_github_repos` VALUES (4, 1, 'phuocntbrikkei', 'ptit-hn-086-nguyn-hu-i', 'https://github.com/phuocntbrikkei/ptit-hn-086-nguyn-hu-i', 2, 6, 'PTIT-HN-086_Nguyễn Hữu Đại', 'student', '2026-07-02 09:11:10.566', '2026-07-02 09:11:10.566');
|
||
INSERT INTO `staff_github_repos` VALUES (5, 1, 'phuocntbrikkei', 'ptit-hn-075-nguyn-phm-vnh-thnh', 'https://github.com/phuocntbrikkei/ptit-hn-075-nguyn-phm-vnh-thnh', 2, 7, 'PTIT-HN-075_Nguyễn Phạm Vĩnh Thành', 'student', '2026-07-02 09:11:16.422', '2026-07-02 09:11:16.422');
|
||
INSERT INTO `staff_github_repos` VALUES (6, 1, 'phuocntbrikkei', 'ptit-hn-065-trn-minh-quang', 'https://github.com/phuocntbrikkei/ptit-hn-065-trn-minh-quang', 2, 8, 'PTIT-HN-065_Trần Minh Quang', 'student', '2026-07-02 09:11:23.174', '2026-07-02 09:11:23.174');
|
||
INSERT INTO `staff_github_repos` VALUES (7, 1, 'phuocntbrikkei', 'ptit-hn-239-ngc-dn', 'https://github.com/phuocntbrikkei/ptit-hn-239-ngc-dn', 2, 9, 'PTIT-HN-239_Đỗ Ngọc Dân', 'student', '2026-07-02 09:11:28.938', '2026-07-02 09:11:28.938');
|
||
INSERT INTO `staff_github_repos` VALUES (8, 1, 'phuocntbrikkei', 'ptit-hn-029-trung-hiu', 'https://github.com/phuocntbrikkei/ptit-hn-029-trung-hiu', 2, 10, 'PTIT-HN-029_Đỗ Trung Hiếu', 'student', '2026-07-02 09:11:34.705', '2026-07-02 09:11:34.705');
|
||
INSERT INTO `staff_github_repos` VALUES (9, 1, 'phuocntbrikkei', 'ptit-hn-116-trn-vit-anh', 'https://github.com/phuocntbrikkei/ptit-hn-116-trn-vit-anh', 2, 11, 'PTIT-HN-116_Trần Việt Anh', 'student', '2026-07-02 09:11:40.622', '2026-07-02 09:11:40.622');
|
||
INSERT INTO `staff_github_repos` VALUES (10, 1, 'phuocntbrikkei', 'ptit-hn-117-nguyn-hong-vit', 'https://github.com/phuocntbrikkei/ptit-hn-117-nguyn-hong-vit', 2, 12, 'PTIT-HN-117_Nguyễn Hoàng Việt', 'student', '2026-07-02 09:11:47.370', '2026-07-02 09:11:47.370');
|
||
INSERT INTO `staff_github_repos` VALUES (11, 1, 'phuocntbrikkei', 'ptit-hnk23-044-nguyn-vn-vng', 'https://github.com/phuocntbrikkei/ptit-hnk23-044-nguyn-vn-vng', 2, 14, 'PTIT-HNK23-044_Nguyễn Văn Vương', 'student', '2026-07-02 09:11:55.795', '2026-07-02 09:11:55.795');
|
||
INSERT INTO `staff_github_repos` VALUES (12, 1, 'phuocntbrikkei', 'ptit-hn-188-v-hng-anh', 'https://github.com/phuocntbrikkei/ptit-hn-188-v-hng-anh', 2, 15, 'PTIT-HN-188_Vũ Hồng Anh', 'student', '2026-07-02 09:12:02.598', '2026-07-02 09:12:02.598');
|
||
INSERT INTO `staff_github_repos` VALUES (13, 1, 'phuocntbrikkei', 'ptit-hn-228-chu-vn-ninh', 'https://github.com/phuocntbrikkei/ptit-hn-228-chu-vn-ninh', 2, 16, 'PTIT-HN-228_Chu Văn Ninh', 'student', '2026-07-02 09:12:08.530', '2026-07-02 09:12:08.530');
|
||
INSERT INTO `staff_github_repos` VALUES (14, 1, 'phuocntbrikkei', 'ptit-hn-041-nguyn-khc-hng', 'https://github.com/phuocntbrikkei/ptit-hn-041-nguyn-khc-hng', 2, 17, 'PTIT-HN-041_Nguyễn Khắc Hưng', 'student', '2026-07-02 09:12:15.636', '2026-07-02 09:12:15.636');
|
||
INSERT INTO `staff_github_repos` VALUES (16, 1, 'phuocntbrikkei', 'ptit-hn-124-thi-hng-c', 'https://github.com/phuocntbrikkei/ptit-hn-124-thi-hng-c', 2, 18, 'PTIT-HN-124_Thái Hồng Đức', 'student', '2026-07-02 09:17:02.306', '2026-07-02 09:17:02.306');
|
||
INSERT INTO `staff_github_repos` VALUES (17, 1, 'phuocntbrikkei', 'ptit-hn-262-ng-tun-minh', 'https://github.com/phuocntbrikkei/ptit-hn-262-ng-tun-minh', 2, 19, 'PTIT-HN-262_Đặng Tuấn Minh', 'student', '2026-07-02 09:17:09.723', '2026-07-02 09:17:09.723');
|
||
INSERT INTO `staff_github_repos` VALUES (18, 1, 'phuocntbrikkei', 'ptit-hn-068-nguyn-khc-phong', 'https://github.com/phuocntbrikkei/ptit-hn-068-nguyn-khc-phong', 2, 20, 'PTIT-HN-068_Nguyễn Khắc Phong', 'student', '2026-07-02 09:17:15.906', '2026-07-02 09:17:15.906');
|
||
INSERT INTO `staff_github_repos` VALUES (19, 1, 'phuocntbrikkei', 'exam-final-python-hn-ks25-cntt8', 'https://github.com/phuocntbrikkei/exam-final-python-hn-ks25-cntt8', 2, NULL, '[EXAM FINAL] - Python - HN-KS25-CNTT8', 'room', '2026-07-02 10:07:58.280', '2026-07-02 10:07:58.280');
|
||
INSERT INTO `staff_github_repos` VALUES (20, 1, 'phuocntbrikkei', 'testt', 'https://github.com/phuocntbrikkei/testt', 9, NULL, 'Testt', 'room', '2026-07-02 15:35:11.119', '2026-07-02 15:35:11.119');
|
||
INSERT INTO `staff_github_repos` VALUES (21, 1, 'phuocntbrikkei', 'ptit-hcm-018-l-thanh-cng-exam-9', 'https://github.com/phuocntbrikkei/ptit-hcm-018-l-thanh-cng-exam-9', 9, 21, 'PTIT-HCM-018_Lê Thanh Cường', 'student', '2026-07-02 15:35:37.673', '2026-07-02 15:35:37.673');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for student_sessions
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `student_sessions`;
|
||
CREATE TABLE `student_sessions` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`student_rk_id` bigint NOT NULL,
|
||
`class_rk_id` bigint NOT NULL,
|
||
`session_date` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`period` bigint NOT NULL DEFAULT 0,
|
||
`online_seconds` bigint NULL DEFAULT 0,
|
||
`offline_seconds` bigint NULL DEFAULT 0,
|
||
`wifi_ssids` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
`last_active_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_student_session`(`student_rk_id` ASC, `class_rk_id` ASC, `session_date` ASC, `period` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 1157 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of student_sessions
|
||
-- ----------------------------
|
||
INSERT INTO `student_sessions` VALUES (1, '2026-07-01 08:14:07.488', '2026-07-01 18:43:54.607', 596, 18, '2026-07-01', 1, 1050, 20, 'Rikkei Education Employee,<redacted>,NTBPhuoc_Asus', '2026-07-01 18:43:54.606');
|
||
INSERT INTO `student_sessions` VALUES (2, '2026-07-01 08:24:30.565', '2026-07-01 08:27:51.025', 1555, 81, '2026-07-01', 1, 190, 0, 'Rikkei Education Employee', '2026-07-01 08:27:51.025');
|
||
INSERT INTO `student_sessions` VALUES (3, '2026-07-01 08:28:01.063', '2026-07-01 08:41:53.332', 1555, 141, '2026-07-01', 1, 310, 0, 'Rikkei Education Employee', '2026-07-01 08:41:53.332');
|
||
INSERT INTO `student_sessions` VALUES (4, '2026-07-01 08:43:36.567', '2026-07-01 18:46:01.174', 596, 63, '2026-07-01', 1, 3050, 10, 'Rikkei Education Employee,Confident.R_5,NTBPhuoc_Asus', '2026-07-01 18:46:01.174');
|
||
INSERT INTO `student_sessions` VALUES (5, '2026-07-01 15:28:45.346', '2026-07-01 15:37:23.433', 1459, 143, '2026-07-01', 4, 340, 0, 'Rikkei Education Employee', '2026-07-01 15:37:23.433');
|
||
INSERT INTO `student_sessions` VALUES (6, '2026-07-01 16:29:48.062', '2026-07-01 20:52:29.108', 625, 63, '2026-07-01', 1, 80, 0, 'BeKind Home 5G', '2026-07-01 20:52:29.104');
|
||
INSERT INTO `student_sessions` VALUES (7, '2026-07-01 16:30:21.382', '2026-07-01 16:31:03.743', 1526, 76, '2026-07-01', 1, 20, 0, 'Hung Linh', '2026-07-01 16:31:03.742');
|
||
INSERT INTO `student_sessions` VALUES (8, '2026-07-01 16:30:28.395', '2026-07-01 22:00:16.533', 1321, 74, '2026-07-01', 1, 30, 0, 'Vu Huu Hoa,Vu Huu Hoa 5G', '2026-07-01 22:00:16.533');
|
||
INSERT INTO `student_sessions` VALUES (9, '2026-07-01 16:30:43.607', '2026-07-01 16:31:36.206', 1517, 80, '2026-07-01', 1, 20, 0, 'Katinat Coffee & Tea House', '2026-07-01 16:31:36.206');
|
||
INSERT INTO `student_sessions` VALUES (10, '2026-07-01 16:31:08.637', '2026-07-01 16:36:01.841', 1596, 77, '2026-07-01', 1, 40, 0, 'HONOR X8c', '2026-07-01 16:36:01.841');
|
||
INSERT INTO `student_sessions` VALUES (11, '2026-07-01 16:31:27.193', '2026-07-01 21:46:12.430', 1322, 73, '2026-07-01', 1, 360, 0, 'Thành An MESH', '2026-07-01 21:46:12.430');
|
||
INSERT INTO `student_sessions` VALUES (12, '2026-07-01 16:31:59.057', '2026-07-01 19:18:42.398', 1637, 77, '2026-07-01', 1, 60, 0, 'Linh Anh 5G', '2026-07-01 19:18:42.398');
|
||
INSERT INTO `student_sessions` VALUES (13, '2026-07-01 16:32:33.631', '2026-07-01 16:33:09.934', 621, 63, '2026-07-01', 1, 40, 0, 'lemomentcoffee', '2026-07-01 16:33:09.934');
|
||
INSERT INTO `student_sessions` VALUES (14, '2026-07-01 16:36:54.331', '2026-07-01 16:38:12.536', 1307, 74, '2026-07-01', 1, 60, 0, 'Nha 29C1 - P201', '2026-07-01 16:38:12.536');
|
||
INSERT INTO `student_sessions` VALUES (15, '2026-07-01 16:37:59.180', '2026-07-01 16:38:10.782', 677, 141, '2026-07-01', 1, 20, 0, 'Lisa House 3', '2026-07-01 16:38:10.782');
|
||
INSERT INTO `student_sessions` VALUES (16, '2026-07-01 16:40:46.798', '2026-07-01 16:43:01.021', 1729, 84, '2026-07-01', 1, 50, 0, 'Tang 4_5G', '2026-07-01 16:43:01.021');
|
||
INSERT INTO `student_sessions` VALUES (17, '2026-07-01 16:44:03.575', '2026-07-01 16:45:22.626', 640, 63, '2026-07-01', 1, 80, 0, 'Ti Bo', '2026-07-01 16:45:22.626');
|
||
INSERT INTO `student_sessions` VALUES (18, '2026-07-01 16:45:32.946', '2026-07-01 16:49:42.525', 640, 19, '2026-07-01', 1, 250, 0, 'Ti Bo', '2026-07-01 16:49:42.525');
|
||
INSERT INTO `student_sessions` VALUES (19, '2026-07-01 16:54:53.812', '2026-07-01 17:51:18.993', 152, 48, '2026-07-01', 1, 1000, 0, 'Banphimdep', '2026-07-01 17:51:18.992');
|
||
INSERT INTO `student_sessions` VALUES (20, '2026-07-01 16:55:57.261', '2026-07-01 17:09:49.593', 1617, 72, '2026-07-01', 1, 70, 0, 'TranLong', '2026-07-01 17:09:49.593');
|
||
INSERT INTO `student_sessions` VALUES (21, '2026-07-01 16:56:28.937', '2026-07-01 17:47:40.157', 688, 43, '2026-07-01', 1, 160, 0, '', '2026-07-01 17:47:40.157');
|
||
INSERT INTO `student_sessions` VALUES (22, '2026-07-01 16:58:57.851', '2026-07-01 17:03:18.244', 183, 58, '2026-07-01', 1, 370, 0, 'Nguyen lam huy 5 G', '2026-07-01 17:03:18.243');
|
||
INSERT INTO `student_sessions` VALUES (23, '2026-07-01 17:04:16.718', '2026-07-01 19:22:42.777', 1358, 77, '2026-07-01', 1, 220, 0, 'Manh Cuong', '2026-07-01 19:22:42.777');
|
||
INSERT INTO `student_sessions` VALUES (24, '2026-07-01 17:04:24.136', '2026-07-01 17:05:45.161', 190, 51, '2026-07-01', 1, 330, 0, '', '2026-07-01 17:05:45.161');
|
||
INSERT INTO `student_sessions` VALUES (25, '2026-07-01 17:07:54.719', '2026-07-01 17:11:20.851', 1665, 80, '2026-07-01', 1, 110, 0, 'DH_Community_3.7G', '2026-07-01 17:11:20.850');
|
||
INSERT INTO `student_sessions` VALUES (26, '2026-07-01 17:20:23.377', '2026-07-01 17:21:50.609', 114, 48, '2026-07-01', 1, 40, 0, 'PTIT_WIFI_KTX', '2026-07-01 17:21:50.609');
|
||
INSERT INTO `student_sessions` VALUES (27, '2026-07-01 17:22:57.134', '2026-07-01 17:23:16.757', 282, 49, '2026-07-01', 1, 20, 0, 'TinhTam 2', '2026-07-01 17:23:16.757');
|
||
INSERT INTO `student_sessions` VALUES (28, '2026-07-01 17:24:39.711', '2026-07-01 17:26:44.680', 1520, 78, '2026-07-01', 1, 70, 0, 'Thanh Tai 5G', '2026-07-01 17:26:44.680');
|
||
INSERT INTO `student_sessions` VALUES (29, '2026-07-01 17:25:58.657', '2026-07-01 17:25:58.657', 1296, 77, '2026-07-01', 1, 0, 0, '', '2026-07-01 17:25:58.657');
|
||
INSERT INTO `student_sessions` VALUES (30, '2026-07-01 17:39:22.842', '2026-07-01 17:40:26.492', 1738, 84, '2026-07-01', 1, 190, 0, '', '2026-07-01 17:40:26.492');
|
||
INSERT INTO `student_sessions` VALUES (31, '2026-07-01 17:39:44.450', '2026-07-01 18:43:49.727', 102, 48, '2026-07-01', 1, 7690, 0, '', '2026-07-01 18:43:49.727');
|
||
INSERT INTO `student_sessions` VALUES (32, '2026-07-01 17:44:44.291', '2026-07-01 18:02:34.471', 1437, 75, '2026-07-01', 1, 60, 0, '603', '2026-07-01 18:02:34.471');
|
||
INSERT INTO `student_sessions` VALUES (33, '2026-07-01 17:44:59.818', '2026-07-01 17:45:03.898', 251, 49, '2026-07-01', 1, 10, 0, 'Loi T2', '2026-07-01 17:45:03.898');
|
||
INSERT INTO `student_sessions` VALUES (34, '2026-07-01 18:12:32.788', '2026-07-01 18:12:57.658', 683, 18, '2026-07-01', 1, 110, 0, '', '2026-07-01 18:12:57.658');
|
||
INSERT INTO `student_sessions` VALUES (35, '2026-07-01 18:18:03.284', '2026-07-01 18:19:19.937', 1339, 80, '2026-07-01', 1, 40, 0, 'Hai Nguyen', '2026-07-01 18:19:19.937');
|
||
INSERT INTO `student_sessions` VALUES (36, '2026-07-01 18:34:27.608', '2026-07-01 18:34:29.041', 1618, 72, '2026-07-01', 1, 10, 0, '401', '2026-07-01 18:34:29.041');
|
||
INSERT INTO `student_sessions` VALUES (37, '2026-07-01 18:34:48.630', '2026-07-01 18:35:04.871', 1577, 76, '2026-07-01', 1, 50, 0, '', '2026-07-01 18:35:04.870');
|
||
INSERT INTO `student_sessions` VALUES (38, '2026-07-01 18:38:26.359', '2026-07-01 18:42:09.603', 1418, 78, '2026-07-01', 1, 20, 0, 'Ngoc Lam', '2026-07-01 18:42:09.603');
|
||
INSERT INTO `student_sessions` VALUES (39, '2026-07-01 18:59:29.755', '2026-07-01 19:00:14.370', 1505, 76, '2026-07-01', 1, 40, 0, 'Quang Duong', '2026-07-01 19:00:14.369');
|
||
INSERT INTO `student_sessions` VALUES (40, '2026-07-01 19:04:00.906', '2026-07-01 19:04:19.406', 147, 145, '2026-07-01', 1, 20, 0, 'Phuong_Nam_5G', '2026-07-01 19:04:19.406');
|
||
INSERT INTO `student_sessions` VALUES (41, '2026-07-01 19:30:55.753', '2026-07-01 20:56:19.032', 1510, 77, '2026-07-01', 1, 110, 0, 'HUNG 2007', '2026-07-01 20:56:19.032');
|
||
INSERT INTO `student_sessions` VALUES (42, '2026-07-01 19:36:38.888', '2026-07-01 19:39:15.141', 1331, 81, '2026-07-01', 1, 30, 0, 'Tang12', '2026-07-01 19:39:15.141');
|
||
INSERT INTO `student_sessions` VALUES (43, '2026-07-01 19:45:16.362', '2026-07-01 19:45:35.605', 1464, 74, '2026-07-01', 1, 20, 0, 'B-LINK_8F77', '2026-07-01 19:45:35.605');
|
||
INSERT INTO `student_sessions` VALUES (44, '2026-07-01 19:56:20.295', '2026-07-01 19:58:37.105', 401, 48, '2026-07-01', 1, 130, 0, 'Jackuchun', '2026-07-01 19:58:37.105');
|
||
INSERT INTO `student_sessions` VALUES (45, '2026-07-01 20:08:50.553', '2026-07-01 20:08:51.611', 1459, 80, '2026-07-01', 1, 10, 0, 'Minh Dang', '2026-07-01 20:08:51.611');
|
||
INSERT INTO `student_sessions` VALUES (46, '2026-07-01 20:12:43.089', '2026-07-01 20:14:26.820', 1656, 80, '2026-07-01', 1, 100, 0, 'Wifi 1-1 5g', '2026-07-01 20:14:26.819');
|
||
INSERT INTO `student_sessions` VALUES (47, '2026-07-01 20:23:42.474', '2026-07-01 20:23:45.752', 1354, 74, '2026-07-01', 1, 10, 0, 'DUNG DIEP_5G', '2026-07-01 20:23:45.752');
|
||
INSERT INTO `student_sessions` VALUES (48, '2026-07-01 20:36:24.137', '2026-07-01 20:36:26.256', 1345, 72, '2026-07-01', 1, 10, 0, 'Hien Beo 5G', '2026-07-01 20:36:26.256');
|
||
INSERT INTO `student_sessions` VALUES (49, '2026-07-01 20:36:30.866', '2026-07-01 20:36:38.977', 1550, 78, '2026-07-01', 1, 10, 0, 'BEKIND HOME_5G', '2026-07-01 20:36:38.977');
|
||
INSERT INTO `student_sessions` VALUES (50, '2026-07-01 20:50:13.737', '2026-07-02 07:00:50.882', 609, 63, '2026-07-01', 1, 570, 0, 'Nha Tro 385_5G,RIKKEI EDUCATION 2E32', '2026-07-02 07:00:50.881');
|
||
INSERT INTO `student_sessions` VALUES (51, '2026-07-01 21:09:47.313', '2026-07-01 21:09:55.215', 1389, 81, '2026-07-01', 1, 10, 0, 'Quynh Nhu', '2026-07-01 21:09:55.214');
|
||
INSERT INTO `student_sessions` VALUES (52, '2026-07-01 21:10:34.586', '2026-07-01 21:12:00.252', 632, 63, '2026-07-01', 1, 80, 0, 'PXDuck', '2026-07-01 21:12:00.252');
|
||
INSERT INTO `student_sessions` VALUES (53, '2026-07-01 21:12:51.560', '2026-07-01 21:13:16.591', 1482, 81, '2026-07-01', 1, 30, 0, 'Vu Van Trung 5G', '2026-07-01 21:13:16.591');
|
||
INSERT INTO `student_sessions` VALUES (54, '2026-07-01 21:17:13.953', '2026-07-01 21:17:18.051', 75, 52, '2026-07-01', 1, 10, 0, 'N17-T2-5G', '2026-07-01 21:17:18.051');
|
||
INSERT INTO `student_sessions` VALUES (55, '2026-07-01 21:20:56.029', '2026-07-01 21:22:19.138', 1654, 81, '2026-07-01', 1, 60, 0, 'VINCENT HOUSE_L1 A', '2026-07-01 21:22:19.137');
|
||
INSERT INTO `student_sessions` VALUES (56, '2026-07-01 21:24:14.352', '2026-07-01 21:24:27.305', 88, 52, '2026-07-01', 1, 20, 0, 'Phòng A6.302', '2026-07-01 21:24:27.305');
|
||
INSERT INTO `student_sessions` VALUES (57, '2026-07-01 21:31:18.400', '2026-07-01 21:31:59.594', 406, 145, '2026-07-01', 1, 40, 0, 'Nha Cua An', '2026-07-01 21:31:59.594');
|
||
INSERT INTO `student_sessions` VALUES (58, '2026-07-01 21:33:06.165', '2026-07-01 21:40:53.068', 1679, 74, '2026-07-01', 1, 30, 0, 'TP-Link_66FC', '2026-07-01 21:40:53.068');
|
||
INSERT INTO `student_sessions` VALUES (59, '2026-07-01 21:36:59.623', '2026-07-01 21:37:41.681', 1432, 81, '2026-07-01', 1, 40, 0, 'HOANG PHUC', '2026-07-01 21:37:41.681');
|
||
INSERT INTO `student_sessions` VALUES (60, '2026-07-01 21:37:59.398', '2026-07-01 21:39:12.516', 593, 63, '2026-07-01', 1, 280, 0, '', '2026-07-01 21:39:12.515');
|
||
INSERT INTO `student_sessions` VALUES (61, '2026-07-01 21:39:28.650', '2026-07-01 21:39:31.761', 1495, 73, '2026-07-01', 1, 10, 0, 'DŨNG ĐEN_5G', '2026-07-01 21:39:31.760');
|
||
INSERT INTO `student_sessions` VALUES (62, '2026-07-01 21:44:44.125', '2026-07-01 21:48:26.053', 1470, 81, '2026-07-01', 1, 40, 0, 'Lau1_5G', '2026-07-01 21:48:26.052');
|
||
INSERT INTO `student_sessions` VALUES (63, '2026-07-01 21:46:48.939', '2026-07-01 21:53:33.093', 682, 63, '2026-07-01', 1, 120, 0, 'Phong 10 5GHz', '2026-07-01 21:53:33.093');
|
||
INSERT INTO `student_sessions` VALUES (64, '2026-07-01 21:47:59.043', '2026-07-01 21:48:25.346', 592, 63, '2026-07-01', 1, 30, 0, 'HUYEN CHI 5G', '2026-07-01 21:48:25.346');
|
||
INSERT INTO `student_sessions` VALUES (65, '2026-07-01 21:54:34.388', '2026-07-01 22:45:41.064', 220, 49, '2026-07-01', 1, 70, 0, 'TP-Link_3AE1', '2026-07-01 22:45:41.064');
|
||
INSERT INTO `student_sessions` VALUES (66, '2026-07-01 21:55:40.960', '2026-07-01 21:59:06.216', 1741, 84, '2026-07-01', 1, 90, 0, 'Mai Anh 2', '2026-07-01 21:59:06.215');
|
||
INSERT INTO `student_sessions` VALUES (67, '2026-07-01 22:04:36.994', '2026-07-01 22:05:55.980', 1380, 74, '2026-07-01', 1, 40, 0, 'FPT', '2026-07-01 22:05:55.979');
|
||
INSERT INTO `student_sessions` VALUES (68, '2026-07-01 22:07:34.430', '2026-07-01 22:11:53.304', 671, 63, '2026-07-01', 1, 30, 0, 'Tiep Tinh', '2026-07-01 22:11:53.304');
|
||
INSERT INTO `student_sessions` VALUES (69, '2026-07-01 22:07:55.050', '2026-07-01 22:09:28.453', 100, 51, '2026-07-01', 1, 70, 0, 'BanhGungDeoT2_5G', '2026-07-01 22:09:28.453');
|
||
INSERT INTO `student_sessions` VALUES (70, '2026-07-01 22:11:08.570', '2026-07-01 22:12:57.101', 591, 18, '2026-07-01', 1, 30, 0, 'Loan', '2026-07-01 22:12:57.101');
|
||
INSERT INTO `student_sessions` VALUES (71, '2026-07-01 22:19:56.715', '2026-07-01 23:07:46.504', 314, 49, '2026-07-01', 1, 290, 0, 'Thuyet', '2026-07-01 23:07:46.504');
|
||
INSERT INTO `student_sessions` VALUES (72, '2026-07-01 22:21:58.957', '2026-07-01 22:22:09.675', 1608, 80, '2026-07-01', 1, 20, 0, 'TIEN MINH', '2026-07-01 22:22:09.675');
|
||
INSERT INTO `student_sessions` VALUES (73, '2026-07-01 22:26:30.556', '2026-07-01 22:39:34.360', 1388, 73, '2026-07-01', 1, 50, 0, 'Nha Tro Yen Phuc', '2026-07-01 22:39:34.359');
|
||
INSERT INTO `student_sessions` VALUES (74, '2026-07-01 22:35:27.978', '2026-07-01 22:35:42.192', 644, 19, '2026-07-01', 1, 20, 0, 'KTX I09_5G', '2026-07-01 22:35:42.191');
|
||
INSERT INTO `student_sessions` VALUES (75, '2026-07-01 22:37:18.260', '2026-07-01 22:37:24.318', 1556, 81, '2026-07-01', 1, 10, 0, 'Khiem Pham 1', '2026-07-01 22:37:24.317');
|
||
INSERT INTO `student_sessions` VALUES (76, '2026-07-01 22:45:34.676', '2026-07-01 22:45:40.749', 230, 49, '2026-07-01', 1, 10, 0, 'Trinh Phuong Luan', '2026-07-01 22:45:40.749');
|
||
INSERT INTO `student_sessions` VALUES (77, '2026-07-01 22:57:55.934', '2026-07-01 23:08:41.049', 128, 49, '2026-07-01', 1, 590, 0, 'P.601', '2026-07-01 23:08:41.048');
|
||
INSERT INTO `student_sessions` VALUES (78, '2026-07-01 22:59:25.341', '2026-07-01 22:59:35.262', 1287, 73, '2026-07-01', 1, 10, 0, '', '2026-07-01 22:59:35.262');
|
||
INSERT INTO `student_sessions` VALUES (79, '2026-07-01 23:00:16.635', '2026-07-01 23:03:47.883', 150, 49, '2026-07-01', 1, 40, 0, 'Ho Ung Duong-5G', '2026-07-01 23:03:47.883');
|
||
INSERT INTO `student_sessions` VALUES (80, '2026-07-01 23:00:30.285', '2026-07-01 23:03:44.937', 1796, 84, '2026-07-01', 1, 40, 0, 'Tenda_E00AD0', '2026-07-01 23:03:44.936');
|
||
INSERT INTO `student_sessions` VALUES (81, '2026-07-01 23:00:39.579', '2026-07-01 23:02:54.410', 637, 19, '2026-07-01', 1, 130, 0, 'KTX I09_5G', '2026-07-01 23:02:54.409');
|
||
INSERT INTO `student_sessions` VALUES (82, '2026-07-01 23:03:51.239', '2026-07-01 23:03:51.239', 216, 49, '2026-07-01', 1, 0, 0, '', '2026-07-01 23:03:51.239');
|
||
INSERT INTO `student_sessions` VALUES (83, '2026-07-01 23:09:25.149', '2026-07-01 23:09:28.431', 142, 42, '2026-07-01', 1, 10, 0, 'Vinh Thanh', '2026-07-01 23:09:28.431');
|
||
INSERT INTO `student_sessions` VALUES (84, '2026-07-01 23:10:56.194', '2026-07-01 23:14:20.674', 1449, 73, '2026-07-01', 1, 190, 0, 'Duong', '2026-07-01 23:14:20.673');
|
||
INSERT INTO `student_sessions` VALUES (85, '2026-07-01 23:14:48.262', '2026-07-01 23:14:53.595', 95, 145, '2026-07-01', 1, 20, 0, '', '2026-07-01 23:14:53.595');
|
||
INSERT INTO `student_sessions` VALUES (86, '2026-07-01 23:17:11.810', '2026-07-01 23:17:35.043', 117, 49, '2026-07-01', 1, 20, 0, 'Horizon Apartment', '2026-07-01 23:17:35.037');
|
||
INSERT INTO `student_sessions` VALUES (87, '2026-07-01 23:22:28.548', '2026-07-01 23:23:02.491', 639, 19, '2026-07-01', 1, 40, 0, 'HaiSon Bolero_5G', '2026-07-01 23:23:02.491');
|
||
INSERT INTO `student_sessions` VALUES (88, '2026-07-01 23:24:03.801', '2026-07-01 23:25:08.767', 133, 48, '2026-07-01', 1, 240, 0, '', '2026-07-01 23:25:08.767');
|
||
INSERT INTO `student_sessions` VALUES (89, '2026-07-02 00:09:30.136', '2026-07-02 16:19:12.554', 263, 48, '2026-07-02', 1, 7630, 10, 'Hung06,Practical.R_5', '2026-07-02 16:19:12.553');
|
||
INSERT INTO `student_sessions` VALUES (90, '2026-07-02 00:33:31.181', '2026-07-02 14:11:08.876', 1539, 79, '2026-07-02', 1, 550, 30, 'ilivinn Tret -5G', '2026-07-02 14:11:08.875');
|
||
INSERT INTO `student_sessions` VALUES (91, '2026-07-02 00:53:38.902', '2026-07-02 06:59:59.983', 676, 18, '2026-07-02', 1, 460, 0, 'T2P3,RIKKEI EDUCATION 2E32', '2026-07-02 06:59:59.982');
|
||
INSERT INTO `student_sessions` VALUES (92, '2026-07-02 00:57:28.366', '2026-07-02 11:09:14.770', 1770, 82, '2026-07-02', 1, 6520, 0, 'HLAND 122,PTIT_WIFI', '2026-07-02 11:09:14.770');
|
||
INSERT INTO `student_sessions` VALUES (93, '2026-07-02 01:09:30.716', '2026-07-02 07:48:13.807', 618, 63, '2026-07-02', 1, 3050, 0, 'KTX I09_5G,RIKKEI EDUCATION 2E32', '2026-07-02 07:48:13.807');
|
||
INSERT INTO `student_sessions` VALUES (94, '2026-07-02 02:02:27.723', '2026-07-02 14:37:27.714', 1469, 73, '2026-07-02', 1, 1230, 80, 'PTIT_WIFI_KTX,rikkeieducation', '2026-07-02 14:37:27.714');
|
||
INSERT INTO `student_sessions` VALUES (95, '2026-07-02 02:06:31.505', '2026-07-02 19:22:01.448', 1626, 78, '2026-07-02', 1, 240, 0, 'Việt thành đeppzaii_5G,2E35 RIKKEI EDUCATION', '2026-07-02 19:22:01.448');
|
||
INSERT INTO `student_sessions` VALUES (96, '2026-07-02 02:23:29.309', '2026-07-02 06:59:54.037', 631, 19, '2026-07-02', 1, 180, 0, 'Trinh.,RIKKEI EDUCATION 2E32', '2026-07-02 06:59:54.037');
|
||
INSERT INTO `student_sessions` VALUES (97, '2026-07-02 04:02:05.888', '2026-07-02 07:48:06.233', 588, 63, '2026-07-02', 1, 3150, 20, '109 111 112 114,PTIT.HCM_SV', '2026-07-02 07:48:06.233');
|
||
INSERT INTO `student_sessions` VALUES (98, '2026-07-02 04:28:19.877', '2026-07-02 09:00:26.430', 135, 122, '2026-07-02', 1, 7020, 0, '302 Shin 5Ghz,Rikkei Education 1', '2026-07-02 09:00:26.430');
|
||
INSERT INTO `student_sessions` VALUES (99, '2026-07-02 05:33:24.753', '2026-07-02 06:59:54.094', 686, 18, '2026-07-02', 1, 190, 0, 'ThanhNgoc,RIKKEI EDUCATION 2E32', '2026-07-02 06:59:54.093');
|
||
INSERT INTO `student_sessions` VALUES (100, '2026-07-02 06:04:25.660', '2026-07-02 09:02:22.223', 311, 145, '2026-07-02', 1, 5690, 10, '9B5_5G,RIKKEI EDU', '2026-07-02 09:02:22.222');
|
||
INSERT INTO `student_sessions` VALUES (101, '2026-07-02 06:16:47.872', '2026-07-02 07:48:37.583', 690, 63, '2026-07-02', 1, 3360, 0, 'Home,Rikkei Education Employee', '2026-07-02 07:48:37.583');
|
||
INSERT INTO `student_sessions` VALUES (102, '2026-07-02 06:21:54.595', '2026-07-02 06:59:50.011', 605, 19, '2026-07-02', 1, 600, 0, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32', '2026-07-02 06:59:50.011');
|
||
INSERT INTO `student_sessions` VALUES (103, '2026-07-02 06:38:28.417', '2026-07-02 09:03:22.210', 1296, 77, '2026-07-02', 1, 8110, 100, 'PTIT_WIFI', '2026-07-02 09:03:22.210');
|
||
INSERT INTO `student_sessions` VALUES (104, '2026-07-02 06:38:54.409', '2026-07-02 09:02:36.856', 183, 58, '2026-07-02', 1, 6440, 0, 'Nguyen lam huy 5 G,RIKKEI EDU', '2026-07-02 09:02:36.856');
|
||
INSERT INTO `student_sessions` VALUES (105, '2026-07-02 06:43:12.376', '2026-07-02 14:00:20.045', 1729, 84, '2026-07-02', 1, 7140, 250, 'rikkeieducation p804 5G,rikkeieducation,Tang 4_5G', '2026-07-02 14:00:20.044');
|
||
INSERT INTO `student_sessions` VALUES (106, '2026-07-02 06:43:41.921', '2026-07-02 09:02:58.877', 927, 26, '2026-07-02', 1, 7770, 0, 'Rikkei Education 1', '2026-07-02 09:02:58.877');
|
||
INSERT INTO `student_sessions` VALUES (107, '2026-07-02 06:45:30.008', '2026-07-02 07:48:21.322', 671, 63, '2026-07-02', 1, 3620, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:21.322');
|
||
INSERT INTO `student_sessions` VALUES (108, '2026-07-02 06:45:46.243', '2026-07-02 06:59:55.984', 632, 19, '2026-07-02', 1, 810, 0, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32', '2026-07-02 06:59:55.984');
|
||
INSERT INTO `student_sessions` VALUES (109, '2026-07-02 06:46:45.103', '2026-07-02 09:00:54.538', 681, 144, '2026-07-02', 1, 34110, 0, '', '2026-07-02 09:00:54.537');
|
||
INSERT INTO `student_sessions` VALUES (110, '2026-07-02 06:47:22.810', '2026-07-02 08:48:42.724', 683, 18, '2026-07-02', 1, 29670, 0, '', '2026-07-02 08:48:42.723');
|
||
INSERT INTO `student_sessions` VALUES (111, '2026-07-02 06:47:26.395', '2026-07-02 06:59:53.666', 595, 19, '2026-07-02', 1, 690, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:53.666');
|
||
INSERT INTO `student_sessions` VALUES (112, '2026-07-02 06:47:40.882', '2026-07-02 07:48:12.723', 680, 63, '2026-07-02', 1, 3450, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:12.723');
|
||
INSERT INTO `student_sessions` VALUES (113, '2026-07-02 06:47:42.413', '2026-07-02 15:31:09.085', 1300, 77, '2026-07-02', 1, 24750, 9430, 'PTIT_WIFI,Net Xoi,VINAPHON', '2026-07-02 15:31:09.085');
|
||
INSERT INTO `student_sessions` VALUES (114, '2026-07-02 06:48:02.750', '2026-07-02 07:48:09.011', 584, 63, '2026-07-02', 1, 3460, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:09.011');
|
||
INSERT INTO `student_sessions` VALUES (115, '2026-07-02 06:48:37.113', '2026-07-02 07:48:14.994', 687, 63, '2026-07-02', 1, 3200, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:14.994');
|
||
INSERT INTO `student_sessions` VALUES (116, '2026-07-02 06:49:05.110', '2026-07-02 08:58:35.009', 1637, 77, '2026-07-02', 1, 7380, 0, 'PTIT_WIFI', '2026-07-02 08:58:35.009');
|
||
INSERT INTO `student_sessions` VALUES (117, '2026-07-02 06:49:39.778', '2026-07-03 08:12:01.081', 610, 63, '2026-07-02', 1, 7110, 40, 'RIKKEI EDUCATION 2E32,PTIT.HCM_SV', '2026-07-03 08:12:01.081');
|
||
INSERT INTO `student_sessions` VALUES (118, '2026-07-02 06:49:54.276', '2026-07-02 06:59:56.999', 682, 19, '2026-07-02', 1, 580, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:56.999');
|
||
INSERT INTO `student_sessions` VALUES (119, '2026-07-02 06:49:57.265', '2026-07-02 07:09:04.778', 1380, 74, '2026-07-02', 1, 1050, 0, 'PTIT_WIFI', '2026-07-02 07:09:04.777');
|
||
INSERT INTO `student_sessions` VALUES (120, '2026-07-02 06:51:16.965', '2026-07-02 10:19:29.807', 1796, 84, '2026-07-02', 1, 7860, 0, 'rikkeieducation p804 5G,Tenda_E00AD0', '2026-07-02 10:19:29.807');
|
||
INSERT INTO `student_sessions` VALUES (121, '2026-07-02 06:51:29.475', '2026-07-02 06:59:53.518', 593, 18, '2026-07-02', 1, 480, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:53.518');
|
||
INSERT INTO `student_sessions` VALUES (122, '2026-07-02 06:51:29.911', '2026-07-02 09:03:49.118', 1608, 80, '2026-07-02', 1, 390, 0, '2E34VNPT', '2026-07-02 09:03:49.118');
|
||
INSERT INTO `student_sessions` VALUES (123, '2026-07-02 06:52:02.182', '2026-07-02 09:05:14.803', 1520, 78, '2026-07-02', 1, 640, 0, '2E34VNPT', '2026-07-02 09:05:14.803');
|
||
INSERT INTO `student_sessions` VALUES (124, '2026-07-02 06:52:19.247', '2026-07-02 07:48:15.890', 691, 63, '2026-07-02', 1, 3070, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:15.890');
|
||
INSERT INTO `student_sessions` VALUES (125, '2026-07-02 06:52:19.313', '2026-07-02 09:03:08.516', 406, 145, '2026-07-02', 1, 7390, 10, 'Rikkei Education 1', '2026-07-02 09:03:08.516');
|
||
INSERT INTO `student_sessions` VALUES (126, '2026-07-02 06:52:30.744', '2026-07-02 17:17:27.908', 1640, 77, '2026-07-02', 1, 10100, 10, 'PTIT_WIFI,rikkeieducation p801 5G', '2026-07-02 17:17:27.908');
|
||
INSERT INTO `student_sessions` VALUES (127, '2026-07-02 06:52:34.489', '2026-07-02 06:59:58.316', 625, 19, '2026-07-02', 1, 430, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:58.315');
|
||
INSERT INTO `student_sessions` VALUES (128, '2026-07-02 06:52:48.627', '2026-07-02 06:59:58.522', 640, 19, '2026-07-02', 1, 350, 50, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:58.522');
|
||
INSERT INTO `student_sessions` VALUES (129, '2026-07-02 06:53:10.708', '2026-07-02 18:13:32.048', 1525, 77, '2026-07-02', 1, 9960, 0, 'PTIT_WIFI,PTIT_WIFI_KTX', '2026-07-02 18:13:32.048');
|
||
INSERT INTO `student_sessions` VALUES (130, '2026-07-02 06:53:24.972', '2026-07-02 09:03:25.791', 1510, 77, '2026-07-02', 1, 6410, 0, 'PTIT_WIFI', '2026-07-02 09:03:25.791');
|
||
INSERT INTO `student_sessions` VALUES (131, '2026-07-02 06:53:29.249', '2026-07-02 08:56:58.858', 1665, 80, '2026-07-02', 1, 6340, 10, '2E35 RIKKEI EDUCATION', '2026-07-02 08:56:58.858');
|
||
INSERT INTO `student_sessions` VALUES (132, '2026-07-02 06:53:45.544', '2026-07-02 07:46:11.697', 613, 63, '2026-07-02', 1, 2890, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:46:11.696');
|
||
INSERT INTO `student_sessions` VALUES (133, '2026-07-02 06:54:16.088', '2026-07-02 09:04:07.720', 1573, 78, '2026-07-02', 1, 520, 0, '2E34VNPT-5G', '2026-07-02 09:04:07.720');
|
||
INSERT INTO `student_sessions` VALUES (134, '2026-07-02 06:54:16.497', '2026-07-02 07:19:47.748', 1679, 74, '2026-07-02', 1, 1440, 0, 'rikkeieducation p805 5G', '2026-07-02 07:19:47.747');
|
||
INSERT INTO `student_sessions` VALUES (135, '2026-07-02 06:54:29.580', '2026-07-02 06:59:57.559', 592, 18, '2026-07-02', 1, 260, 40, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:57.559');
|
||
INSERT INTO `student_sessions` VALUES (136, '2026-07-02 06:54:48.059', '2026-07-02 23:14:16.040', 1354, 74, '2026-07-02', 1, 1060, 30, 'rikkeieducation p805 5G,PTIT_WIFI,DUNG DIEP_5G', '2026-07-02 23:14:16.039');
|
||
INSERT INTO `student_sessions` VALUES (137, '2026-07-02 06:54:51.513', '2026-07-02 07:49:32.634', 616, 63, '2026-07-02', 1, 3120, 10, 'Rikkei Education Employee,RIKKEI EDUCATION 2E32', '2026-07-02 07:49:32.634');
|
||
INSERT INTO `student_sessions` VALUES (138, '2026-07-02 06:54:52.703', '2026-07-02 09:03:01.839', 1596, 77, '2026-07-02', 1, 6990, 20, 'HONOR X8c', '2026-07-02 09:03:01.839');
|
||
INSERT INTO `student_sessions` VALUES (139, '2026-07-02 06:54:56.399', '2026-07-02 06:59:59.966', 582, 19, '2026-07-02', 1, 190, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:59.966');
|
||
INSERT INTO `student_sessions` VALUES (140, '2026-07-02 06:55:11.659', '2026-07-02 09:03:50.108', 1418, 78, '2026-07-02', 1, 440, 10, 'PTIT.HCM_SV,2E35 RIKKEI EDUCATION', '2026-07-02 09:03:50.107');
|
||
INSERT INTO `student_sessions` VALUES (141, '2026-07-02 06:55:14.902', '2026-07-02 06:56:51.523', 1321, 74, '2026-07-02', 1, 100, 0, 'PTIT_WIFI', '2026-07-02 06:56:51.523');
|
||
INSERT INTO `student_sessions` VALUES (142, '2026-07-02 06:55:18.314', '2026-07-02 07:36:21.040', 1307, 74, '2026-07-02', 1, 2170, 0, 'rikkeieducation p805 5G', '2026-07-02 07:36:21.040');
|
||
INSERT INTO `student_sessions` VALUES (143, '2026-07-02 06:55:25.578', '2026-07-02 09:04:15.364', 95, 145, '2026-07-02', 1, 7270, 0, 'Rikkei Education 1', '2026-07-02 09:04:15.364');
|
||
INSERT INTO `student_sessions` VALUES (144, '2026-07-02 06:55:34.314', '2026-07-02 09:03:44.352', 1480, 78, '2026-07-02', 1, 410, 0, '2E34VNPT', '2026-07-02 09:03:44.352');
|
||
INSERT INTO `student_sessions` VALUES (145, '2026-07-02 06:55:36.012', '2026-07-02 06:59:57.071', 637, 19, '2026-07-02', 1, 260, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:57.071');
|
||
INSERT INTO `student_sessions` VALUES (146, '2026-07-02 06:55:36.627', '2026-07-02 09:04:58.545', 101, 145, '2026-07-02', 1, 6890, 20, 'RIKKEI EDU', '2026-07-02 09:04:58.545');
|
||
INSERT INTO `student_sessions` VALUES (147, '2026-07-02 06:55:57.729', '2026-07-02 07:15:51.940', 619, 144, '2026-07-02', 1, 530, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:15:51.940');
|
||
INSERT INTO `student_sessions` VALUES (148, '2026-07-02 06:56:01.559', '2026-07-02 07:34:13.579', 589, 18, '2026-07-02', 1, 2160, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:34:13.579');
|
||
INSERT INTO `student_sessions` VALUES (149, '2026-07-02 06:56:07.832', '2026-07-02 09:03:45.388', 1656, 80, '2026-07-02', 1, 360, 10, '2E34VNPT', '2026-07-02 09:03:45.388');
|
||
INSERT INTO `student_sessions` VALUES (150, '2026-07-02 06:56:14.320', '2026-07-02 09:04:31.624', 1352, 78, '2026-07-02', 1, 410, 0, '2E34VNPT', '2026-07-02 09:04:31.624');
|
||
INSERT INTO `student_sessions` VALUES (151, '2026-07-02 06:56:34.971', '2026-07-02 17:20:02.673', 1358, 77, '2026-07-02', 1, 9970, 0, 'PTIT_WIFI,Manh Cuong', '2026-07-02 17:20:02.672');
|
||
INSERT INTO `student_sessions` VALUES (152, '2026-07-02 06:56:40.197', '2026-07-02 07:17:22.408', 643, 144, '2026-07-02', 1, 1160, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:17:22.408');
|
||
INSERT INTO `student_sessions` VALUES (153, '2026-07-02 06:56:40.877', '2026-07-02 07:01:59.947', 1315, 74, '2026-07-02', 1, 310, 0, 'rikkeieducation p805 5G', '2026-07-02 07:01:59.947');
|
||
INSERT INTO `student_sessions` VALUES (154, '2026-07-02 06:56:47.895', '2026-07-02 06:59:57.201', 603, 18, '2026-07-02', 1, 170, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:57.201');
|
||
INSERT INTO `student_sessions` VALUES (155, '2026-07-02 06:56:51.038', '2026-07-02 08:53:53.870', 100, 51, '2026-07-02', 1, 6510, 10, 'Confident.R_24', '2026-07-02 08:53:53.869');
|
||
INSERT INTO `student_sessions` VALUES (156, '2026-07-02 06:57:07.346', '2026-07-02 09:12:45.478', 219, 132, '2026-07-02', 1, 7540, 0, 'Rikkei Education 1', '2026-07-02 09:12:45.477');
|
||
INSERT INTO `student_sessions` VALUES (157, '2026-07-02 06:57:34.256', '2026-07-02 07:18:55.214', 1464, 74, '2026-07-02', 1, 1180, 0, 'rikkeieducation p802 5G', '2026-07-02 07:18:55.214');
|
||
INSERT INTO `student_sessions` VALUES (158, '2026-07-02 06:57:36.070', '2026-07-02 19:38:21.546', 1741, 84, '2026-07-02', 1, 8300, 80, 'rikkeieducation p804 5G,PTIT_WIFI_KTX,Mai Anh 2', '2026-07-02 19:38:21.545');
|
||
INSERT INTO `student_sessions` VALUES (159, '2026-07-02 06:57:46.811', '2026-07-02 09:02:29.602', 1621, 78, '2026-07-02', 1, 220, 0, '2E34VNPT-5G', '2026-07-02 09:02:29.602');
|
||
INSERT INTO `student_sessions` VALUES (160, '2026-07-02 06:58:08.762', '2026-07-02 08:26:39.957', 110, 51, '2026-07-02', 1, 4850, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-02 08:26:39.957');
|
||
INSERT INTO `student_sessions` VALUES (161, '2026-07-02 06:58:14.540', '2026-07-02 06:59:58.999', 594, 18, '2026-07-02', 1, 100, 0, 'Rikkei Education Employee', '2026-07-02 06:59:58.999');
|
||
INSERT INTO `student_sessions` VALUES (162, '2026-07-02 06:58:17.179', '2026-07-02 06:58:31.715', 1382, 74, '2026-07-02', 1, 20, 0, 'rikkeieducation p804 5G', '2026-07-02 06:58:31.714');
|
||
INSERT INTO `student_sessions` VALUES (163, '2026-07-02 06:58:17.281', '2026-07-02 08:46:46.892', 692, 121, '2026-07-02', 1, 5730, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:46:46.892');
|
||
INSERT INTO `student_sessions` VALUES (164, '2026-07-02 06:58:21.487', '2026-07-02 09:03:58.870', 279, 145, '2026-07-02', 1, 7150, 0, 'rikkeieducation 1', '2026-07-02 09:03:58.870');
|
||
INSERT INTO `student_sessions` VALUES (165, '2026-07-02 06:58:29.466', '2026-07-02 06:59:53.698', 591, 18, '2026-07-02', 1, 90, 20, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:53.697');
|
||
INSERT INTO `student_sessions` VALUES (166, '2026-07-02 06:58:35.111', '2026-07-02 17:53:51.359', 190, 51, '2026-07-02', 1, 790, 0, 'Cooperate.R_5', '2026-07-02 17:53:51.359');
|
||
INSERT INTO `student_sessions` VALUES (167, '2026-07-02 06:58:36.392', '2026-07-02 06:59:53.485', 689, 19, '2026-07-02', 1, 80, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 06:59:53.484');
|
||
INSERT INTO `student_sessions` VALUES (168, '2026-07-02 06:58:38.342', '2026-07-02 06:58:55.554', 1533, 78, '2026-07-02', 1, 20, 0, '2E34VNPT-5G', '2026-07-02 06:58:55.554');
|
||
INSERT INTO `student_sessions` VALUES (169, '2026-07-02 06:58:39.092', '2026-07-02 09:01:11.871', 1592, 74, '2026-07-02', 1, 6260, 0, 'PTIT_WIFI', '2026-07-02 09:01:11.871');
|
||
INSERT INTO `student_sessions` VALUES (170, '2026-07-02 06:58:40.039', '2026-07-02 07:51:03.229', 615, 63, '2026-07-02', 1, 2910, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:51:03.229');
|
||
INSERT INTO `student_sessions` VALUES (171, '2026-07-02 06:58:45.488', '2026-07-02 17:23:42.776', 1808, 84, '2026-07-02', 1, 10000, 0, 'rikkeieducation p804 5G', '2026-07-02 17:23:42.776');
|
||
INSERT INTO `student_sessions` VALUES (172, '2026-07-02 06:59:20.950', '2026-07-02 09:00:24.352', 147, 145, '2026-07-02', 1, 6930, 0, 'rikkeieducation 1', '2026-07-02 09:00:24.352');
|
||
INSERT INTO `student_sessions` VALUES (173, '2026-07-02 06:59:21.306', '2026-07-02 06:59:52.082', 620, 18, '2026-07-02', 1, 30, 0, 'PTIT.HCM_SV', '2026-07-02 06:59:52.082');
|
||
INSERT INTO `student_sessions` VALUES (174, '2026-07-02 06:59:37.330', '2026-07-02 07:53:40.721', 614, 63, '2026-07-02', 1, 2840, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:53:40.721');
|
||
INSERT INTO `student_sessions` VALUES (175, '2026-07-02 06:59:58.517', '2026-07-02 09:03:43.064', 1448, 80, '2026-07-02', 1, 160, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:03:43.064');
|
||
INSERT INTO `student_sessions` VALUES (176, '2026-07-02 06:59:59.251', '2026-07-02 09:03:44.002', 1550, 78, '2026-07-02', 1, 170, 0, '2E34VNPT-5G', '2026-07-02 09:03:44.002');
|
||
INSERT INTO `student_sessions` VALUES (177, '2026-07-02 07:00:00.328', '2026-07-02 09:00:56.651', 1608, 143, '2026-07-02', 1, 6880, 70, '2E34VNPT', '2026-07-02 09:00:56.651');
|
||
INSERT INTO `student_sessions` VALUES (178, '2026-07-02 07:00:00.578', '2026-07-02 07:50:36.948', 605, 63, '2026-07-02', 1, 2910, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:50:36.947');
|
||
INSERT INTO `student_sessions` VALUES (179, '2026-07-02 07:00:00.693', '2026-07-02 07:48:10.070', 676, 63, '2026-07-02', 1, 2710, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:10.070');
|
||
INSERT INTO `student_sessions` VALUES (180, '2026-07-02 07:00:00.792', '2026-07-02 09:00:10.746', 1533, 143, '2026-07-02', 1, 3900, 10, '2E34VNPT-5G', '2026-07-02 09:00:10.746');
|
||
INSERT INTO `student_sessions` VALUES (181, '2026-07-02 07:00:01.108', '2026-07-02 09:00:58.888', 1656, 143, '2026-07-02', 1, 5960, 90, '2E34VNPT', '2026-07-02 09:00:58.888');
|
||
INSERT INTO `student_sessions` VALUES (182, '2026-07-02 07:00:01.354', '2026-07-02 09:00:52.202', 1480, 143, '2026-07-02', 1, 6750, 40, '2E34VNPT', '2026-07-02 09:00:52.201');
|
||
INSERT INTO `student_sessions` VALUES (183, '2026-07-02 07:00:02.440', '2026-07-02 07:51:01.697', 620, 63, '2026-07-02', 1, 2670, 0, 'PTIT.HCM_SV', '2026-07-02 07:51:01.697');
|
||
INSERT INTO `student_sessions` VALUES (184, '2026-07-02 07:00:04.022', '2026-07-02 07:53:03.423', 689, 63, '2026-07-02', 1, 3020, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:53:03.423');
|
||
INSERT INTO `student_sessions` VALUES (185, '2026-07-02 07:00:04.267', '2026-07-02 07:48:28.559', 591, 63, '2026-07-02', 1, 2670, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:28.559');
|
||
INSERT INTO `student_sessions` VALUES (186, '2026-07-02 07:00:04.374', '2026-07-02 07:48:18.417', 593, 63, '2026-07-02', 1, 2750, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:18.417');
|
||
INSERT INTO `student_sessions` VALUES (187, '2026-07-02 07:00:04.377', '2026-07-02 07:53:02.458', 595, 63, '2026-07-02', 1, 2950, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:53:02.458');
|
||
INSERT INTO `student_sessions` VALUES (188, '2026-07-02 07:00:04.382', '2026-07-02 07:48:08.291', 631, 63, '2026-07-02', 1, 2730, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:08.291');
|
||
INSERT INTO `student_sessions` VALUES (189, '2026-07-02 07:00:04.731', '2026-07-02 07:49:56.945', 686, 63, '2026-07-02', 1, 2860, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:49:56.945');
|
||
INSERT INTO `student_sessions` VALUES (190, '2026-07-02 07:00:05.039', '2026-07-02 09:00:56.840', 1352, 143, '2026-07-02', 1, 6840, 30, '2E34VNPT', '2026-07-02 09:00:56.840');
|
||
INSERT INTO `student_sessions` VALUES (191, '2026-07-02 07:00:06.271', '2026-07-02 09:00:56.346', 1520, 143, '2026-07-02', 1, 6770, 70, '2E34VNPT', '2026-07-02 09:00:56.346');
|
||
INSERT INTO `student_sessions` VALUES (192, '2026-07-02 07:00:06.520', '2026-07-02 07:51:36.606', 632, 63, '2026-07-02', 1, 2920, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:51:36.606');
|
||
INSERT INTO `student_sessions` VALUES (193, '2026-07-02 07:00:07.187', '2026-07-02 09:00:49.770', 1418, 143, '2026-07-02', 1, 6860, 10, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:49.770');
|
||
INSERT INTO `student_sessions` VALUES (194, '2026-07-02 07:00:07.464', '2026-07-02 07:48:16.107', 637, 63, '2026-07-02', 1, 2720, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:16.107');
|
||
INSERT INTO `student_sessions` VALUES (195, '2026-07-02 07:00:07.500', '2026-07-02 07:48:18.814', 682, 63, '2026-07-02', 1, 2680, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:18.814');
|
||
INSERT INTO `student_sessions` VALUES (196, '2026-07-02 07:00:07.597', '2026-07-02 07:55:02.122', 603, 63, '2026-07-02', 1, 3160, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:55:02.122');
|
||
INSERT INTO `student_sessions` VALUES (197, '2026-07-02 07:00:08.338', '2026-07-02 07:48:46.819', 592, 63, '2026-07-02', 1, 2810, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:48:46.819');
|
||
INSERT INTO `student_sessions` VALUES (198, '2026-07-02 07:00:08.363', '2026-07-02 09:00:55.081', 1621, 143, '2026-07-02', 1, 6620, 0, '2E34VNPT-5G', '2026-07-02 09:00:55.081');
|
||
INSERT INTO `student_sessions` VALUES (199, '2026-07-02 07:00:08.841', '2026-07-02 07:49:31.706', 625, 63, '2026-07-02', 1, 2820, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:49:31.706');
|
||
INSERT INTO `student_sessions` VALUES (200, '2026-07-02 07:00:08.955', '2026-07-02 09:00:55.711', 1448, 143, '2026-07-02', 1, 6880, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:55.711');
|
||
INSERT INTO `student_sessions` VALUES (201, '2026-07-02 07:00:08.972', '2026-07-02 07:49:35.258', 640, 63, '2026-07-02', 1, 2880, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:49:35.258');
|
||
INSERT INTO `student_sessions` VALUES (202, '2026-07-02 07:00:09.515', '2026-07-02 07:46:04.633', 594, 63, '2026-07-02', 1, 2610, 0, 'Rikkei Education Employee', '2026-07-02 07:46:04.633');
|
||
INSERT INTO `student_sessions` VALUES (203, '2026-07-02 07:00:10.102', '2026-07-02 09:00:50.630', 1573, 143, '2026-07-02', 1, 6960, 0, '2E34VNPT-5G', '2026-07-02 09:00:50.630');
|
||
INSERT INTO `student_sessions` VALUES (204, '2026-07-02 07:00:10.350', '2026-07-02 07:54:48.442', 582, 63, '2026-07-02', 1, 3150, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:54:48.442');
|
||
INSERT INTO `student_sessions` VALUES (205, '2026-07-02 07:00:10.362', '2026-07-02 09:00:59.424', 1442, 143, '2026-07-02', 1, 20650, 0, '', '2026-07-02 09:00:59.424');
|
||
INSERT INTO `student_sessions` VALUES (206, '2026-07-02 07:00:10.369', '2026-07-02 09:00:55.637', 1550, 143, '2026-07-02', 1, 6680, 0, '2E34VNPT-5G', '2026-07-02 09:00:55.637');
|
||
INSERT INTO `student_sessions` VALUES (207, '2026-07-02 07:00:13.045', '2026-07-02 10:50:58.625', 1773, 84, '2026-07-02', 1, 6800, 310, 'rikkeieducation,rikkeieducation p805 5G,rikkeieducation p804 5G,HUONG TRA,Ga Mach Hoach 2G', '2026-07-02 10:50:58.624');
|
||
INSERT INTO `student_sessions` VALUES (208, '2026-07-02 07:00:24.802', '2026-07-02 09:00:59.168', 1627, 143, '2026-07-02', 1, 6920, 0, '2E34VNPT-5G', '2026-07-02 09:00:59.167');
|
||
INSERT INTO `student_sessions` VALUES (209, '2026-07-02 07:00:32.627', '2026-07-02 09:00:57.320', 1626, 143, '2026-07-02', 1, 6840, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:57.320');
|
||
INSERT INTO `student_sessions` VALUES (210, '2026-07-02 07:00:46.722', '2026-07-02 09:04:55.184', 142, 42, '2026-07-02', 1, 7010, 0, 'RIKKEI EDU', '2026-07-02 09:04:55.183');
|
||
INSERT INTO `student_sessions` VALUES (211, '2026-07-02 07:00:51.727', '2026-07-02 08:40:10.562', 146, 51, '2026-07-02', 1, 5500, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-02 08:40:10.562');
|
||
INSERT INTO `student_sessions` VALUES (212, '2026-07-02 07:01:05.624', '2026-07-02 09:00:55.970', 1339, 143, '2026-07-02', 1, 6600, 0, '2E34VNPT-5G', '2026-07-02 09:00:55.970');
|
||
INSERT INTO `student_sessions` VALUES (213, '2026-07-02 07:01:08.478', '2026-07-02 07:04:08.970', 1612, 74, '2026-07-02', 1, 80, 0, 'rikkeieducation p802 5G', '2026-07-02 07:04:08.970');
|
||
INSERT INTO `student_sessions` VALUES (214, '2026-07-02 07:01:09.650', '2026-07-02 09:00:54.229', 1457, 143, '2026-07-02', 1, 6820, 0, '2E34VNPT-5G', '2026-07-02 09:00:54.229');
|
||
INSERT INTO `student_sessions` VALUES (215, '2026-07-02 07:01:15.291', '2026-07-02 08:52:20.914', 617, 144, '2026-07-02', 1, 6180, 0, 'PTIT.HCM_SV', '2026-07-02 08:52:20.914');
|
||
INSERT INTO `student_sessions` VALUES (216, '2026-07-02 07:01:18.992', '2026-07-02 08:33:01.172', 629, 43, '2026-07-02', 1, 4290, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:33:01.172');
|
||
INSERT INTO `student_sessions` VALUES (217, '2026-07-02 07:01:23.490', '2026-07-02 07:50:09.811', 609, 63, '2026-07-02', 1, 2780, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:50:09.811');
|
||
INSERT INTO `student_sessions` VALUES (218, '2026-07-02 07:01:25.854', '2026-07-02 09:04:17.783', 191, 94, '2026-07-02', 1, 6930, 0, 'RIKKEI EDU', '2026-07-02 09:04:17.782');
|
||
INSERT INTO `student_sessions` VALUES (219, '2026-07-02 07:01:36.225', '2026-07-02 17:22:19.399', 1543, 77, '2026-07-02', 1, 8460, 20, 'PTIT_WIFI', '2026-07-02 17:22:19.399');
|
||
INSERT INTO `student_sessions` VALUES (220, '2026-07-02 07:01:45.176', '2026-07-02 09:00:56.123', 1459, 143, '2026-07-02', 1, 6770, 60, '2E34VNPT', '2026-07-02 09:00:56.123');
|
||
INSERT INTO `student_sessions` VALUES (221, '2026-07-02 07:01:57.296', '2026-07-02 07:14:50.015', 1695, 84, '2026-07-02', 1, 370, 0, 'rikkeieducation', '2026-07-02 07:14:50.014');
|
||
INSERT INTO `student_sessions` VALUES (222, '2026-07-02 07:02:05.881', '2026-07-02 09:04:13.529', 107, 58, '2026-07-02', 1, 6970, 0, 'Rikkei Education 1', '2026-07-02 09:04:13.529');
|
||
INSERT INTO `student_sessions` VALUES (223, '2026-07-02 07:02:23.016', '2026-07-02 09:00:56.330', 1620, 143, '2026-07-02', 1, 5590, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:56.330');
|
||
INSERT INTO `student_sessions` VALUES (224, '2026-07-02 07:02:27.824', '2026-07-02 08:42:44.623', 168, 51, '2026-07-02', 1, 5080, 40, 'Cooperate.R_5,Adaptation.R_5,Breave🌷', '2026-07-02 08:42:44.623');
|
||
INSERT INTO `student_sessions` VALUES (225, '2026-07-02 07:02:39.641', '2026-07-02 09:00:52.311', 1517, 143, '2026-07-02', 1, 6680, 70, '2E34VNPT', '2026-07-02 09:00:52.311');
|
||
INSERT INTO `student_sessions` VALUES (226, '2026-07-02 07:02:40.683', '2026-07-02 09:03:58.351', 184, 43, '2026-07-02', 1, 6810, 0, 'RIKKEI EDU', '2026-07-02 09:03:58.351');
|
||
INSERT INTO `student_sessions` VALUES (227, '2026-07-02 07:02:43.105', '2026-07-02 09:03:14.663', 260, 77, '2026-07-02', 1, 6960, 0, 'PTIT_WIFI', '2026-07-02 09:03:14.663');
|
||
INSERT INTO `student_sessions` VALUES (228, '2026-07-02 07:03:20.364', '2026-07-02 17:22:10.543', 1393, 77, '2026-07-02', 1, 8540, 0, 'PTIT_WIFI', '2026-07-02 17:22:10.542');
|
||
INSERT INTO `student_sessions` VALUES (229, '2026-07-02 07:03:23.677', '2026-07-02 07:39:37.542', 684, 63, '2026-07-02', 1, 2040, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:39:37.541');
|
||
INSERT INTO `student_sessions` VALUES (230, '2026-07-02 07:03:52.524', '2026-07-02 09:03:16.644', 132, 122, '2026-07-02', 1, 6540, 10, 'RIKKEI EDU', '2026-07-02 09:03:16.644');
|
||
INSERT INTO `student_sessions` VALUES (231, '2026-07-02 07:04:03.315', '2026-07-02 09:04:26.346', 1717, 84, '2026-07-02', 1, 6910, 10, 'rikkeieducation p804 5G', '2026-07-02 09:04:26.345');
|
||
INSERT INTO `student_sessions` VALUES (232, '2026-07-02 07:04:12.341', '2026-07-02 07:50:25.393', 596, 63, '2026-07-02', 1, 2550, 0, 'PTIT.HCM_SV', '2026-07-02 07:50:25.392');
|
||
INSERT INTO `student_sessions` VALUES (233, '2026-07-02 07:04:25.850', '2026-07-02 17:15:59.721', 1431, 77, '2026-07-02', 1, 2670, 0, 'PTIT_WIFI', '2026-07-02 17:15:59.721');
|
||
INSERT INTO `student_sessions` VALUES (234, '2026-07-02 07:04:26.317', '2026-07-02 07:54:21.036', 144, 51, '2026-07-02', 1, 1660, 0, 'Cooperate.R_5,Cooperate.R_24', '2026-07-02 07:54:21.036');
|
||
INSERT INTO `student_sessions` VALUES (235, '2026-07-02 07:04:30.939', '2026-07-02 09:00:52.165', 1571, 143, '2026-07-02', 1, 6680, 0, '2E34VNPT-5G', '2026-07-02 09:00:52.165');
|
||
INSERT INTO `student_sessions` VALUES (236, '2026-07-02 07:04:36.975', '2026-07-02 09:03:50.335', 1453, 77, '2026-07-02', 1, 24730, 0, '', '2026-07-02 09:03:50.334');
|
||
INSERT INTO `student_sessions` VALUES (237, '2026-07-02 07:04:38.754', '2026-07-02 07:49:51.229', 580, 63, '2026-07-02', 1, 2460, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:49:51.229');
|
||
INSERT INTO `student_sessions` VALUES (238, '2026-07-02 07:04:41.705', '2026-07-02 08:20:39.701', 90, 51, '2026-07-02', 1, 3900, 0, 'Confident.R_5', '2026-07-02 08:20:39.701');
|
||
INSERT INTO `student_sessions` VALUES (239, '2026-07-02 07:04:44.842', '2026-07-02 07:12:39.290', 1789, 84, '2026-07-02', 1, 460, 0, 'rikkeieducation p804 5G', '2026-07-02 07:12:39.290');
|
||
INSERT INTO `student_sessions` VALUES (240, '2026-07-02 07:04:48.352', '2026-07-02 09:01:33.137', 1293, 77, '2026-07-02', 1, 6690, 10, 'PTIT_WIFI', '2026-07-02 09:01:33.136');
|
||
INSERT INTO `student_sessions` VALUES (241, '2026-07-02 07:05:20.609', '2026-07-02 09:13:31.882', 937, 26, '2026-07-02', 1, 7400, 10, 'Rikkei Education 1', '2026-07-02 09:13:31.882');
|
||
INSERT INTO `student_sessions` VALUES (242, '2026-07-02 07:05:24.014', '2026-07-02 07:33:28.627', 611, 78, '2026-07-02', 1, 1600, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:33:28.627');
|
||
INSERT INTO `student_sessions` VALUES (243, '2026-07-02 07:05:50.619', '2026-07-02 08:06:27.023', 84, 51, '2026-07-02', 1, 2990, 0, 'Cooperate.R_5,Confident.R_5', '2026-07-02 08:06:27.023');
|
||
INSERT INTO `student_sessions` VALUES (244, '2026-07-02 07:05:55.683', '2026-07-02 08:59:14.425', 153, 42, '2026-07-02', 1, 6430, 0, 'Rikkei Education 1', '2026-07-02 08:59:14.425');
|
||
INSERT INTO `student_sessions` VALUES (245, '2026-07-02 07:06:07.971', '2026-07-02 08:59:04.596', 1563, 143, '2026-07-02', 1, 6130, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:59:04.596');
|
||
INSERT INTO `student_sessions` VALUES (246, '2026-07-02 07:06:15.036', '2026-07-02 07:35:26.413', 266, 51, '2026-07-02', 1, 70, 0, 'Adaptation.R_5,Confident.R_5', '2026-07-02 07:35:26.413');
|
||
INSERT INTO `student_sessions` VALUES (247, '2026-07-02 07:06:25.127', '2026-07-02 08:52:01.673', 1532, 143, '2026-07-02', 1, 5950, 0, '2E34VNPT-5G', '2026-07-02 08:52:01.673');
|
||
INSERT INTO `student_sessions` VALUES (248, '2026-07-02 07:06:26.511', '2026-07-02 07:30:12.225', 1450, 74, '2026-07-02', 1, 6310, 0, '', '2026-07-02 07:30:12.225');
|
||
INSERT INTO `student_sessions` VALUES (249, '2026-07-02 07:06:51.539', '2026-07-02 09:00:53.236', 1477, 143, '2026-07-02', 1, 6450, 0, '2E34VNPT-5G', '2026-07-02 09:00:53.236');
|
||
INSERT INTO `student_sessions` VALUES (250, '2026-07-02 07:07:18.453', '2026-07-02 07:19:19.294', 1310, 74, '2026-07-02', 1, 680, 0, 'PTIT_WIFI', '2026-07-02 07:19:19.293');
|
||
INSERT INTO `student_sessions` VALUES (251, '2026-07-02 07:07:31.176', '2026-07-02 09:00:59.156', 1497, 143, '2026-07-02', 1, 6110, 60, '2E34VNPT', '2026-07-02 09:00:59.156');
|
||
INSERT INTO `student_sessions` VALUES (252, '2026-07-02 07:07:35.046', '2026-07-02 07:45:35.066', 145, 51, '2026-07-02', 1, 1890, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-02 07:45:35.066');
|
||
INSERT INTO `student_sessions` VALUES (253, '2026-07-02 07:07:37.878', '2026-07-02 09:00:52.351', 1586, 143, '2026-07-02', 1, 6550, 0, '2E34VNPT-5G', '2026-07-02 09:00:52.351');
|
||
INSERT INTO `student_sessions` VALUES (254, '2026-07-02 07:07:41.865', '2026-07-02 14:06:15.737', 1613, 74, '2026-07-02', 1, 7480, 240, 'rikkeieducation p804 5G,Tang 1 5G', '2026-07-02 14:06:15.736');
|
||
INSERT INTO `student_sessions` VALUES (255, '2026-07-02 07:07:53.000', '2026-07-02 09:00:55.735', 1691, 143, '2026-07-02', 1, 6500, 0, '2E34VNPT-5G', '2026-07-02 09:00:55.735');
|
||
INSERT INTO `student_sessions` VALUES (256, '2026-07-02 07:08:12.885', '2026-07-02 09:04:15.152', 255, 56, '2026-07-02', 1, 6530, 10, 'Rikkei Education 1', '2026-07-02 09:04:15.152');
|
||
INSERT INTO `student_sessions` VALUES (257, '2026-07-02 07:08:27.514', '2026-07-02 08:43:46.637', 201, 51, '2026-07-02', 1, 4460, 10, 'RIKKEI EDU,Cooperate.R_5', '2026-07-02 08:43:46.636');
|
||
INSERT INTO `student_sessions` VALUES (258, '2026-07-02 07:08:42.495', '2026-07-02 08:29:23.749', 233, 51, '2026-07-02', 1, 830, 0, 'Confident.R_5', '2026-07-02 08:29:23.748');
|
||
INSERT INTO `student_sessions` VALUES (259, '2026-07-02 07:09:04.040', '2026-07-02 07:28:15.962', 140, 51, '2026-07-02', 1, 1060, 0, 'Cooperate.R_5', '2026-07-02 07:28:15.962');
|
||
INSERT INTO `student_sessions` VALUES (260, '2026-07-02 07:09:18.448', '2026-07-02 07:30:55.300', 186, 51, '2026-07-02', 1, 1240, 0, 'Cooperate.R_5', '2026-07-02 07:30:55.300');
|
||
INSERT INTO `student_sessions` VALUES (261, '2026-07-02 07:09:29.980', '2026-07-02 09:02:15.419', 299, 98, '2026-07-02', 1, 6200, 0, 'RIKKEI EDU', '2026-07-02 09:02:15.419');
|
||
INSERT INTO `student_sessions` VALUES (262, '2026-07-02 07:09:46.779', '2026-07-02 07:19:05.724', 1369, 77, '2026-07-02', 1, 530, 0, 'PTIT_WIFI', '2026-07-02 07:19:05.724');
|
||
INSERT INTO `student_sessions` VALUES (263, '2026-07-02 07:09:56.920', '2026-07-02 07:31:43.621', 1351, 74, '2026-07-02', 1, 500, 0, 'rikkeieducation p801 5G', '2026-07-02 07:31:43.620');
|
||
INSERT INTO `student_sessions` VALUES (264, '2026-07-02 07:10:00.751', '2026-07-02 07:24:15.034', 587, 78, '2026-07-02', 1, 750, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:24:15.033');
|
||
INSERT INTO `student_sessions` VALUES (265, '2026-07-02 07:10:07.380', '2026-07-02 09:00:53.116', 1484, 143, '2026-07-02', 1, 6250, 40, '2E34VNPT', '2026-07-02 09:00:53.116');
|
||
INSERT INTO `student_sessions` VALUES (266, '2026-07-02 07:10:14.417', '2026-07-02 07:20:01.949', 174, 74, '2026-07-02', 1, 530, 20, 'rikkeieducation p805 5G,rikkeieducation p804 5G,PTIT_WIFI,rikkeieducation p803 5G', '2026-07-02 07:20:01.949');
|
||
INSERT INTO `student_sessions` VALUES (267, '2026-07-02 07:10:14.780', '2026-07-02 17:21:44.744', 1436, 77, '2026-07-02', 1, 10460, 10, 'PTIT_WIFI', '2026-07-02 17:21:44.744');
|
||
INSERT INTO `student_sessions` VALUES (268, '2026-07-02 07:11:13.562', '2026-07-02 09:01:39.503', 1738, 84, '2026-07-02', 1, 23940, 0, '', '2026-07-02 09:01:39.503');
|
||
INSERT INTO `student_sessions` VALUES (269, '2026-07-02 07:11:15.915', '2026-07-02 08:56:04.823', 1413, 77, '2026-07-02', 1, 6050, 0, 'PTIT_WIFI', '2026-07-02 08:56:04.823');
|
||
INSERT INTO `student_sessions` VALUES (270, '2026-07-02 07:11:24.558', '2026-07-02 08:57:15.876', 81, 51, '2026-07-02', 1, 4690, 10, 'Cooperate.R_5,Adaptation.R_5', '2026-07-02 08:57:15.872');
|
||
INSERT INTO `student_sessions` VALUES (271, '2026-07-02 07:11:51.926', '2026-07-02 07:12:10.540', 109, 51, '2026-07-02', 1, 20, 0, 'Confident.R_5', '2026-07-02 07:12:10.540');
|
||
INSERT INTO `student_sessions` VALUES (272, '2026-07-02 07:12:12.587', '2026-07-02 09:00:55.143', 1443, 143, '2026-07-02', 1, 6230, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:55.143');
|
||
INSERT INTO `student_sessions` VALUES (273, '2026-07-02 07:12:24.243', '2026-07-02 09:00:51.352', 1629, 143, '2026-07-02', 1, 5930, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:51.351');
|
||
INSERT INTO `student_sessions` VALUES (274, '2026-07-02 07:12:28.240', '2026-07-02 09:02:41.268', 1619, 77, '2026-07-02', 1, 6290, 10, 'PTIT_WIFI', '2026-07-02 09:02:41.268');
|
||
INSERT INTO `student_sessions` VALUES (275, '2026-07-02 07:12:34.968', '2026-07-02 07:55:55.304', 635, 63, '2026-07-02', 1, 2100, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 07:55:55.304');
|
||
INSERT INTO `student_sessions` VALUES (276, '2026-07-02 07:12:41.360', '2026-07-02 19:46:37.308', 179, 51, '2026-07-02', 1, 5870, 0, 'Cooperate.R_24,Confident.R_5,Ngoc Duy Tang 2', '2026-07-02 19:46:37.308');
|
||
INSERT INTO `student_sessions` VALUES (277, '2026-07-02 07:14:39.238', '2026-07-02 09:04:45.788', 1800, 84, '2026-07-02', 1, 6030, 0, 'rikkeieducation', '2026-07-02 09:04:45.788');
|
||
INSERT INTO `student_sessions` VALUES (278, '2026-07-02 07:14:55.276', '2026-07-02 09:00:04.817', 1309, 74, '2026-07-02', 1, 6010, 0, 'PTIT_WIFI', '2026-07-02 09:00:04.817');
|
||
INSERT INTO `student_sessions` VALUES (279, '2026-07-02 07:16:41.444', '2026-07-02 09:07:04.495', 1306, 74, '2026-07-02', 1, 5860, 270, 'rikkeieducation', '2026-07-02 09:07:04.495');
|
||
INSERT INTO `student_sessions` VALUES (280, '2026-07-02 07:16:46.746', '2026-07-02 08:39:07.699', 276, 51, '2026-07-02', 1, 4240, 20, 'Cooperate.R_5,Adaptation.R_5,Cooperate.R_24', '2026-07-02 08:39:07.698');
|
||
INSERT INTO `student_sessions` VALUES (281, '2026-07-02 07:17:21.008', '2026-07-02 07:48:12.796', 604, 63, '2026-07-02', 1, 1730, 0, 'Rikkei Education Employee', '2026-07-02 07:48:12.796');
|
||
INSERT INTO `student_sessions` VALUES (282, '2026-07-02 07:17:43.455', '2026-07-02 07:51:08.922', 639, 63, '2026-07-02', 1, 1940, 0, 'PTIT.HCM_SV', '2026-07-02 07:51:08.922');
|
||
INSERT INTO `student_sessions` VALUES (283, '2026-07-02 07:17:57.373', '2026-07-02 09:00:56.799', 1392, 143, '2026-07-02', 1, 5800, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:00:56.798');
|
||
INSERT INTO `student_sessions` VALUES (284, '2026-07-02 07:19:57.501', '2026-07-02 08:54:44.499', 718, 144, '2026-07-02', 1, 5360, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:54:44.499');
|
||
INSERT INTO `student_sessions` VALUES (285, '2026-07-02 07:21:42.503', '2026-07-02 07:25:21.657', 1468, 80, '2026-07-02', 1, 180, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:25:21.657');
|
||
INSERT INTO `student_sessions` VALUES (286, '2026-07-02 07:22:28.931', '2026-07-02 08:53:11.574', 642, 144, '2026-07-02', 1, 4950, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:53:11.574');
|
||
INSERT INTO `student_sessions` VALUES (287, '2026-07-02 07:22:47.115', '2026-07-02 07:29:17.550', 586, 78, '2026-07-02', 1, 370, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:29:17.550');
|
||
INSERT INTO `student_sessions` VALUES (288, '2026-07-02 07:24:03.087', '2026-07-02 08:57:54.895', 1809, 84, '2026-07-02', 1, 720, 10, 'rikkeieducation,rikkeieducation p804 5G', '2026-07-02 08:57:54.895');
|
||
INSERT INTO `student_sessions` VALUES (289, '2026-07-02 07:25:50.514', '2026-07-02 07:26:37.528', 163, 51, '2026-07-02', 1, 50, 0, 'Cooperate.R_5', '2026-07-02 07:26:37.528');
|
||
INSERT INTO `student_sessions` VALUES (290, '2026-07-02 07:28:35.100', '2026-07-02 09:03:26.679', 1302, 77, '2026-07-02', 1, 4510, 0, 'PTIT_WIFI', '2026-07-02 09:03:26.678');
|
||
INSERT INTO `student_sessions` VALUES (291, '2026-07-02 07:30:27.010', '2026-07-02 07:47:09.829', 91, 51, '2026-07-02', 1, 820, 0, 'Adaptation.R_5', '2026-07-02 07:47:09.828');
|
||
INSERT INTO `student_sessions` VALUES (292, '2026-07-02 07:33:20.679', '2026-07-02 21:43:23.364', 1747, 84, '2026-07-02', 1, 2340, 0, 'rikkeieducation p804 5G,Phòng 403', '2026-07-02 21:43:23.364');
|
||
INSERT INTO `student_sessions` VALUES (293, '2026-07-02 07:33:54.029', '2026-07-02 08:55:52.910', 1483, 81, '2026-07-02', 1, 4450, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 08:55:52.910');
|
||
INSERT INTO `student_sessions` VALUES (294, '2026-07-02 07:37:58.025', '2026-07-02 07:39:45.060', 1681, 74, '2026-07-02', 1, 40, 0, 'rikkeieducation', '2026-07-02 07:39:45.060');
|
||
INSERT INTO `student_sessions` VALUES (295, '2026-07-02 07:40:17.947', '2026-07-02 07:41:30.333', 898, 51, '2026-07-02', 1, 60, 0, 'Rikkei Education 1', '2026-07-02 07:41:30.333');
|
||
INSERT INTO `student_sessions` VALUES (296, '2026-07-02 07:41:02.177', '2026-07-02 07:47:13.935', 1391, 74, '2026-07-02', 1, 310, 0, 'rikkeieducation p803 5G', '2026-07-02 07:47:13.935');
|
||
INSERT INTO `student_sessions` VALUES (297, '2026-07-02 07:44:20.040', '2026-07-02 07:44:51.224', 1565, 78, '2026-07-02', 1, 30, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 07:44:51.224');
|
||
INSERT INTO `student_sessions` VALUES (298, '2026-07-02 07:50:36.917', '2026-07-02 07:54:09.369', 265, 51, '2026-07-02', 1, 180, 0, 'Cooperate.R_5,Confident.R_5', '2026-07-02 07:54:09.369');
|
||
INSERT INTO `student_sessions` VALUES (299, '2026-07-02 08:04:19.421', '2026-07-02 08:04:22.588', 1609, 75, '2026-07-02', 1, 10, 0, 'Hai Phat Home T2C', '2026-07-02 08:04:22.588');
|
||
INSERT INTO `student_sessions` VALUES (300, '2026-07-02 08:39:57.429', '2026-07-02 09:03:16.815', 176, 77, '2026-07-02', 1, 1360, 0, 'PTIT_WIFI', '2026-07-02 09:03:16.815');
|
||
INSERT INTO `student_sessions` VALUES (301, '2026-07-02 08:53:49.919', '2026-07-02 08:54:49.797', 1614, 77, '2026-07-02', 1, 40, 0, 'PTIT_WIFI', '2026-07-02 08:54:49.797');
|
||
INSERT INTO `student_sessions` VALUES (302, '2026-07-02 08:54:14.659', '2026-07-02 08:54:54.272', 138, 51, '2026-07-02', 1, 20, 0, 'Confident.R_5', '2026-07-02 08:54:54.271');
|
||
INSERT INTO `student_sessions` VALUES (303, '2026-07-02 08:59:44.317', '2026-07-02 16:19:31.200', 1564, 73, '2026-07-02', 1, 34070, 10, '', '2026-07-02 16:19:31.199');
|
||
INSERT INTO `student_sessions` VALUES (304, '2026-07-02 09:01:01.812', '2026-07-02 09:03:33.002', 1442, 80, '2026-07-02', 1, 670, 0, '', '2026-07-02 09:03:33.001');
|
||
INSERT INTO `student_sessions` VALUES (305, '2026-07-02 09:01:01.835', '2026-07-02 09:04:12.555', 1629, 78, '2026-07-02', 1, 190, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:04:12.555');
|
||
INSERT INTO `student_sessions` VALUES (306, '2026-07-02 09:01:02.575', '2026-07-02 09:03:50.795', 1571, 80, '2026-07-02', 1, 170, 0, '2E34VNPT-5G', '2026-07-02 09:03:50.795');
|
||
INSERT INTO `student_sessions` VALUES (307, '2026-07-02 09:01:02.713', '2026-07-02 09:06:15.481', 1586, 80, '2026-07-02', 1, 310, 0, '2E34VNPT-5G', '2026-07-02 09:06:15.481');
|
||
INSERT INTO `student_sessions` VALUES (308, '2026-07-02 09:01:03.595', '2026-07-02 09:04:21.220', 1477, 80, '2026-07-02', 1, 200, 0, '2E34VNPT-5G', '2026-07-02 09:04:21.219');
|
||
INSERT INTO `student_sessions` VALUES (309, '2026-07-02 09:01:04.139', '2026-07-02 09:01:36.916', 1517, 80, '2026-07-02', 1, 40, 0, '2E34VNPT', '2026-07-02 09:01:36.916');
|
||
INSERT INTO `student_sessions` VALUES (310, '2026-07-02 09:01:04.155', '2026-07-02 09:04:06.164', 1484, 80, '2026-07-02', 1, 180, 0, '2E34VNPT', '2026-07-02 09:04:06.164');
|
||
INSERT INTO `student_sessions` VALUES (311, '2026-07-02 09:01:04.917', '2026-07-02 09:04:23.465', 1457, 80, '2026-07-02', 1, 200, 0, '2E34VNPT-5G', '2026-07-02 09:04:23.465');
|
||
INSERT INTO `student_sessions` VALUES (312, '2026-07-02 09:01:05.530', '2026-07-02 09:03:42.760', 1443, 80, '2026-07-02', 1, 160, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:03:42.760');
|
||
INSERT INTO `student_sessions` VALUES (313, '2026-07-02 09:01:06.105', '2026-07-02 09:03:11.961', 1691, 80, '2026-07-02', 1, 130, 0, '2E34VNPT-5G', '2026-07-02 09:03:11.961');
|
||
INSERT INTO `student_sessions` VALUES (314, '2026-07-02 09:01:06.760', '2026-07-02 09:02:41.203', 1620, 80, '2026-07-02', 1, 100, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:02:41.203');
|
||
INSERT INTO `student_sessions` VALUES (315, '2026-07-02 09:01:07.322', '2026-07-02 09:03:47.779', 1392, 78, '2026-07-02', 1, 160, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 09:03:47.779');
|
||
INSERT INTO `student_sessions` VALUES (316, '2026-07-02 09:01:07.848', '2026-07-02 09:04:20.076', 1459, 80, '2026-07-02', 1, 190, 0, '2E34VNPT', '2026-07-02 09:04:20.076');
|
||
INSERT INTO `student_sessions` VALUES (317, '2026-07-02 09:01:09.538', '2026-07-02 09:04:07.315', 1627, 78, '2026-07-02', 1, 180, 0, '2E34VNPT-5G', '2026-07-02 09:04:07.315');
|
||
INSERT INTO `student_sessions` VALUES (318, '2026-07-02 09:01:10.412', '2026-07-02 09:05:06.707', 1497, 80, '2026-07-02', 1, 220, 0, '2E34VNPT', '2026-07-02 09:05:06.707');
|
||
INSERT INTO `student_sessions` VALUES (319, '2026-07-02 09:01:11.173', '2026-07-02 09:04:07.704', 1339, 80, '2026-07-02', 1, 150, 10, '2E34VNPT-5G', '2026-07-02 09:04:07.703');
|
||
INSERT INTO `student_sessions` VALUES (320, '2026-07-02 09:05:50.877', '2026-07-02 14:11:06.227', 1292, 79, '2026-07-02', 1, 1680, 0, 'thich thi cho,RIKKEI EDUCATION 2E32', '2026-07-02 14:11:06.227');
|
||
INSERT INTO `student_sessions` VALUES (321, '2026-07-02 09:09:09.268', '2026-07-02 09:17:30.789', 1526, 76, '2026-07-02', 1, 480, 0, 'PTIT_WIFI', '2026-07-02 09:17:30.788');
|
||
INSERT INTO `student_sessions` VALUES (322, '2026-07-02 09:09:45.775', '2026-07-02 11:14:43.838', 1505, 76, '2026-07-02', 1, 7270, 80, 'PTIT_WIFI', '2026-07-02 11:14:43.838');
|
||
INSERT INTO `student_sessions` VALUES (324, '2026-07-02 09:11:06.547', '2026-07-02 11:12:39.400', 1577, 76, '2026-07-02', 1, 5270, 20, 'PTIT_WIFI', '2026-07-02 11:12:39.400');
|
||
INSERT INTO `student_sessions` VALUES (325, '2026-07-02 09:11:19.076', '2026-07-02 09:16:38.502', 1427, 76, '2026-07-02', 1, 310, 0, 'PTIT_WIFI', '2026-07-02 09:16:38.502');
|
||
INSERT INTO `student_sessions` VALUES (326, '2026-07-02 09:13:19.826', '2026-07-02 11:11:26.030', 178, 43, '2026-07-02', 1, 6790, 0, 'PTIT_WIFI', '2026-07-02 11:11:26.030');
|
||
INSERT INTO `student_sessions` VALUES (327, '2026-07-02 09:13:57.709', '2026-07-02 11:12:21.690', 1437, 75, '2026-07-02', 1, 6760, 10, 'rikkeieducation p805 5G', '2026-07-02 11:12:21.690');
|
||
INSERT INTO `student_sessions` VALUES (328, '2026-07-02 09:15:46.339', '2026-07-02 11:11:19.244', 1452, 75, '2026-07-02', 1, 6470, 10, 'rikkeieducation p805 5G', '2026-07-02 11:11:19.244');
|
||
INSERT INTO `student_sessions` VALUES (329, '2026-07-02 09:16:01.852', '2026-07-02 11:12:19.926', 1398, 75, '2026-07-02', 1, 6620, 0, 'rikkeieducation p805 5G', '2026-07-02 11:12:19.926');
|
||
INSERT INTO `student_sessions` VALUES (330, '2026-07-02 09:16:31.650', '2026-07-02 09:36:35.779', 1688, 76, '2026-07-02', 1, 880, 0, 'rikkeieducation p801 5G', '2026-07-02 09:36:35.779');
|
||
INSERT INTO `student_sessions` VALUES (331, '2026-07-02 09:17:15.302', '2026-07-02 09:17:27.988', 1696, 82, '2026-07-02', 1, 20, 0, 'rikkeieducation p803 5G', '2026-07-02 09:17:27.987');
|
||
INSERT INTO `student_sessions` VALUES (332, '2026-07-02 09:17:30.397', '2026-07-02 09:40:45.825', 1759, 82, '2026-07-02', 1, 1240, 0, 'PTIT_WIFI', '2026-07-02 09:40:45.825');
|
||
INSERT INTO `student_sessions` VALUES (333, '2026-07-02 09:17:47.145', '2026-07-02 11:09:45.703', 1813, 82, '2026-07-02', 1, 5880, 10, 'rikkeieducation p803 5G', '2026-07-02 11:09:45.702');
|
||
INSERT INTO `student_sessions` VALUES (334, '2026-07-02 09:18:10.197', '2026-07-02 09:45:56.131', 1779, 82, '2026-07-02', 1, 900, 0, 'rikkeieducation p803 5G', '2026-07-02 09:45:56.131');
|
||
INSERT INTO `student_sessions` VALUES (335, '2026-07-02 09:18:54.939', '2026-07-02 09:41:10.166', 1338, 75, '2026-07-02', 1, 900, 100, 'rikkeieducation p805 5G', '2026-07-02 09:41:10.166');
|
||
INSERT INTO `student_sessions` VALUES (336, '2026-07-02 09:21:01.193', '2026-07-02 18:34:49.732', 1698, 82, '2026-07-02', 1, 6260, 40, 'rikkeieducation p803 5G,OHome 168', '2026-07-02 18:34:49.732');
|
||
INSERT INTO `student_sessions` VALUES (337, '2026-07-02 09:21:46.437', '2026-07-02 09:23:25.970', 148, 49, '2026-07-02', 2, 90, 0, '', '2026-07-02 09:23:25.970');
|
||
INSERT INTO `student_sessions` VALUES (338, '2026-07-02 09:22:53.237', '2026-07-02 09:25:37.169', 1289, 75, '2026-07-02', 1, 160, 0, 'rikkeieducation p804 5G', '2026-07-02 09:25:37.169');
|
||
INSERT INTO `student_sessions` VALUES (339, '2026-07-02 09:24:14.986', '2026-07-02 11:12:57.547', 113, 43, '2026-07-02', 1, 6180, 0, 'rikkeieducation p805 5G', '2026-07-02 11:12:57.547');
|
||
INSERT INTO `student_sessions` VALUES (340, '2026-07-02 09:24:28.355', '2026-07-02 09:37:06.644', 1290, 75, '2026-07-02', 1, 710, 0, 'rikkeieducation p805 5G', '2026-07-02 09:37:06.644');
|
||
INSERT INTO `student_sessions` VALUES (341, '2026-07-02 09:24:29.564', '2026-07-03 00:00:01.378', 1803, 82, '2026-07-02', 1, 16680, 130, 'rikkeieducation p803 5G,BT Song Da 5G,Nguyen Trong Toan', '2026-07-03 00:00:01.377');
|
||
INSERT INTO `student_sessions` VALUES (342, '2026-07-02 09:29:25.189', '2026-07-02 09:30:00.566', 1708, 82, '2026-07-02', 1, 140, 0, '', '2026-07-02 09:30:00.566');
|
||
INSERT INTO `student_sessions` VALUES (343, '2026-07-02 09:31:13.982', '2026-07-02 09:31:30.501', 399, 49, '2026-07-02', 2, 20, 0, 'P504M_5G', '2026-07-02 09:31:30.501');
|
||
INSERT INTO `student_sessions` VALUES (344, '2026-07-02 09:33:08.121', '2026-07-02 11:08:09.103', 1771, 82, '2026-07-02', 1, 4910, 0, 'rikkeieducation p803 5G', '2026-07-02 11:08:09.103');
|
||
INSERT INTO `student_sessions` VALUES (345, '2026-07-02 09:36:53.661', '2026-07-02 11:10:19.875', 1777, 82, '2026-07-02', 1, 180, 0, 'rikkeieducation p803 5G', '2026-07-02 11:10:19.875');
|
||
INSERT INTO `student_sessions` VALUES (346, '2026-07-02 09:43:54.777', '2026-07-02 14:13:02.581', 1669, 79, '2026-07-02', 1, 390, 0, 'KTX Thien An,2E34VNPT-5G', '2026-07-02 14:13:02.580');
|
||
INSERT INTO `student_sessions` VALUES (347, '2026-07-02 09:43:56.076', '2026-07-02 22:25:06.156', 115, 48, '2026-07-02', 1, 7600, 10, 'Pham Thi Bich Ngoc,Practical.R_5', '2026-07-02 22:25:06.156');
|
||
INSERT INTO `student_sessions` VALUES (348, '2026-07-02 09:45:58.672', '2026-07-02 10:28:28.289', 1587, 75, '2026-07-02', 1, 2370, 0, 'rikkeieducation', '2026-07-02 10:28:28.288');
|
||
INSERT INTO `student_sessions` VALUES (349, '2026-07-02 09:46:56.308', '2026-07-02 09:47:03.590', 225, 49, '2026-07-02', 2, 10, 0, 'PTIT_WIFI_KTX', '2026-07-02 09:47:03.589');
|
||
INSERT INTO `student_sessions` VALUES (350, '2026-07-02 09:48:54.226', '2026-07-02 09:49:05.804', 1615, 75, '2026-07-02', 1, 20, 0, 'rikkeieducation p805 5G', '2026-07-02 09:49:05.803');
|
||
INSERT INTO `student_sessions` VALUES (351, '2026-07-02 10:00:18.907', '2026-07-02 10:00:30.842', 1520, 143, '2026-07-02', 2, 0, 0, '', '2026-07-02 10:00:30.841');
|
||
INSERT INTO `student_sessions` VALUES (352, '2026-07-02 10:01:20.282', '2026-07-02 11:08:03.502', 1763, 82, '2026-07-02', 1, 7110, 0, 'rikkeieducation p803 5G', '2026-07-02 11:08:03.501');
|
||
INSERT INTO `student_sessions` VALUES (353, '2026-07-02 10:10:24.863', '2026-07-02 10:11:45.763', 615, 63, '2026-07-02', 2, 110, 10, 'Neo Coffee', '2026-07-02 10:11:45.763');
|
||
INSERT INTO `student_sessions` VALUES (354, '2026-07-02 10:14:17.944', '2026-07-02 15:51:29.305', 1683, 72, '2026-07-02', 1, 5230, 0, 'Duc Anh,rikkeieducation p802 5G', '2026-07-02 15:51:29.305');
|
||
INSERT INTO `student_sessions` VALUES (355, '2026-07-02 10:18:35.504', '2026-07-02 12:16:35.449', 1663, 79, '2026-07-02', 1, 570, 30, 'L3-1 5G,RIKKEI EDUCATION 2E32', '2026-07-02 12:16:35.449');
|
||
INSERT INTO `student_sessions` VALUES (356, '2026-07-02 10:20:47.811', '2026-07-02 12:15:48.684', 1331, 81, '2026-07-02', 1, 600, 0, 'Tang12,2E34VNPT-5G', '2026-07-02 12:15:48.684');
|
||
INSERT INTO `student_sessions` VALUES (357, '2026-07-02 10:22:11.753', '2026-07-02 14:11:13.099', 1518, 81, '2026-07-02', 1, 940, 40, '2E35 RIKKEI EDUCATION', '2026-07-02 14:11:13.098');
|
||
INSERT INTO `student_sessions` VALUES (358, '2026-07-02 10:25:52.828', '2026-07-02 12:15:44.017', 1812, 81, '2026-07-02', 1, 370, 0, 'Quang Cao led,2E34VNPT-5G', '2026-07-02 12:15:44.016');
|
||
INSERT INTO `student_sessions` VALUES (359, '2026-07-02 10:26:19.587', '2026-07-02 14:12:28.221', 1636, 81, '2026-07-02', 1, 1480, 0, 'B1.11.10,2E34VNPT', '2026-07-02 14:12:28.221');
|
||
INSERT INTO `student_sessions` VALUES (360, '2026-07-02 10:26:27.186', '2026-07-02 14:11:10.493', 1595, 79, '2026-07-02', 1, 1050, 0, 'BIZCITIVIETNAM,2E34VNPT', '2026-07-02 14:11:10.493');
|
||
INSERT INTO `student_sessions` VALUES (361, '2026-07-02 10:26:43.023', '2026-07-02 12:14:24.060', 1652, 81, '2026-07-02', 1, 110, 0, 'Van Vuong 5Ghz,2E35 RIKKEI EDUCATION', '2026-07-02 12:14:24.060');
|
||
INSERT INTO `student_sessions` VALUES (362, '2026-07-02 10:26:49.382', '2026-07-02 18:33:24.001', 1449, 73, '2026-07-02', 1, 3820, 1370, 'Duong,PTIT_WIFI', '2026-07-02 18:33:24.001');
|
||
INSERT INTO `student_sessions` VALUES (363, '2026-07-02 10:27:59.195', '2026-07-02 14:11:33.829', 1529, 79, '2026-07-02', 1, 280, 0, 'Minh Hieu 5G,PTIT.HCM_SV,2E34VNPT', '2026-07-02 14:11:33.829');
|
||
INSERT INTO `student_sessions` VALUES (364, '2026-07-02 10:37:47.623', '2026-07-02 12:15:49.495', 1513, 79, '2026-07-02', 1, 570, 0, 'Kem Xoi Thanh Hang_5G,2E35 RIKKEI EDUCATION', '2026-07-02 12:15:49.495');
|
||
INSERT INTO `student_sessions` VALUES (365, '2026-07-02 10:40:32.363', '2026-07-02 14:11:50.422', 1635, 81, '2026-07-02', 1, 90, 0, 'Thai Dang-5g,2E35 RIKKEI EDUCATION', '2026-07-02 14:11:50.422');
|
||
INSERT INTO `student_sessions` VALUES (366, '2026-07-02 10:41:05.704', '2026-07-02 14:11:37.814', 1396, 79, '2026-07-02', 1, 480, 20, 'Quynh 95 07 08,2E34VNPT', '2026-07-02 14:11:37.814');
|
||
INSERT INTO `student_sessions` VALUES (367, '2026-07-02 10:45:20.770', '2026-07-02 10:56:56.981', 1359, 76, '2026-07-02', 1, 110, 0, 'PTIT_WIFI', '2026-07-02 10:56:56.981');
|
||
INSERT INTO `student_sessions` VALUES (368, '2026-07-02 10:50:15.660', '2026-07-02 12:15:39.864', 1326, 79, '2026-07-02', 1, 650, 0, '32HiepPhu,2E35 RIKKEI EDUCATION', '2026-07-02 12:15:39.864');
|
||
INSERT INTO `student_sessions` VALUES (369, '2026-07-02 11:12:41.488', '2026-07-02 14:11:18.485', 1411, 79, '2026-07-02', 1, 1060, 0, 'Tien An,2E34VNPT-5G', '2026-07-02 14:11:18.485');
|
||
INSERT INTO `student_sessions` VALUES (370, '2026-07-02 11:22:26.709', '2026-07-02 17:21:34.499', 1737, 84, '2026-07-02', 1, 2820, 0, 'PTIT_WIFI_KTX,rikkeieducation p804 5G', '2026-07-02 17:21:34.499');
|
||
INSERT INTO `student_sessions` VALUES (371, '2026-07-02 11:26:19.595', '2026-07-02 23:55:48.151', 303, 52, '2026-07-02', 1, 1350, 10, 'Hang,The Anh 5G', '2026-07-02 23:55:48.150');
|
||
INSERT INTO `student_sessions` VALUES (372, '2026-07-02 11:29:25.939', '2026-07-03 14:16:06.737', 1542, 81, '2026-07-02', 1, 630, 0, 'CAFE 5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:16:06.736');
|
||
INSERT INTO `student_sessions` VALUES (373, '2026-07-02 11:29:26.542', '2026-07-02 12:11:54.573', 75, 52, '2026-07-02', 1, 1130, 0, 'Cooperate.R_5', '2026-07-02 12:11:54.573');
|
||
INSERT INTO `student_sessions` VALUES (374, '2026-07-02 11:37:00.726', '2026-07-02 12:11:48.144', 218, 43, '2026-07-02', 1, 50, 0, 'Nam Mai70,POCO X6 5G', '2026-07-02 12:11:48.143');
|
||
INSERT INTO `student_sessions` VALUES (375, '2026-07-02 11:42:51.409', '2026-07-02 12:15:42.674', 1479, 81, '2026-07-02', 1, 150, 0, '2E34VNPT', '2026-07-02 12:15:42.674');
|
||
INSERT INTO `student_sessions` VALUES (376, '2026-07-02 11:53:19.792', '2026-07-02 12:15:45.316', 1328, 81, '2026-07-02', 1, 1280, 0, '2E34VNPT-5G', '2026-07-02 12:15:45.316');
|
||
INSERT INTO `student_sessions` VALUES (377, '2026-07-02 11:56:42.741', '2026-07-02 14:11:18.133', 677, 141, '2026-07-02', 1, 30810, 20, 'Lisa House 3', '2026-07-02 14:11:18.133');
|
||
INSERT INTO `student_sessions` VALUES (378, '2026-07-02 11:58:59.618', '2026-07-02 16:19:14.779', 131, 48, '2026-07-02', 1, 8110, 10, 'Adaptation.R_5', '2026-07-02 16:19:14.778');
|
||
INSERT INTO `student_sessions` VALUES (379, '2026-07-02 11:59:03.590', '2026-07-02 14:11:39.585', 1408, 79, '2026-07-02', 1, 640, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:11:39.585');
|
||
INSERT INTO `student_sessions` VALUES (380, '2026-07-02 12:01:04.581', '2026-07-02 16:17:20.578', 102, 48, '2026-07-02', 1, 8070, 0, '', '2026-07-02 16:17:20.578');
|
||
INSERT INTO `student_sessions` VALUES (381, '2026-07-02 12:03:09.830', '2026-07-02 12:15:41.466', 1385, 80, '2026-07-02', 1, 420, 0, 'Quoc_viet', '2026-07-02 12:15:41.466');
|
||
INSERT INTO `student_sessions` VALUES (382, '2026-07-02 12:03:18.732', '2026-07-02 16:19:49.913', 262, 48, '2026-07-02', 1, 4820, 0, 'Adaptation.R_5', '2026-07-02 16:19:49.912');
|
||
INSERT INTO `student_sessions` VALUES (383, '2026-07-02 12:03:54.413', '2026-07-02 12:33:39.626', 304, 43, '2026-07-02', 1, 1650, 0, 'Practical.R_5', '2026-07-02 12:33:39.625');
|
||
INSERT INTO `student_sessions` VALUES (384, '2026-07-02 12:04:04.980', '2026-07-02 12:11:47.030', 88, 52, '2026-07-02', 1, 430, 0, 'Cooperate.R_5', '2026-07-02 12:11:47.030');
|
||
INSERT INTO `student_sessions` VALUES (385, '2026-07-02 12:04:49.631', '2026-07-02 14:12:01.182', 1389, 81, '2026-07-02', 1, 670, 10, 'PTIT.HCM_SV,2E34VNPT', '2026-07-02 14:12:01.182');
|
||
INSERT INTO `student_sessions` VALUES (386, '2026-07-02 12:06:07.486', '2026-07-02 16:17:48.742', 86, 48, '2026-07-02', 1, 6640, 0, 'Adaptation.R_5', '2026-07-02 16:17:48.741');
|
||
INSERT INTO `student_sessions` VALUES (387, '2026-07-02 12:07:58.471', '2026-07-02 16:19:41.790', 401, 48, '2026-07-02', 1, 5840, 0, 'Adaptation.R_5', '2026-07-02 16:19:41.790');
|
||
INSERT INTO `student_sessions` VALUES (388, '2026-07-02 12:08:47.990', '2026-07-02 12:08:57.377', 250, 52, '2026-07-02', 1, 10, 0, 'Cooperate.R_5', '2026-07-02 12:08:57.377');
|
||
INSERT INTO `student_sessions` VALUES (389, '2026-07-02 12:08:59.919', '2026-07-02 12:16:30.896', 1470, 81, '2026-07-02', 1, 320, 60, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:30.896');
|
||
INSERT INTO `student_sessions` VALUES (390, '2026-07-02 12:09:19.624', '2026-07-02 14:11:29.937', 1482, 81, '2026-07-02', 1, 260, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:29.936');
|
||
INSERT INTO `student_sessions` VALUES (391, '2026-07-02 12:09:38.240', '2026-07-02 12:15:39.698', 1598, 79, '2026-07-02', 1, 180, 50, 'PTIT.HCM_SV', '2026-07-02 12:15:39.698');
|
||
INSERT INTO `student_sessions` VALUES (392, '2026-07-02 12:09:42.619', '2026-07-02 12:11:48.330', 223, 50, '2026-07-02', 1, 120, 0, 'Adaptation.R_5', '2026-07-02 12:11:48.329');
|
||
INSERT INTO `student_sessions` VALUES (393, '2026-07-02 12:09:50.953', '2026-07-02 12:16:35.315', 1475, 80, '2026-07-02', 1, 390, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:35.315');
|
||
INSERT INTO `student_sessions` VALUES (394, '2026-07-02 12:10:01.008', '2026-07-02 12:11:48.065', 402, 50, '2026-07-02', 1, 100, 0, 'Cooperate.R_5', '2026-07-02 12:11:48.065');
|
||
INSERT INTO `student_sessions` VALUES (395, '2026-07-02 12:10:03.002', '2026-07-02 12:16:34.027', 1337, 81, '2026-07-02', 1, 380, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:34.027');
|
||
INSERT INTO `student_sessions` VALUES (396, '2026-07-02 12:10:13.715', '2026-07-02 12:10:43.710', 209, 42, '2026-07-02', 1, 30, 0, 'Cooperate.R_5', '2026-07-02 12:10:43.710');
|
||
INSERT INTO `student_sessions` VALUES (397, '2026-07-02 12:10:35.405', '2026-07-02 16:18:41.968', 398, 48, '2026-07-02', 1, 6260, 10, 'Adaptation.R_5', '2026-07-02 16:18:41.968');
|
||
INSERT INTO `student_sessions` VALUES (398, '2026-07-02 12:11:09.354', '2026-07-02 16:16:21.923', 114, 48, '2026-07-02', 1, 6750, 10, 'Adaptation.R_5', '2026-07-02 16:16:21.923');
|
||
INSERT INTO `student_sessions` VALUES (399, '2026-07-02 12:11:43.507', '2026-07-02 12:16:36.290', 1654, 81, '2026-07-02', 1, 290, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:36.290');
|
||
INSERT INTO `student_sessions` VALUES (400, '2026-07-02 12:11:48.892', '2026-07-02 12:16:17.983', 1575, 81, '2026-07-02', 1, 240, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:17.983');
|
||
INSERT INTO `student_sessions` VALUES (401, '2026-07-02 12:11:57.678', '2026-07-02 14:01:39.343', 88, 156, '2026-07-02', 3, 5220, 0, 'Cooperate.R_5', '2026-07-02 14:01:39.342');
|
||
INSERT INTO `student_sessions` VALUES (402, '2026-07-02 12:11:58.494', '2026-07-02 14:03:14.028', 402, 156, '2026-07-02', 3, 6320, 0, 'Cooperate.R_5', '2026-07-02 14:03:14.028');
|
||
INSERT INTO `student_sessions` VALUES (403, '2026-07-02 12:11:58.782', '2026-07-02 13:34:17.295', 218, 156, '2026-07-02', 3, 4650, 10, 'POCO X6 5G,Nam Mai70', '2026-07-02 13:34:17.295');
|
||
INSERT INTO `student_sessions` VALUES (404, '2026-07-02 12:11:58.840', '2026-07-02 12:45:17.363', 223, 156, '2026-07-02', 3, 1280, 0, 'Adaptation.R_5', '2026-07-02 12:45:17.363');
|
||
INSERT INTO `student_sessions` VALUES (405, '2026-07-02 12:12:02.094', '2026-07-02 13:48:44.154', 303, 156, '2026-07-02', 3, 1900, 10, 'Hang', '2026-07-02 13:48:44.154');
|
||
INSERT INTO `student_sessions` VALUES (406, '2026-07-02 12:12:05.287', '2026-07-02 14:02:39.098', 75, 156, '2026-07-02', 3, 6120, 0, 'Cooperate.R_5', '2026-07-02 14:02:39.098');
|
||
INSERT INTO `student_sessions` VALUES (407, '2026-07-02 12:12:13.991', '2026-07-02 14:11:53.182', 1600, 78, '2026-07-02', 1, 300, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:53.182');
|
||
INSERT INTO `student_sessions` VALUES (408, '2026-07-02 12:12:22.110', '2026-07-02 14:19:56.981', 214, 48, '2026-07-02', 1, 6690, 10, 'Practical.R_5', '2026-07-02 14:19:56.981');
|
||
INSERT INTO `student_sessions` VALUES (409, '2026-07-02 12:12:33.837', '2026-07-02 12:38:43.023', 209, 156, '2026-07-02', 3, 910, 0, 'Cooperate.R_5', '2026-07-02 12:38:43.022');
|
||
INSERT INTO `student_sessions` VALUES (410, '2026-07-02 12:12:43.811', '2026-07-02 14:55:38.411', 1414, 79, '2026-07-02', 1, 100, 0, 'PTIT.HCM_SV,B1.11.10', '2026-07-02 14:55:38.411');
|
||
INSERT INTO `student_sessions` VALUES (411, '2026-07-02 12:12:53.285', '2026-07-02 12:45:15.980', 250, 156, '2026-07-02', 3, 1400, 0, 'Cooperate.R_5', '2026-07-02 12:45:15.980');
|
||
INSERT INTO `student_sessions` VALUES (412, '2026-07-02 12:12:58.276', '2026-07-02 12:16:37.145', 1472, 79, '2026-07-02', 1, 100, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:37.145');
|
||
INSERT INTO `student_sessions` VALUES (413, '2026-07-02 12:13:08.107', '2026-07-02 12:16:30.508', 1341, 81, '2026-07-02', 1, 200, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:30.508');
|
||
INSERT INTO `student_sessions` VALUES (414, '2026-07-02 12:13:21.924', '2026-07-02 14:01:59.211', 137, 156, '2026-07-02', 3, 5970, 110, 'Cooperate.R_5,Adaptation.R_5', '2026-07-02 14:01:59.211');
|
||
INSERT INTO `student_sessions` VALUES (415, '2026-07-02 12:13:27.730', '2026-07-02 12:16:36.123', 1424, 81, '2026-07-02', 1, 180, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:36.123');
|
||
INSERT INTO `student_sessions` VALUES (416, '2026-07-02 12:13:43.490', '2026-07-02 14:02:29.018', 238, 156, '2026-07-02', 3, 6090, 0, 'Rikkei Education 1', '2026-07-02 14:02:29.018');
|
||
INSERT INTO `student_sessions` VALUES (417, '2026-07-02 12:14:04.094', '2026-07-02 13:59:42.361', 415, 156, '2026-07-02', 3, 2170, 0, 'Cooperate.R_5', '2026-07-02 13:59:42.361');
|
||
INSERT INTO `student_sessions` VALUES (418, '2026-07-02 12:14:21.059', '2026-07-02 14:11:11.620', 1576, 81, '2026-07-02', 1, 60, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:11.620');
|
||
INSERT INTO `student_sessions` VALUES (419, '2026-07-02 12:14:24.324', '2026-07-02 16:18:42.699', 133, 48, '2026-07-02', 1, 7390, 0, 'Practical.R_5', '2026-07-02 16:18:42.699');
|
||
INSERT INTO `student_sessions` VALUES (420, '2026-07-02 12:14:27.861', '2026-07-02 12:55:27.981', 273, 156, '2026-07-02', 3, 1030, 0, 'Cooperate.R_5', '2026-07-02 12:55:27.981');
|
||
INSERT INTO `student_sessions` VALUES (421, '2026-07-02 12:14:30.933', '2026-07-02 14:12:48.175', 124, 48, '2026-07-02', 1, 2730, 60, 'Practical.R_5', '2026-07-02 14:12:48.175');
|
||
INSERT INTO `student_sessions` VALUES (422, '2026-07-02 12:14:46.808', '2026-07-02 14:12:16.479', 1432, 81, '2026-07-02', 1, 130, 10, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-02 14:12:16.478');
|
||
INSERT INTO `student_sessions` VALUES (423, '2026-07-02 12:14:57.340', '2026-07-02 12:56:05.256', 151, 156, '2026-07-02', 3, 1880, 0, 'Cooperate.R_5', '2026-07-02 12:56:05.255');
|
||
INSERT INTO `student_sessions` VALUES (424, '2026-07-02 12:15:15.975', '2026-07-02 16:19:10.084', 240, 48, '2026-07-02', 1, 7280, 0, 'Practical.R_5', '2026-07-02 16:19:10.084');
|
||
INSERT INTO `student_sessions` VALUES (425, '2026-07-02 12:15:18.387', '2026-07-02 12:15:41.944', 1667, 81, '2026-07-02', 1, 30, 0, '2E34VNPT', '2026-07-02 12:15:41.944');
|
||
INSERT INTO `student_sessions` VALUES (426, '2026-07-02 12:15:18.742', '2026-07-02 12:15:45.554', 411, 48, '2026-07-02', 1, 80, 0, '', '2026-07-02 12:15:45.554');
|
||
INSERT INTO `student_sessions` VALUES (427, '2026-07-02 12:15:21.990', '2026-07-02 12:15:48.756', 1417, 81, '2026-07-02', 1, 30, 0, '2E34VNPT-5G', '2026-07-02 12:15:48.755');
|
||
INSERT INTO `student_sessions` VALUES (428, '2026-07-02 12:15:31.601', '2026-07-02 16:19:02.098', 392, 48, '2026-07-02', 1, 6650, 30, 'Practical.R_24,Adaptation.R_24', '2026-07-02 16:19:02.098');
|
||
INSERT INTO `student_sessions` VALUES (429, '2026-07-02 12:15:39.520', '2026-07-02 14:11:06.671', 1662, 78, '2026-07-02', 1, 30, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:06.671');
|
||
INSERT INTO `student_sessions` VALUES (430, '2026-07-02 12:15:49.987', '2026-07-02 14:10:59.939', 1529, 142, '2026-07-02', 3, 6370, 10, 'PTIT.HCM_SV,2E34VNPT', '2026-07-02 14:10:59.939');
|
||
INSERT INTO `student_sessions` VALUES (431, '2026-07-02 12:15:50.121', '2026-07-02 14:10:56.378', 1669, 142, '2026-07-02', 3, 6540, 0, '2E34VNPT-5G', '2026-07-02 14:10:56.377');
|
||
INSERT INTO `student_sessions` VALUES (432, '2026-07-02 12:15:50.359', '2026-07-02 14:09:16.577', 1598, 142, '2026-07-02', 3, 6250, 750, 'PTIT.HCM_SV', '2026-07-02 14:09:16.577');
|
||
INSERT INTO `student_sessions` VALUES (433, '2026-07-02 12:15:50.736', '2026-07-02 14:09:30.073', 1326, 142, '2026-07-02', 3, 3940, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:09:30.073');
|
||
INSERT INTO `student_sessions` VALUES (434, '2026-07-02 12:15:51.313', '2026-07-02 14:10:52.012', 1518, 142, '2026-07-02', 3, 6490, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:52.012');
|
||
INSERT INTO `student_sessions` VALUES (435, '2026-07-02 12:15:52.151', '2026-07-02 13:32:50.086', 1385, 142, '2026-07-02', 3, 4340, 0, 'Quoc_viet', '2026-07-02 13:32:50.086');
|
||
INSERT INTO `student_sessions` VALUES (436, '2026-07-02 12:15:52.533', '2026-07-02 14:10:57.520', 1389, 142, '2026-07-02', 3, 6350, 40, '2E34VNPT', '2026-07-02 14:10:57.520');
|
||
INSERT INTO `student_sessions` VALUES (437, '2026-07-02 12:15:52.665', '2026-07-02 13:23:51.231', 1667, 142, '2026-07-02', 3, 1080, 0, '2E34VNPT', '2026-07-02 13:23:51.231');
|
||
INSERT INTO `student_sessions` VALUES (438, '2026-07-02 12:15:52.991', '2026-07-02 14:10:55.372', 1396, 142, '2026-07-02', 3, 6380, 80, '2E34VNPT', '2026-07-02 14:10:55.372');
|
||
INSERT INTO `student_sessions` VALUES (439, '2026-07-02 12:15:52.994', '2026-07-02 14:10:59.651', 1595, 142, '2026-07-02', 3, 6470, 50, '2E34VNPT', '2026-07-02 14:10:59.651');
|
||
INSERT INTO `student_sessions` VALUES (440, '2026-07-02 12:15:53.149', '2026-07-02 14:10:22.851', 1479, 142, '2026-07-02', 3, 6410, 30, '2E34VNPT', '2026-07-02 14:10:22.851');
|
||
INSERT INTO `student_sessions` VALUES (441, '2026-07-02 12:15:53.687', '2026-07-02 14:10:52.271', 1636, 142, '2026-07-02', 3, 6210, 40, '2E34VNPT', '2026-07-02 14:10:52.270');
|
||
INSERT INTO `student_sessions` VALUES (442, '2026-07-02 12:15:54.559', '2026-07-02 14:09:00.607', 1812, 142, '2026-07-02', 3, 6360, 0, '2E34VNPT-5G', '2026-07-02 14:09:00.607');
|
||
INSERT INTO `student_sessions` VALUES (443, '2026-07-02 12:15:55.824', '2026-07-02 14:08:50.996', 1328, 142, '2026-07-02', 3, 6410, 0, '2E34VNPT-5G', '2026-07-02 14:08:50.996');
|
||
INSERT INTO `student_sessions` VALUES (444, '2026-07-02 12:15:56.770', '2026-07-02 14:10:59.221', 1432, 142, '2026-07-02', 3, 6390, 0, '2E34VNPT-5G', '2026-07-02 14:10:59.221');
|
||
INSERT INTO `student_sessions` VALUES (445, '2026-07-02 12:15:58.033', '2026-07-02 12:16:15.643', 1555, 81, '2026-07-02', 1, 20, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:15.643');
|
||
INSERT INTO `student_sessions` VALUES (446, '2026-07-02 12:15:58.814', '2026-07-02 14:10:20.618', 1542, 142, '2026-07-02', 3, 6420, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:20.618');
|
||
INSERT INTO `student_sessions` VALUES (447, '2026-07-02 12:15:59.104', '2026-07-02 12:56:50.550', 1417, 142, '2026-07-02', 3, 1900, 0, '2E34VNPT-5G', '2026-07-02 12:56:50.550');
|
||
INSERT INTO `student_sessions` VALUES (448, '2026-07-02 12:15:59.327', '2026-07-02 14:10:48.463', 1331, 142, '2026-07-02', 3, 6490, 0, '2E34VNPT-5G', '2026-07-02 14:10:48.463');
|
||
INSERT INTO `student_sessions` VALUES (449, '2026-07-02 12:15:59.936', '2026-07-02 14:10:56.050', 1513, 142, '2026-07-02', 3, 6500, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:56.050');
|
||
INSERT INTO `student_sessions` VALUES (450, '2026-07-02 12:16:00.041', '2026-07-02 14:10:55.850', 1635, 142, '2026-07-02', 3, 6220, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:55.850');
|
||
INSERT INTO `student_sessions` VALUES (451, '2026-07-02 12:16:00.251', '2026-07-02 14:10:57.187', 1411, 142, '2026-07-02', 3, 6570, 0, '2E34VNPT-5G', '2026-07-02 14:10:57.187');
|
||
INSERT INTO `student_sessions` VALUES (452, '2026-07-02 12:16:00.830', '2026-07-02 14:10:56.643', 1408, 142, '2026-07-02', 3, 4800, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:56.643');
|
||
INSERT INTO `student_sessions` VALUES (453, '2026-07-02 12:16:06.951', '2026-07-02 14:10:59.041', 1568, 142, '2026-07-02', 3, 6060, 20, '2E34VNPT-5G,2E34VNPT', '2026-07-02 14:10:59.041');
|
||
INSERT INTO `student_sessions` VALUES (454, '2026-07-02 12:16:15.998', '2026-07-02 16:19:19.039', 158, 48, '2026-07-02', 1, 7090, 20, 'Rikkei Education_5G', '2026-07-02 16:19:19.039');
|
||
INSERT INTO `student_sessions` VALUES (455, '2026-07-02 12:16:23.368', '2026-07-02 12:16:29.468', 1460, 80, '2026-07-02', 1, 10, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 12:16:29.467');
|
||
INSERT INTO `student_sessions` VALUES (456, '2026-07-02 12:16:33.970', '2026-07-02 12:28:59.856', 901, 156, '2026-07-02', 3, 240, 0, 'Cooperate.R_5', '2026-07-02 12:28:59.856');
|
||
INSERT INTO `student_sessions` VALUES (457, '2026-07-02 12:16:37.962', '2026-07-02 14:10:32.351', 1652, 142, '2026-07-02', 3, 6430, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:32.351');
|
||
INSERT INTO `student_sessions` VALUES (458, '2026-07-02 12:16:39.909', '2026-07-02 14:08:48.174', 1460, 141, '2026-07-02', 1, 6110, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:08:48.174');
|
||
INSERT INTO `student_sessions` VALUES (459, '2026-07-02 12:16:40.874', '2026-07-02 14:10:59.341', 1539, 141, '2026-07-02', 1, 26930, 240, '', '2026-07-02 14:10:59.341');
|
||
INSERT INTO `student_sessions` VALUES (460, '2026-07-02 12:16:40.944', '2026-07-02 14:09:07.479', 1341, 141, '2026-07-02', 1, 6410, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:09:07.479');
|
||
INSERT INTO `student_sessions` VALUES (461, '2026-07-02 12:16:41.333', '2026-07-02 14:10:55.601', 1292, 141, '2026-07-02', 1, 25050, 20, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:55.601');
|
||
INSERT INTO `student_sessions` VALUES (462, '2026-07-02 12:16:41.972', '2026-07-02 14:10:19.628', 1470, 141, '2026-07-02', 1, 6160, 30, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:19.627');
|
||
INSERT INTO `student_sessions` VALUES (463, '2026-07-02 12:16:44.419', '2026-07-02 14:09:10.600', 1337, 141, '2026-07-02', 1, 6430, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:09:10.600');
|
||
INSERT INTO `student_sessions` VALUES (464, '2026-07-02 12:16:45.864', '2026-07-02 14:09:19.971', 1475, 141, '2026-07-02', 1, 6350, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:09:19.971');
|
||
INSERT INTO `student_sessions` VALUES (465, '2026-07-02 12:16:45.900', '2026-07-02 14:10:41.950', 1663, 141, '2026-07-02', 1, 6440, 10, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:41.949');
|
||
INSERT INTO `student_sessions` VALUES (466, '2026-07-02 12:16:45.933', '2026-07-02 16:21:39.099', 292, 48, '2026-07-02', 1, 6910, 10, 'Practical.R_5', '2026-07-02 16:21:39.098');
|
||
INSERT INTO `student_sessions` VALUES (467, '2026-07-02 12:16:46.596', '2026-07-02 14:10:04.192', 1424, 141, '2026-07-02', 1, 6470, 20, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:04.191');
|
||
INSERT INTO `student_sessions` VALUES (468, '2026-07-02 12:16:46.685', '2026-07-02 14:09:41.420', 1654, 141, '2026-07-02', 1, 3290, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:09:41.420');
|
||
INSERT INTO `student_sessions` VALUES (469, '2026-07-02 12:16:47.673', '2026-07-02 14:10:35.162', 1472, 141, '2026-07-02', 1, 6330, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:35.162');
|
||
INSERT INTO `student_sessions` VALUES (470, '2026-07-02 12:16:48.161', '2026-07-02 14:05:04.183', 1575, 141, '2026-07-02', 1, 5780, 60, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:05:04.182');
|
||
INSERT INTO `student_sessions` VALUES (471, '2026-07-02 12:16:49.356', '2026-07-02 14:10:59.085', 1600, 141, '2026-07-02', 1, 6340, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:59.085');
|
||
INSERT INTO `student_sessions` VALUES (472, '2026-07-02 12:16:55.710', '2026-07-02 14:10:58.434', 1482, 141, '2026-07-02', 1, 6540, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:58.434');
|
||
INSERT INTO `student_sessions` VALUES (473, '2026-07-02 12:16:58.537', '2026-07-02 14:10:50.388', 1576, 141, '2026-07-02', 1, 5920, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:50.388');
|
||
INSERT INTO `student_sessions` VALUES (474, '2026-07-02 12:17:00.913', '2026-07-02 14:02:47.461', 1558, 141, '2026-07-02', 1, 5250, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:02:47.461');
|
||
INSERT INTO `student_sessions` VALUES (475, '2026-07-02 12:17:08.743', '2026-07-02 14:08:18.864', 1489, 141, '2026-07-02', 1, 5480, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:08:18.864');
|
||
INSERT INTO `student_sessions` VALUES (476, '2026-07-02 12:17:15.973', '2026-07-02 14:10:53.133', 1540, 141, '2026-07-02', 1, 5910, 10, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:53.132');
|
||
INSERT INTO `student_sessions` VALUES (477, '2026-07-02 12:17:16.884', '2026-07-02 12:49:42.214', 278, 48, '2026-07-02', 1, 1830, 0, 'Adaptation.R_5', '2026-07-02 12:49:42.213');
|
||
INSERT INTO `student_sessions` VALUES (478, '2026-07-02 12:17:19.525', '2026-07-02 14:10:55.793', 1662, 141, '2026-07-02', 1, 6430, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:55.793');
|
||
INSERT INTO `student_sessions` VALUES (479, '2026-07-02 12:17:26.946', '2026-07-02 14:08:32.404', 1406, 141, '2026-07-02', 1, 5040, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:08:32.403');
|
||
INSERT INTO `student_sessions` VALUES (480, '2026-07-02 12:17:34.828', '2026-07-02 13:40:36.599', 194, 156, '2026-07-02', 3, 4080, 0, 'Rikkei Education 1,Confident.R_5', '2026-07-02 13:40:36.599');
|
||
INSERT INTO `student_sessions` VALUES (481, '2026-07-02 12:17:40.904', '2026-07-02 14:10:55.834', 1414, 141, '2026-07-02', 1, 5890, 10, 'PTIT.HCM_SV', '2026-07-02 14:10:55.834');
|
||
INSERT INTO `student_sessions` VALUES (482, '2026-07-02 12:17:45.119', '2026-07-02 14:10:27.126', 1555, 141, '2026-07-02', 1, 6270, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:27.125');
|
||
INSERT INTO `student_sessions` VALUES (483, '2026-07-02 12:17:52.826', '2026-07-02 14:10:53.438', 1556, 141, '2026-07-02', 1, 6320, 0, 'PTIT.HCM_SV', '2026-07-02 14:10:53.438');
|
||
INSERT INTO `student_sessions` VALUES (484, '2026-07-02 12:18:10.788', '2026-07-02 14:10:51.998', 1466, 142, '2026-07-02', 3, 6040, 30, '2E34VNPT', '2026-07-02 14:10:51.998');
|
||
INSERT INTO `student_sessions` VALUES (485, '2026-07-02 12:18:18.747', '2026-07-02 14:10:54.275', 1456, 142, '2026-07-02', 3, 5920, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:54.275');
|
||
INSERT INTO `student_sessions` VALUES (486, '2026-07-02 12:18:18.830', '2026-07-02 14:19:55.315', 247, 48, '2026-07-02', 1, 1150, 0, 'Practical.R_5', '2026-07-02 14:19:55.315');
|
||
INSERT INTO `student_sessions` VALUES (487, '2026-07-02 12:18:20.082', '2026-07-02 14:10:59.410', 1446, 142, '2026-07-02', 3, 15430, 10, '', '2026-07-02 14:10:59.410');
|
||
INSERT INTO `student_sessions` VALUES (488, '2026-07-02 12:18:43.235', '2026-07-02 14:10:56.838', 1356, 141, '2026-07-02', 1, 5560, 10, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:56.838');
|
||
INSERT INTO `student_sessions` VALUES (489, '2026-07-02 12:18:59.422', '2026-07-02 14:09:33.604', 1668, 142, '2026-07-02', 3, 6020, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:09:33.603');
|
||
INSERT INTO `student_sessions` VALUES (490, '2026-07-02 12:19:08.642', '2026-07-02 14:10:58.361', 1395, 141, '2026-07-02', 1, 22460, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:58.361');
|
||
INSERT INTO `student_sessions` VALUES (491, '2026-07-02 12:19:08.951', '2026-07-02 14:01:02.759', 99, 156, '2026-07-02', 3, 5630, 10, 'Cooperate.R_5', '2026-07-02 14:01:02.759');
|
||
INSERT INTO `student_sessions` VALUES (492, '2026-07-02 12:19:19.383', '2026-07-02 14:10:51.466', 1423, 142, '2026-07-02', 3, 6180, 0, '2E34VNPT-5G', '2026-07-02 14:10:51.466');
|
||
INSERT INTO `student_sessions` VALUES (493, '2026-07-02 12:19:33.253', '2026-07-02 14:10:23.565', 1458, 142, '2026-07-02', 3, 6330, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:10:23.565');
|
||
INSERT INTO `student_sessions` VALUES (494, '2026-07-02 12:20:05.270', '2026-07-02 12:34:08.529', 221, 156, '2026-07-02', 3, 370, 0, 'Confident.R_5', '2026-07-02 12:34:08.529');
|
||
INSERT INTO `student_sessions` VALUES (495, '2026-07-02 12:20:15.206', '2026-07-02 13:45:14.983', 1455, 141, '2026-07-02', 1, 3770, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 13:45:14.983');
|
||
INSERT INTO `student_sessions` VALUES (496, '2026-07-02 12:20:24.995', '2026-07-02 14:10:52.359', 1648, 141, '2026-07-02', 1, 5570, 10, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:52.359');
|
||
INSERT INTO `student_sessions` VALUES (497, '2026-07-02 12:20:29.208', '2026-07-02 14:10:05.236', 1409, 141, '2026-07-02', 1, 20130, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:05.236');
|
||
INSERT INTO `student_sessions` VALUES (498, '2026-07-02 12:20:39.268', '2026-07-02 19:16:57.123', 89, 48, '2026-07-02', 1, 6730, 0, 'Practical.R_5,Huu Nhat', '2026-07-02 19:16:57.123');
|
||
INSERT INTO `student_sessions` VALUES (499, '2026-07-02 12:20:44.645', '2026-07-02 14:05:18.202', 1496, 141, '2026-07-02', 1, 5340, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:05:18.202');
|
||
INSERT INTO `student_sessions` VALUES (500, '2026-07-02 12:21:21.377', '2026-07-02 13:58:13.173', 236, 156, '2026-07-02', 3, 1390, 0, 'Cooperate.R_5', '2026-07-02 13:58:13.173');
|
||
INSERT INTO `student_sessions` VALUES (501, '2026-07-02 12:22:01.844', '2026-07-02 14:10:50.161', 1333, 141, '2026-07-02', 1, 6100, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:50.161');
|
||
INSERT INTO `student_sessions` VALUES (502, '2026-07-02 12:22:33.093', '2026-07-02 12:57:03.798', 1557, 142, '2026-07-02', 3, 1960, 0, '2E34VNPT', '2026-07-02 12:57:03.798');
|
||
INSERT INTO `student_sessions` VALUES (503, '2026-07-02 12:22:56.060', '2026-07-02 14:09:36.301', 1661, 142, '2026-07-02', 3, 6100, 40, '2E34VNPT-5G', '2026-07-02 14:09:36.301');
|
||
INSERT INTO `student_sessions` VALUES (504, '2026-07-02 12:23:03.040', '2026-07-02 16:18:56.318', 213, 48, '2026-07-02', 1, 890, 0, 'Practical.R_5', '2026-07-02 16:18:56.318');
|
||
INSERT INTO `student_sessions` VALUES (505, '2026-07-02 12:23:16.178', '2026-07-02 13:47:31.775', 285, 156, '2026-07-02', 3, 4180, 0, 'Adaptation.R_5', '2026-07-02 13:47:31.775');
|
||
INSERT INTO `student_sessions` VALUES (506, '2026-07-02 12:24:11.396', '2026-07-02 14:10:50.450', 1488, 142, '2026-07-02', 3, 6010, 70, '2E34VNPT', '2026-07-02 14:10:50.450');
|
||
INSERT INTO `student_sessions` VALUES (507, '2026-07-02 12:24:36.552', '2026-07-02 13:35:16.889', 298, 156, '2026-07-02', 3, 4020, 0, 'Cooperate.R_5', '2026-07-02 13:35:16.889');
|
||
INSERT INTO `student_sessions` VALUES (508, '2026-07-02 12:25:53.916', '2026-07-02 12:26:10.605', 405, 48, '2026-07-02', 1, 20, 0, 'Adaptation.R_5', '2026-07-02 12:26:10.605');
|
||
INSERT INTO `student_sessions` VALUES (509, '2026-07-02 12:26:32.709', '2026-07-02 14:04:28.494', 1643, 142, '2026-07-02', 3, 5490, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:04:28.494');
|
||
INSERT INTO `student_sessions` VALUES (510, '2026-07-02 12:28:25.160', '2026-07-02 12:58:16.456', 180, 48, '2026-07-02', 1, 1600, 0, 'Practical.R_24', '2026-07-02 12:58:16.456');
|
||
INSERT INTO `student_sessions` VALUES (511, '2026-07-02 12:29:35.344', '2026-07-02 13:40:52.385', 1516, 142, '2026-07-02', 3, 4030, 0, '2E34VNPT-5G', '2026-07-02 13:40:52.385');
|
||
INSERT INTO `student_sessions` VALUES (512, '2026-07-02 12:30:59.921', '2026-07-02 13:16:10.826', 244, 156, '2026-07-02', 3, 970, 0, 'Confident.R_5', '2026-07-02 13:16:10.825');
|
||
INSERT INTO `student_sessions` VALUES (513, '2026-07-02 12:31:44.534', '2026-07-02 19:27:58.120', 152, 48, '2026-07-02', 1, 2140, 0, '', '2026-07-02 19:27:58.120');
|
||
INSERT INTO `student_sessions` VALUES (514, '2026-07-02 12:32:30.512', '2026-07-02 16:19:40.704', 242, 43, '2026-07-02', 1, 800, 0, 'Adaptation.R_5,Practical.R_5', '2026-07-02 16:19:40.703');
|
||
INSERT INTO `student_sessions` VALUES (515, '2026-07-02 12:32:45.333', '2026-07-02 14:10:57.496', 242, 48, '2026-07-02', 1, 5580, 0, 'Adaptation.R_5,Practical.R_5', '2026-07-02 14:10:57.495');
|
||
INSERT INTO `student_sessions` VALUES (516, '2026-07-02 12:32:46.324', '2026-07-02 14:03:29.089', 304, 48, '2026-07-02', 1, 4600, 0, 'Practical.R_5', '2026-07-02 14:03:29.089');
|
||
INSERT INTO `student_sessions` VALUES (517, '2026-07-02 12:32:55.989', '2026-07-02 14:09:07.281', 1492, 141, '2026-07-02', 1, 2820, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:09:07.281');
|
||
INSERT INTO `student_sessions` VALUES (518, '2026-07-02 12:35:29.045', '2026-07-02 12:36:08.911', 267, 156, '2026-07-02', 3, 40, 0, 'RIKKEI EDU', '2026-07-02 12:36:08.910');
|
||
INSERT INTO `student_sessions` VALUES (519, '2026-07-02 12:36:57.903', '2026-07-02 14:00:58.314', 162, 156, '2026-07-02', 3, 4780, 0, 'Rikkei Education 1', '2026-07-02 14:00:58.313');
|
||
INSERT INTO `student_sessions` VALUES (520, '2026-07-02 12:39:06.019', '2026-07-02 14:03:20.462', 173, 156, '2026-07-02', 3, 4070, 0, 'Cooperate.R_5', '2026-07-02 14:03:20.462');
|
||
INSERT INTO `student_sessions` VALUES (521, '2026-07-02 12:40:49.256', '2026-07-02 14:10:50.943', 1666, 141, '2026-07-02', 1, 4840, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:10:50.942');
|
||
INSERT INTO `student_sessions` VALUES (522, '2026-07-02 12:46:16.308', '2026-07-02 14:10:50.372', 1476, 141, '2026-07-02', 1, 4790, 0, 'PTIT.HCM_SV', '2026-07-02 14:10:50.372');
|
||
INSERT INTO `student_sessions` VALUES (523, '2026-07-02 12:52:18.364', '2026-07-02 13:23:50.231', 1546, 141, '2026-07-02', 1, 1790, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 13:23:50.231');
|
||
INSERT INTO `student_sessions` VALUES (524, '2026-07-02 12:56:10.226', '2026-07-02 14:02:38.354', 308, 156, '2026-07-02', 3, 3660, 20, 'RIKKEI EDU', '2026-07-02 14:02:38.354');
|
||
INSERT INTO `student_sessions` VALUES (525, '2026-07-02 13:03:55.801', '2026-07-02 13:23:13.650', 1465, 142, '2026-07-02', 3, 860, 0, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-02 13:23:13.649');
|
||
INSERT INTO `student_sessions` VALUES (526, '2026-07-02 13:09:11.424', '2026-07-02 13:31:54.914', 596, 63, '2026-07-02', 3, 740, 0, '', '2026-07-02 13:31:54.913');
|
||
INSERT INTO `student_sessions` VALUES (527, '2026-07-02 13:21:36.179', '2026-07-02 14:10:56.419', 1416, 142, '2026-07-02', 3, 2750, 30, '2E34VNPT', '2026-07-02 14:10:56.419');
|
||
INSERT INTO `student_sessions` VALUES (528, '2026-07-02 13:50:43.036', '2026-07-02 13:56:33.901', 248, 51, '2026-07-02', 3, 280, 0, 'TP-Link_350E', '2026-07-02 13:56:33.901');
|
||
INSERT INTO `student_sessions` VALUES (529, '2026-07-02 14:05:45.839', '2026-07-02 15:00:57.444', 1760, 83, '2026-07-02', 1, 3140, 0, 'rikkeieducation p804 5G', '2026-07-02 15:00:57.444');
|
||
INSERT INTO `student_sessions` VALUES (530, '2026-07-02 14:11:01.042', '2026-07-02 14:11:01.042', 1488, 81, '2026-07-02', 1, 10, 0, '2E34VNPT', '2026-07-02 14:11:01.042');
|
||
INSERT INTO `student_sessions` VALUES (531, '2026-07-02 14:11:01.163', '2026-07-02 14:11:43.119', 1395, 78, '2026-07-02', 1, 180, 0, '', '2026-07-02 14:11:43.119');
|
||
INSERT INTO `student_sessions` VALUES (532, '2026-07-02 14:11:01.455', '2026-07-02 14:11:12.020', 1666, 81, '2026-07-02', 1, 20, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:12.018');
|
||
INSERT INTO `student_sessions` VALUES (533, '2026-07-02 14:11:01.660', '2026-07-02 14:11:31.465', 1446, 81, '2026-07-02', 1, 140, 0, '', '2026-07-02 14:11:31.465');
|
||
INSERT INTO `student_sessions` VALUES (534, '2026-07-02 14:11:02.196', '2026-07-02 14:13:16.183', 1423, 79, '2026-07-02', 1, 140, 0, '2E34VNPT-5G', '2026-07-02 14:13:16.183');
|
||
INSERT INTO `student_sessions` VALUES (535, '2026-07-02 14:11:02.697', '2026-07-02 14:12:16.350', 1466, 79, '2026-07-02', 1, 80, 0, '2E34VNPT', '2026-07-02 14:12:16.349');
|
||
INSERT INTO `student_sessions` VALUES (536, '2026-07-02 14:11:02.852', '2026-07-02 14:11:13.659', 1648, 79, '2026-07-02', 1, 20, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:13.659');
|
||
INSERT INTO `student_sessions` VALUES (537, '2026-07-02 14:11:03.574', '2026-07-02 14:11:14.314', 1540, 79, '2026-07-02', 1, 20, 0, 'RIKKEI EDUCATION 2E32', '2026-07-02 14:11:14.313');
|
||
INSERT INTO `student_sessions` VALUES (538, '2026-07-02 14:11:03.945', '2026-07-02 14:11:35.767', 1556, 81, '2026-07-02', 1, 40, 0, 'PTIT.HCM_SV', '2026-07-02 14:11:35.767');
|
||
INSERT INTO `student_sessions` VALUES (539, '2026-07-02 14:11:04.715', '2026-07-02 14:12:08.411', 1456, 79, '2026-07-02', 1, 70, 0, '2E35 RIKKEI EDUCATION', '2026-07-02 14:12:08.411');
|
||
INSERT INTO `student_sessions` VALUES (540, '2026-07-02 14:11:06.927', '2026-07-02 22:20:13.037', 1416, 81, '2026-07-02', 1, 90, 0, '2E34VNPT,Thai Ha', '2026-07-02 22:20:13.036');
|
||
INSERT INTO `student_sessions` VALUES (541, '2026-07-02 14:11:31.631', '2026-07-02 14:11:42.409', 1409, 78, '2026-07-02', 1, 40, 0, '', '2026-07-02 14:11:42.409');
|
||
INSERT INTO `student_sessions` VALUES (542, '2026-07-02 14:13:16.865', '2026-07-02 16:16:33.609', 157, 49, '2026-07-02', 1, 420, 10, 'Cooperate.R_5,Practical.R_5', '2026-07-02 16:16:33.609');
|
||
INSERT INTO `student_sessions` VALUES (543, '2026-07-02 14:15:14.969', '2026-07-02 15:11:45.123', 1388, 73, '2026-07-02', 1, 3090, 120, 'PTIT_WIFI', '2026-07-02 15:11:45.123');
|
||
INSERT INTO `student_sessions` VALUES (544, '2026-07-02 14:15:40.585', '2026-07-02 16:16:33.875', 225, 49, '2026-07-02', 1, 220, 0, 'Cooperate.R_24,Confident.R_5,Cooperate.R_5', '2026-07-02 16:16:33.875');
|
||
INSERT INTO `student_sessions` VALUES (545, '2026-07-02 14:16:08.568', '2026-07-02 16:19:25.952', 220, 49, '2026-07-02', 1, 430, 10, 'POCO X8 Pro,Rikkei Education 1', '2026-07-02 16:19:25.952');
|
||
INSERT INTO `student_sessions` VALUES (546, '2026-07-02 14:16:38.235', '2026-07-02 16:19:37.388', 1342, 73, '2026-07-02', 1, 5450, 0, 'PTIT_WIFI', '2026-07-02 16:19:37.388');
|
||
INSERT INTO `student_sessions` VALUES (547, '2026-07-02 14:16:39.972', '2026-07-02 16:17:35.579', 216, 49, '2026-07-02', 1, 310, 0, 'Rikkei Education 1', '2026-07-02 16:17:35.579');
|
||
INSERT INTO `student_sessions` VALUES (548, '2026-07-02 14:17:18.175', '2026-07-02 16:16:16.788', 399, 49, '2026-07-02', 1, 80, 0, 'Cooperate.R_5', '2026-07-02 16:16:16.788');
|
||
INSERT INTO `student_sessions` VALUES (549, '2026-07-02 14:17:28.248', '2026-07-02 14:19:54.820', 314, 49, '2026-07-02', 1, 130, 10, 'rikkeieducation 1,Adaptation.R_5', '2026-07-02 14:19:54.820');
|
||
INSERT INTO `student_sessions` VALUES (550, '2026-07-02 14:17:33.802', '2026-07-02 16:18:34.681', 129, 49, '2026-07-02', 1, 200, 0, 'Cooperate.R_5', '2026-07-02 16:18:34.681');
|
||
INSERT INTO `student_sessions` VALUES (551, '2026-07-02 14:18:21.283', '2026-07-02 16:19:21.853', 1528, 73, '2026-07-02', 1, 6440, 0, 'PTIT_WIFI', '2026-07-02 16:19:21.853');
|
||
INSERT INTO `student_sessions` VALUES (552, '2026-07-02 14:19:11.336', '2026-07-02 16:15:44.872', 282, 49, '2026-07-02', 1, 50, 0, 'POCO X8 Pro,Cooperate.R_24', '2026-07-02 16:15:44.872');
|
||
INSERT INTO `student_sessions` VALUES (553, '2026-07-02 14:19:13.855', '2026-07-02 14:26:11.017', 1287, 73, '2026-07-02', 1, 400, 0, 'PTIT_WIFI', '2026-07-02 14:26:11.017');
|
||
INSERT INTO `student_sessions` VALUES (554, '2026-07-02 14:19:21.616', '2026-07-02 15:15:05.548', 1758, 83, '2026-07-02', 1, 2640, 10, 'rikkeieducation p802 5G', '2026-07-02 15:15:05.548');
|
||
INSERT INTO `student_sessions` VALUES (555, '2026-07-02 14:19:22.342', '2026-07-02 16:19:19.397', 251, 49, '2026-07-02', 1, 240, 0, 'Adaptation.R_5,Cooperate.R_24', '2026-07-02 16:19:19.397');
|
||
INSERT INTO `student_sessions` VALUES (556, '2026-07-02 14:19:29.146', '2026-07-02 16:16:23.761', 148, 49, '2026-07-02', 1, 200, 0, '', '2026-07-02 16:16:23.760');
|
||
INSERT INTO `student_sessions` VALUES (557, '2026-07-02 14:19:39.910', '2026-07-02 14:20:24.221', 253, 58, '2026-07-02', 1, 50, 0, 'rikkeieducation p801 5G', '2026-07-02 14:20:24.220');
|
||
INSERT INTO `student_sessions` VALUES (558, '2026-07-02 14:19:55.766', '2026-07-02 18:37:41.787', 1325, 73, '2026-07-02', 1, 34370, 110, 'PTIT_WIFI', '2026-07-02 18:37:41.787');
|
||
INSERT INTO `student_sessions` VALUES (559, '2026-07-02 14:20:00.354', '2026-07-02 16:15:29.524', 115, 48, '2026-07-02', 2, 6540, 0, 'Practical.R_5', '2026-07-02 16:15:29.524');
|
||
INSERT INTO `student_sessions` VALUES (560, '2026-07-02 14:20:00.444', '2026-07-02 16:15:24.502', 133, 48, '2026-07-02', 2, 6580, 0, 'Practical.R_5', '2026-07-02 16:15:24.502');
|
||
INSERT INTO `student_sessions` VALUES (561, '2026-07-02 14:20:04.448', '2026-07-02 16:15:33.994', 399, 49, '2026-07-02', 4, 6540, 0, 'Cooperate.R_5', '2026-07-02 16:15:33.994');
|
||
INSERT INTO `student_sessions` VALUES (562, '2026-07-02 14:20:05.053', '2026-07-02 16:15:23.413', 131, 48, '2026-07-02', 2, 6470, 0, 'Adaptation.R_5', '2026-07-02 16:15:23.413');
|
||
INSERT INTO `student_sessions` VALUES (563, '2026-07-02 14:20:05.487', '2026-07-02 16:15:28.592', 242, 48, '2026-07-02', 2, 6580, 0, 'Practical.R_5', '2026-07-02 16:15:28.591');
|
||
INSERT INTO `student_sessions` VALUES (564, '2026-07-02 14:20:05.845', '2026-07-02 16:15:29.686', 86, 48, '2026-07-02', 2, 6490, 0, 'Adaptation.R_5', '2026-07-02 16:15:29.686');
|
||
INSERT INTO `student_sessions` VALUES (565, '2026-07-02 14:20:06.152', '2026-07-02 14:33:32.592', 247, 48, '2026-07-02', 2, 770, 0, 'Practical.R_5', '2026-07-02 14:33:32.592');
|
||
INSERT INTO `student_sessions` VALUES (566, '2026-07-02 14:20:06.197', '2026-07-02 16:15:29.039', 158, 48, '2026-07-02', 2, 6350, 0, 'Rikkei Education_5G', '2026-07-02 16:15:29.039');
|
||
INSERT INTO `student_sessions` VALUES (567, '2026-07-02 14:20:06.279', '2026-07-02 16:15:29.299', 292, 48, '2026-07-02', 2, 6470, 30, 'Practical.R_5', '2026-07-02 16:15:29.299');
|
||
INSERT INTO `student_sessions` VALUES (568, '2026-07-02 14:20:07.195', '2026-07-02 16:15:30.812', 263, 48, '2026-07-02', 2, 6540, 0, 'Practical.R_5', '2026-07-02 16:15:30.812');
|
||
INSERT INTO `student_sessions` VALUES (569, '2026-07-02 14:20:07.200', '2026-07-02 16:15:23.516', 89, 48, '2026-07-02', 2, 6470, 0, 'Practical.R_5', '2026-07-02 16:15:23.516');
|
||
INSERT INTO `student_sessions` VALUES (570, '2026-07-02 14:20:07.318', '2026-07-02 16:15:29.338', 216, 49, '2026-07-02', 4, 6540, 0, 'Rikkei Education 1', '2026-07-02 16:15:29.337');
|
||
INSERT INTO `student_sessions` VALUES (571, '2026-07-02 14:20:07.700', '2026-07-02 16:15:11.718', 214, 48, '2026-07-02', 2, 6480, 0, 'Practical.R_5', '2026-07-02 16:15:11.718');
|
||
INSERT INTO `student_sessions` VALUES (572, '2026-07-02 14:20:08.044', '2026-07-02 16:15:24.982', 240, 48, '2026-07-02', 2, 6530, 0, 'Practical.R_5', '2026-07-02 16:15:24.982');
|
||
INSERT INTO `student_sessions` VALUES (573, '2026-07-02 14:20:08.718', '2026-07-02 16:15:32.375', 220, 49, '2026-07-02', 4, 6550, 0, 'Rikkei Education 1', '2026-07-02 16:15:32.375');
|
||
INSERT INTO `student_sessions` VALUES (574, '2026-07-02 14:20:09.751', '2026-07-02 16:15:30.808', 225, 49, '2026-07-02', 4, 4820, 0, 'Confident.R_5,Cooperate.R_5', '2026-07-02 16:15:30.807');
|
||
INSERT INTO `student_sessions` VALUES (575, '2026-07-02 14:20:10.024', '2026-07-02 14:24:28.727', 314, 49, '2026-07-02', 4, 180, 10, 'Cooperate.R_5', '2026-07-02 14:24:28.726');
|
||
INSERT INTO `student_sessions` VALUES (576, '2026-07-02 14:20:10.286', '2026-07-02 16:15:24.200', 251, 49, '2026-07-02', 4, 6070, 0, 'Cooperate.R_24', '2026-07-02 16:15:24.200');
|
||
INSERT INTO `student_sessions` VALUES (577, '2026-07-02 14:20:10.794', '2026-07-02 16:19:23.986', 1519, 73, '2026-07-02', 1, 6520, 0, 'PTIT_WIFI', '2026-07-02 16:19:23.986');
|
||
INSERT INTO `student_sessions` VALUES (578, '2026-07-02 14:20:13.072', '2026-07-02 16:15:33.483', 282, 49, '2026-07-02', 4, 6000, 140, 'Cooperate.R_24,POCO X8 Pro', '2026-07-02 16:15:33.483');
|
||
INSERT INTO `student_sessions` VALUES (579, '2026-07-02 14:20:24.730', '2026-07-02 15:08:18.149', 1775, 83, '2026-07-02', 1, 2320, 0, 'rikkeieducation p802 5G', '2026-07-02 15:08:18.149');
|
||
INSERT INTO `student_sessions` VALUES (580, '2026-07-02 14:20:25.854', '2026-07-02 16:15:29.439', 114, 48, '2026-07-02', 2, 6570, 0, 'Adaptation.R_5', '2026-07-02 16:15:29.439');
|
||
INSERT INTO `student_sessions` VALUES (581, '2026-07-02 14:20:41.971', '2026-07-02 16:15:29.319', 157, 49, '2026-07-02', 4, 6240, 40, 'Cooperate.R_5', '2026-07-02 16:15:29.319');
|
||
INSERT INTO `student_sessions` VALUES (582, '2026-07-02 14:20:57.559', '2026-07-02 17:58:39.893', 1491, 72, '2026-07-02', 1, 7040, 190, 'PTIT_WIFI,28A Phung Khoang 3', '2026-07-02 17:58:39.892');
|
||
INSERT INTO `student_sessions` VALUES (583, '2026-07-02 14:21:06.282', '2026-07-02 16:04:09.484', 1617, 72, '2026-07-02', 1, 2780, 10, 'rikkeieducation', '2026-07-02 16:04:09.484');
|
||
INSERT INTO `student_sessions` VALUES (584, '2026-07-02 14:21:15.936', '2026-07-02 16:15:26.919', 167, 49, '2026-07-02', 4, 6010, 20, 'Adaptation.R_5,Cooperate.R_24,Cooperate.R_5', '2026-07-02 16:15:26.918');
|
||
INSERT INTO `student_sessions` VALUES (585, '2026-07-02 14:21:16.490', '2026-07-02 16:22:23.356', 1618, 72, '2026-07-02', 1, 6760, 0, 'rikkeieducation p805 5G', '2026-07-02 16:22:23.356');
|
||
INSERT INTO `student_sessions` VALUES (586, '2026-07-02 14:21:23.510', '2026-07-02 16:15:32.894', 268, 49, '2026-07-02', 4, 5890, 0, 'Rikkei Education 1,Cooperate.R_24', '2026-07-02 16:15:32.894');
|
||
INSERT INTO `student_sessions` VALUES (587, '2026-07-02 14:21:25.609', '2026-07-02 16:15:33.178', 117, 49, '2026-07-02', 4, 5750, 60, 'Cooperate.R_24', '2026-07-02 16:15:33.178');
|
||
INSERT INTO `student_sessions` VALUES (588, '2026-07-02 14:21:52.510', '2026-07-02 16:14:15.638', 148, 49, '2026-07-02', 4, 28180, 30, '', '2026-07-02 16:14:15.637');
|
||
INSERT INTO `student_sessions` VALUES (589, '2026-07-02 14:22:28.373', '2026-07-02 16:19:23.708', 1495, 73, '2026-07-02', 1, 5590, 860, 'rikkeieducation p801 5G,PTIT_WIFI', '2026-07-02 16:19:23.708');
|
||
INSERT INTO `student_sessions` VALUES (590, '2026-07-02 14:22:44.460', '2026-07-02 16:15:20.107', 303, 156, '2026-07-02', 4, 300, 230, 'Hang,The Anh 5G', '2026-07-02 16:15:20.107');
|
||
INSERT INTO `student_sessions` VALUES (591, '2026-07-02 14:22:51.152', '2026-07-02 14:23:08.460', 1715, 83, '2026-07-02', 1, 20, 0, 'rikkeieducation p804 5G', '2026-07-02 14:23:08.460');
|
||
INSERT INTO `student_sessions` VALUES (592, '2026-07-02 14:23:36.987', '2026-07-02 14:27:50.115', 1567, 72, '2026-07-02', 1, 230, 0, 'rikkeieducation p803 5G', '2026-07-02 14:27:50.115');
|
||
INSERT INTO `student_sessions` VALUES (593, '2026-07-02 14:23:44.323', '2026-07-02 17:22:49.238', 1441, 73, '2026-07-02', 1, 9160, 570, 'PTIT_WIFI,rikkeieducation p802 5G,rikkeieducation,rikkeieducation p805 5G', '2026-07-02 17:22:49.238');
|
||
INSERT INTO `student_sessions` VALUES (594, '2026-07-02 14:23:53.819', '2026-07-02 14:35:59.624', 1768, 83, '2026-07-02', 1, 690, 0, 'rikkeieducation p802 5G', '2026-07-02 14:35:59.624');
|
||
INSERT INTO `student_sessions` VALUES (595, '2026-07-02 14:24:13.529', '2026-07-02 14:25:21.842', 1312, 73, '2026-07-02', 1, 60, 0, 'PTIT_WIFI', '2026-07-02 14:25:21.841');
|
||
INSERT INTO `student_sessions` VALUES (596, '2026-07-02 14:25:07.715', '2026-07-02 16:19:06.238', 1384, 73, '2026-07-02', 1, 5720, 470, 'rikkeieducation p805 5G,rikkeieducation', '2026-07-02 16:19:06.238');
|
||
INSERT INTO `student_sessions` VALUES (597, '2026-07-02 14:25:07.892', '2026-07-02 16:15:30.505', 398, 48, '2026-07-02', 2, 6170, 0, 'Adaptation.R_5', '2026-07-02 16:15:30.505');
|
||
INSERT INTO `student_sessions` VALUES (598, '2026-07-02 14:25:21.486', '2026-07-02 16:15:34.071', 97, 49, '2026-07-02', 4, 5750, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-02 16:15:34.070');
|
||
INSERT INTO `student_sessions` VALUES (599, '2026-07-02 14:25:38.120', '2026-07-02 16:19:48.404', 1522, 72, '2026-07-02', 1, 6520, 0, 'PTIT_WIFI', '2026-07-02 16:19:48.403');
|
||
INSERT INTO `student_sessions` VALUES (600, '2026-07-02 14:25:40.341', '2026-07-02 16:23:36.127', 1603, 72, '2026-07-02', 1, 6360, 0, 'rikkeieducation p805 5G', '2026-07-02 16:23:36.127');
|
||
INSERT INTO `student_sessions` VALUES (601, '2026-07-02 14:25:49.617', '2026-07-02 16:19:04.460', 1316, 73, '2026-07-02', 1, 1270, 0, 'PTIT_WIFI,rikkeieducation', '2026-07-02 16:19:04.460');
|
||
INSERT INTO `student_sessions` VALUES (602, '2026-07-02 14:25:53.989', '2026-07-02 16:15:29.599', 111, 49, '2026-07-02', 4, 6160, 40, 'Cooperate.R_5,Adaptation.R_5', '2026-07-02 16:15:29.599');
|
||
INSERT INTO `student_sessions` VALUES (603, '2026-07-02 14:26:37.072', '2026-07-02 16:11:59.678', 119, 49, '2026-07-02', 4, 5900, 0, 'Confident.R_5', '2026-07-02 16:11:59.677');
|
||
INSERT INTO `student_sessions` VALUES (604, '2026-07-02 14:26:37.280', '2026-07-02 16:15:25.324', 392, 48, '2026-07-02', 2, 6040, 260, 'Adaptation.R_24', '2026-07-02 16:15:25.324');
|
||
INSERT INTO `student_sessions` VALUES (605, '2026-07-02 14:26:49.395', '2026-07-02 16:20:03.639', 1537, 73, '2026-07-02', 1, 6030, 0, 'PTIT_WIFI', '2026-07-02 16:20:03.639');
|
||
INSERT INTO `student_sessions` VALUES (606, '2026-07-02 14:26:54.154', '2026-07-02 16:15:04.252', 106, 49, '2026-07-02', 4, 6040, 0, 'Cooperate.R_5', '2026-07-02 16:15:04.251');
|
||
INSERT INTO `student_sessions` VALUES (607, '2026-07-02 14:26:59.256', '2026-07-02 14:29:15.675', 1288, 72, '2026-07-02', 1, 130, 0, 'PTIT_WIFI', '2026-07-02 14:29:15.675');
|
||
INSERT INTO `student_sessions` VALUES (608, '2026-07-02 14:27:00.959', '2026-07-02 15:28:52.020', 1329, 72, '2026-07-02', 1, 3320, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:52.019');
|
||
INSERT INTO `student_sessions` VALUES (609, '2026-07-02 14:27:01.575', '2026-07-02 16:15:26.963', 213, 48, '2026-07-02', 2, 6220, 0, 'Practical.R_5', '2026-07-02 16:15:26.963');
|
||
INSERT INTO `student_sessions` VALUES (610, '2026-07-02 14:27:32.894', '2026-07-02 16:15:28.467', 159, 49, '2026-07-02', 4, 6050, 0, 'Cooperate.R_5', '2026-07-02 16:15:28.466');
|
||
INSERT INTO `student_sessions` VALUES (611, '2026-07-02 14:27:39.900', '2026-07-02 16:20:21.666', 1680, 72, '2026-07-02', 1, 4870, 0, 'rikkeieducation p805 5G', '2026-07-02 16:20:21.666');
|
||
INSERT INTO `student_sessions` VALUES (612, '2026-07-02 14:27:42.740', '2026-07-02 16:15:27.353', 230, 49, '2026-07-02', 4, 4270, 0, 'Rikkei Education 1,Cooperate.R_5', '2026-07-02 16:15:27.352');
|
||
INSERT INTO `student_sessions` VALUES (613, '2026-07-02 14:28:03.633', '2026-07-02 16:15:26.951', 202, 49, '2026-07-02', 4, 1340, 0, 'Cooperate.R_5,Confident.R_5', '2026-07-02 16:15:26.951');
|
||
INSERT INTO `student_sessions` VALUES (614, '2026-07-02 14:28:24.410', '2026-07-02 15:51:01.293', 1632, 72, '2026-07-02', 1, 390, 0, 'rikkeieducation p805 5G', '2026-07-02 15:51:01.293');
|
||
INSERT INTO `student_sessions` VALUES (615, '2026-07-02 14:28:43.069', '2026-07-02 16:15:25.467', 129, 49, '2026-07-02', 4, 5580, 0, 'Confident.R_5,Cooperate.R_5', '2026-07-02 16:15:25.467');
|
||
INSERT INTO `student_sessions` VALUES (616, '2026-07-02 14:29:14.283', '2026-07-02 16:15:29.825', 134, 49, '2026-07-02', 4, 6040, 0, 'Cooperate.R_5', '2026-07-02 16:15:29.825');
|
||
INSERT INTO `student_sessions` VALUES (617, '2026-07-02 14:29:52.292', '2026-07-02 16:15:30.159', 195, 49, '2026-07-02', 4, 5660, 10, 'Confident.R_5', '2026-07-02 16:15:30.159');
|
||
INSERT INTO `student_sessions` VALUES (618, '2026-07-02 14:30:05.895', '2026-07-02 16:15:30.797', 71, 49, '2026-07-02', 4, 5920, 0, 'Cooperate.R_5', '2026-07-02 16:15:30.796');
|
||
INSERT INTO `student_sessions` VALUES (619, '2026-07-02 14:30:12.832', '2026-07-02 16:15:30.814', 128, 49, '2026-07-02', 4, 5950, 10, 'Cooperate.R_5', '2026-07-02 16:15:30.814');
|
||
INSERT INTO `student_sessions` VALUES (620, '2026-07-02 14:30:47.511', '2026-07-02 15:28:01.296', 1521, 72, '2026-07-02', 1, 3270, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:01.296');
|
||
INSERT INTO `student_sessions` VALUES (621, '2026-07-02 14:31:19.313', '2026-07-02 16:14:26.216', 390, 49, '2026-07-02', 4, 4190, 10, 'Cooperate.R_24', '2026-07-02 16:14:26.215');
|
||
INSERT INTO `student_sessions` VALUES (622, '2026-07-02 14:31:25.984', '2026-07-02 16:15:25.357', 280, 49, '2026-07-02', 4, 5880, 0, 'Cooperate.R_5', '2026-07-02 16:15:25.356');
|
||
INSERT INTO `student_sessions` VALUES (623, '2026-07-02 14:32:03.573', '2026-07-02 14:32:17.524', 1374, 72, '2026-07-02', 1, 20, 0, 'PTIT_WIFI', '2026-07-02 14:32:17.523');
|
||
INSERT INTO `student_sessions` VALUES (624, '2026-07-02 14:32:17.932', '2026-07-02 16:15:31.970', 235, 49, '2026-07-02', 4, 1210, 0, 'Cooperate.R_5', '2026-07-02 16:15:31.970');
|
||
INSERT INTO `student_sessions` VALUES (625, '2026-07-02 14:32:25.186', '2026-07-02 16:15:32.899', 170, 49, '2026-07-02', 4, 1750, 0, 'Cooperate.R_5', '2026-07-02 16:15:32.899');
|
||
INSERT INTO `student_sessions` VALUES (626, '2026-07-02 14:32:28.288', '2026-07-02 16:15:34.247', 414, 49, '2026-07-02', 4, 3230, 0, 'Confident.R_5', '2026-07-02 16:15:34.247');
|
||
INSERT INTO `student_sessions` VALUES (627, '2026-07-02 14:32:42.522', '2026-07-03 00:00:02.058', 1719, 83, '2026-07-02', 1, 10280, 310, 'rikkeieducation p804 5G,255 NVT 5G,MORELA.CAKE', '2026-07-03 00:00:02.058');
|
||
INSERT INTO `student_sessions` VALUES (628, '2026-07-02 14:32:56.138', '2026-07-02 16:15:25.601', 243, 49, '2026-07-02', 4, 5740, 0, 'Confident.R_5', '2026-07-02 16:15:25.600');
|
||
INSERT INTO `student_sessions` VALUES (629, '2026-07-02 14:36:22.603', '2026-07-02 15:48:59.598', 1804, 83, '2026-07-02', 1, 4140, 0, 'rikkeieducation', '2026-07-02 15:48:59.598');
|
||
INSERT INTO `student_sessions` VALUES (630, '2026-07-02 14:36:41.891', '2026-07-02 16:15:34.276', 98, 49, '2026-07-02', 4, 5640, 0, 'Confident.R_5,Cooperate.R_5', '2026-07-02 16:15:34.276');
|
||
INSERT INTO `student_sessions` VALUES (631, '2026-07-02 14:39:35.087', '2026-07-02 14:42:35.616', 1447, 72, '2026-07-02', 1, 140, 0, 'PTIT_WIFI', '2026-07-02 14:42:35.616');
|
||
INSERT INTO `student_sessions` VALUES (632, '2026-07-02 14:45:44.960', '2026-07-02 17:20:43.007', 1727, 84, '2026-07-02', 1, 2520, 0, 'NgocHung,rikkeieducation p804 5G', '2026-07-02 17:20:43.006');
|
||
INSERT INTO `student_sessions` VALUES (633, '2026-07-02 14:46:40.384', '2026-07-02 16:15:34.909', 211, 49, '2026-07-02', 4, 5050, 10, 'Cooperate.R_5', '2026-07-02 16:15:34.908');
|
||
INSERT INTO `student_sessions` VALUES (634, '2026-07-02 14:47:33.427', '2026-07-02 16:15:19.155', 401, 48, '2026-07-02', 2, 4980, 0, 'Adaptation.R_5', '2026-07-02 16:15:19.154');
|
||
INSERT INTO `student_sessions` VALUES (635, '2026-07-02 14:48:34.501', '2026-07-02 14:57:31.700', 298, 156, '2026-07-02', 4, 20, 0, 'Vinh 1', '2026-07-02 14:57:31.700');
|
||
INSERT INTO `student_sessions` VALUES (636, '2026-07-02 14:50:39.826', '2026-07-02 16:15:27.979', 172, 49, '2026-07-02', 4, 4810, 0, 'Cooperate.R_5', '2026-07-02 16:15:27.978');
|
||
INSERT INTO `student_sessions` VALUES (637, '2026-07-02 14:50:54.235', '2026-07-02 16:15:29.098', 241, 49, '2026-07-02', 4, 4430, 0, 'Cooperate.R_5,Confident.R_5', '2026-07-02 16:15:29.098');
|
||
INSERT INTO `student_sessions` VALUES (638, '2026-07-02 14:54:35.635', '2026-07-02 23:28:44.666', 1322, 73, '2026-07-02', 1, 20, 0, 'Thành An MESH', '2026-07-02 23:28:44.666');
|
||
INSERT INTO `student_sessions` VALUES (639, '2026-07-02 14:56:43.693', '2026-07-02 16:14:49.960', 139, 49, '2026-07-02', 4, 3780, 0, 'Cooperate.R_5', '2026-07-02 16:14:49.960');
|
||
INSERT INTO `student_sessions` VALUES (640, '2026-07-02 14:58:15.517', '2026-07-02 16:19:05.732', 1602, 73, '2026-07-02', 1, 4600, 0, 'PTIT_WIFI', '2026-07-02 16:19:05.732');
|
||
INSERT INTO `student_sessions` VALUES (641, '2026-07-02 15:00:40.812', '2026-07-02 15:06:42.376', 137, 156, '2026-07-02', 4, 50, 310, 'Tang 1,Tang 3', '2026-07-02 15:06:42.376');
|
||
INSERT INTO `student_sessions` VALUES (642, '2026-07-02 15:09:46.730', '2026-07-02 16:15:23.904', 262, 48, '2026-07-02', 2, 3740, 0, 'Adaptation.R_5', '2026-07-02 16:15:23.904');
|
||
INSERT INTO `student_sessions` VALUES (643, '2026-07-02 15:13:04.392', '2026-07-02 15:25:47.736', 596, 63, '2026-07-02', 4, 530, 0, '66.Kafe - Room', '2026-07-02 15:25:47.736');
|
||
INSERT INTO `student_sessions` VALUES (644, '2026-07-02 15:27:52.449', '2026-07-02 16:10:29.870', 102, 48, '2026-07-02', 2, 10350, 50, '', '2026-07-02 16:10:29.869');
|
||
INSERT INTO `student_sessions` VALUES (645, '2026-07-02 15:28:05.706', '2026-07-02 15:28:37.176', 1680, 72, '2026-07-02', 4, 40, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:37.175');
|
||
INSERT INTO `student_sessions` VALUES (646, '2026-07-02 15:28:10.183', '2026-07-02 15:28:41.839', 1491, 72, '2026-07-02', 4, 40, 0, 'PTIT_WIFI', '2026-07-02 15:28:41.839');
|
||
INSERT INTO `student_sessions` VALUES (647, '2026-07-02 15:28:10.396', '2026-07-02 15:28:41.604', 1329, 72, '2026-07-02', 4, 40, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:41.603');
|
||
INSERT INTO `student_sessions` VALUES (648, '2026-07-02 15:28:10.777', '2026-07-02 15:28:42.865', 1603, 72, '2026-07-02', 4, 40, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:42.865');
|
||
INSERT INTO `student_sessions` VALUES (649, '2026-07-02 15:28:11.679', '2026-07-02 15:28:32.653', 1521, 72, '2026-07-02', 4, 30, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:32.653');
|
||
INSERT INTO `student_sessions` VALUES (650, '2026-07-02 15:28:12.105', '2026-07-02 15:28:43.458', 1522, 72, '2026-07-02', 4, 40, 0, 'PTIT_WIFI', '2026-07-02 15:28:43.457');
|
||
INSERT INTO `student_sessions` VALUES (651, '2026-07-02 15:28:13.386', '2026-07-02 15:28:34.257', 1683, 72, '2026-07-02', 4, 30, 0, 'rikkeieducation p802 5G', '2026-07-02 15:28:34.256');
|
||
INSERT INTO `student_sessions` VALUES (652, '2026-07-02 15:28:13.498', '2026-07-02 15:28:34.635', 1618, 72, '2026-07-02', 4, 30, 0, 'rikkeieducation p805 5G', '2026-07-02 15:28:34.635');
|
||
INSERT INTO `student_sessions` VALUES (653, '2026-07-02 15:43:03.861', '2026-07-02 15:51:26.511', 1655, 143, '2026-07-02', 4, 180, 0, 'Minh Thuc', '2026-07-02 15:51:26.511');
|
||
INSERT INTO `student_sessions` VALUES (654, '2026-07-02 15:48:04.186', '2026-07-02 15:50:02.017', 121, 73, '2026-07-02', 1, 80, 0, 'rikkeieducation p805 5G', '2026-07-02 15:50:02.017');
|
||
INSERT INTO `student_sessions` VALUES (655, '2026-07-02 15:54:26.670', '2026-07-02 17:21:22.811', 1340, 77, '2026-07-02', 1, 11850, 0, '', '2026-07-02 17:21:22.811');
|
||
INSERT INTO `student_sessions` VALUES (656, '2026-07-02 15:59:21.157', '2026-07-02 16:15:32.520', 152, 48, '2026-07-02', 2, 3240, 0, '', '2026-07-02 16:15:32.519');
|
||
INSERT INTO `student_sessions` VALUES (657, '2026-07-02 16:02:54.790', '2026-07-02 20:21:15.271', 1558, 80, '2026-07-02', 1, 90, 0, 'PKT To Ngoc Van_5G,Phong 3 5G', '2026-07-02 20:21:15.270');
|
||
INSERT INTO `student_sessions` VALUES (658, '2026-07-02 16:15:36.069', '2026-07-02 16:16:17.742', 280, 42, '2026-07-02', 1, 50, 0, 'Cooperate.R_5', '2026-07-02 16:16:17.742');
|
||
INSERT INTO `student_sessions` VALUES (659, '2026-07-02 16:15:36.115', '2026-07-02 16:15:46.697', 243, 49, '2026-07-02', 1, 20, 0, 'Confident.R_5', '2026-07-02 16:15:46.697');
|
||
INSERT INTO `student_sessions` VALUES (660, '2026-07-02 16:15:37.454', '2026-07-02 16:15:37.454', 167, 49, '2026-07-02', 1, 10, 0, 'Cooperate.R_5', '2026-07-02 16:15:37.454');
|
||
INSERT INTO `student_sessions` VALUES (661, '2026-07-02 16:15:37.705', '2026-07-02 16:16:06.229', 202, 49, '2026-07-02', 1, 30, 0, 'Confident.R_5', '2026-07-02 16:16:06.229');
|
||
INSERT INTO `student_sessions` VALUES (662, '2026-07-02 16:15:37.794', '2026-07-02 16:16:40.938', 230, 49, '2026-07-02', 1, 70, 0, 'Cooperate.R_5', '2026-07-02 16:16:40.938');
|
||
INSERT INTO `student_sessions` VALUES (663, '2026-07-02 16:15:38.444', '2026-07-02 16:19:09.041', 172, 49, '2026-07-02', 1, 210, 0, 'Cooperate.R_5', '2026-07-02 16:19:09.041');
|
||
INSERT INTO `student_sessions` VALUES (664, '2026-07-02 16:15:38.899', '2026-07-02 16:16:53.009', 159, 49, '2026-07-02', 1, 80, 0, 'Cooperate.R_5', '2026-07-02 16:16:53.009');
|
||
INSERT INTO `student_sessions` VALUES (665, '2026-07-02 16:15:39.959', '2026-07-02 16:19:20.738', 241, 49, '2026-07-02', 1, 210, 0, 'Confident.R_5', '2026-07-02 16:19:20.738');
|
||
INSERT INTO `student_sessions` VALUES (666, '2026-07-02 16:15:39.963', '2026-07-02 16:22:12.339', 111, 49, '2026-07-02', 1, 380, 0, 'Adaptation.R_5', '2026-07-02 16:22:12.339');
|
||
INSERT INTO `student_sessions` VALUES (667, '2026-07-02 16:15:40.619', '2026-07-02 16:18:33.475', 195, 49, '2026-07-02', 1, 170, 0, 'Confident.R_5', '2026-07-02 16:18:33.474');
|
||
INSERT INTO `student_sessions` VALUES (668, '2026-07-02 16:15:40.830', '2026-07-02 16:19:10.760', 134, 49, '2026-07-02', 1, 210, 0, 'Cooperate.R_5', '2026-07-02 16:19:10.760');
|
||
INSERT INTO `student_sessions` VALUES (669, '2026-07-02 16:15:41.275', '2026-07-02 16:20:50.329', 128, 49, '2026-07-02', 1, 290, 10, 'Cooperate.R_5', '2026-07-02 16:20:50.329');
|
||
INSERT INTO `student_sessions` VALUES (670, '2026-07-02 16:15:41.372', '2026-07-02 16:15:41.372', 71, 49, '2026-07-02', 1, 10, 0, 'Cooperate.R_5', '2026-07-02 16:15:41.372');
|
||
INSERT INTO `student_sessions` VALUES (671, '2026-07-02 16:15:43.299', '2026-07-02 16:16:45.942', 170, 49, '2026-07-02', 1, 70, 0, 'Cooperate.R_5', '2026-07-02 16:16:45.941');
|
||
INSERT INTO `student_sessions` VALUES (672, '2026-07-02 16:15:43.982', '2026-07-02 16:17:33.068', 235, 49, '2026-07-02', 1, 110, 0, 'Cooperate.R_5', '2026-07-02 16:17:33.068');
|
||
INSERT INTO `student_sessions` VALUES (673, '2026-07-02 16:15:44.162', '2026-07-02 16:18:47.604', 268, 49, '2026-07-02', 1, 170, 0, 'Cooperate.R_24', '2026-07-02 16:18:47.604');
|
||
INSERT INTO `student_sessions` VALUES (674, '2026-07-02 16:15:44.599', '2026-07-02 16:17:13.132', 97, 42, '2026-07-02', 1, 70, 0, 'Confident.R_5', '2026-07-02 16:17:13.131');
|
||
INSERT INTO `student_sessions` VALUES (675, '2026-07-02 16:15:44.671', '2026-07-02 16:15:44.671', 414, 49, '2026-07-02', 1, 10, 0, 'Confident.R_5', '2026-07-02 16:15:44.671');
|
||
INSERT INTO `student_sessions` VALUES (676, '2026-07-02 16:15:45.017', '2026-07-02 16:16:27.015', 98, 49, '2026-07-02', 1, 50, 0, 'Cooperate.R_5', '2026-07-02 16:16:27.015');
|
||
INSERT INTO `student_sessions` VALUES (677, '2026-07-02 16:15:45.159', '2026-07-02 16:17:38.485', 117, 49, '2026-07-02', 1, 90, 10, 'Cooperate.R_24', '2026-07-02 16:17:38.484');
|
||
INSERT INTO `student_sessions` VALUES (678, '2026-07-02 16:15:45.649', '2026-07-02 16:18:23.161', 211, 49, '2026-07-02', 1, 160, 0, 'Cooperate.R_5', '2026-07-02 16:18:23.161');
|
||
INSERT INTO `student_sessions` VALUES (679, '2026-07-02 16:16:15.033', '2026-07-02 16:16:15.582', 106, 49, '2026-07-02', 1, 10, 0, 'Cooperate.R_5', '2026-07-02 16:16:15.581');
|
||
INSERT INTO `student_sessions` VALUES (680, '2026-07-02 16:29:32.147', '2026-07-02 17:24:56.614', 1752, 84, '2026-07-02', 1, 3000, 0, 'rikkeieducation p804 5G', '2026-07-02 17:24:56.614');
|
||
INSERT INTO `student_sessions` VALUES (681, '2026-07-02 16:31:06.568', '2026-07-02 17:19:10.857', 1723, 84, '2026-07-02', 1, 2590, 0, 'rikkeieducation p804 5G', '2026-07-02 17:19:10.857');
|
||
INSERT INTO `student_sessions` VALUES (682, '2026-07-02 16:32:51.991', '2026-07-02 17:20:56.017', 1415, 77, '2026-07-02', 1, 2530, 0, 'rikkeieducation', '2026-07-02 17:20:56.017');
|
||
INSERT INTO `student_sessions` VALUES (683, '2026-07-02 16:40:41.432', '2026-07-02 16:57:52.452', 1535, 77, '2026-07-02', 1, 890, 0, 'rikkeieducation', '2026-07-02 16:57:52.452');
|
||
INSERT INTO `student_sessions` VALUES (684, '2026-07-02 16:43:12.535', '2026-07-02 16:48:06.347', 1506, 77, '2026-07-02', 1, 100, 0, 'rikkeieducation p802 5G', '2026-07-02 16:48:06.346');
|
||
INSERT INTO `student_sessions` VALUES (685, '2026-07-02 16:44:45.994', '2026-07-02 16:53:57.495', 1792, 84, '2026-07-02', 1, 480, 0, 'rikkeieducation p804 5G', '2026-07-02 16:53:57.495');
|
||
INSERT INTO `student_sessions` VALUES (686, '2026-07-02 18:06:12.290', '2026-07-02 23:32:59.833', 137, 50, '2026-07-02', 1, 110, 240, 'Tang 3', '2026-07-02 23:32:59.832');
|
||
INSERT INTO `student_sessions` VALUES (687, '2026-07-02 19:01:42.793', '2026-07-02 19:21:07.374', 99, 50, '2026-07-02', 1, 770, 250, 'Tang2 2.4G,THANH HUNG', '2026-07-02 19:21:07.373');
|
||
INSERT INTO `student_sessions` VALUES (688, '2026-07-02 21:52:50.172', '2026-07-02 21:53:45.195', 1655, 80, '2026-07-02', 1, 140, 0, '', '2026-07-02 21:53:45.195');
|
||
INSERT INTO `student_sessions` VALUES (689, '2026-07-02 22:16:47.719', '2026-07-02 22:16:52.652', 626, 63, '2026-07-02', 1, 10, 0, 'HoangThanh', '2026-07-02 22:16:52.651');
|
||
INSERT INTO `student_sessions` VALUES (690, '2026-07-03 00:00:11.979', '2026-07-03 06:57:28.833', 1803, 82, '2026-07-03', 1, 20390, 100, 'Nguyen Trong Toan,EW_08DE9C', '2026-07-03 06:57:28.833');
|
||
INSERT INTO `student_sessions` VALUES (691, '2026-07-03 00:00:12.415', '2026-07-03 00:48:28.053', 1719, 83, '2026-07-03', 1, 2780, 0, 'MORELA.CAKE', '2026-07-03 00:48:28.053');
|
||
INSERT INTO `student_sessions` VALUES (692, '2026-07-03 00:02:59.671', '2026-07-03 09:56:14.627', 1359, 76, '2026-07-03', 1, 350, 60, 'Quynh Anh 5G,rikkeieducation p801 5G', '2026-07-03 09:56:14.627');
|
||
INSERT INTO `student_sessions` VALUES (693, '2026-07-03 00:06:22.605', '2026-07-03 12:17:06.331', 303, 52, '2026-07-03', 1, 260, 10, 'The Anh 5G,Cooperate.R_5', '2026-07-03 12:17:06.331');
|
||
INSERT INTO `student_sessions` VALUES (694, '2026-07-03 06:37:05.922', '2026-07-03 09:02:00.025', 1296, 77, '2026-07-03', 1, 7610, 260, 'rikkeieducation p801 5G', '2026-07-03 09:02:00.025');
|
||
INSERT INTO `student_sessions` VALUES (695, '2026-07-03 06:46:37.323', '2026-07-03 09:02:56.936', 1729, 84, '2026-07-03', 1, 7660, 30, 'rikkeieducation', '2026-07-03 09:02:56.936');
|
||
INSERT INTO `student_sessions` VALUES (696, '2026-07-03 06:49:23.960', '2026-07-03 06:49:24.701', 1681, 74, '2026-07-03', 1, 10, 0, 'rikkeieducation', '2026-07-03 06:49:24.701');
|
||
INSERT INTO `student_sessions` VALUES (697, '2026-07-03 06:51:44.959', '2026-07-03 09:03:30.711', 1796, 84, '2026-07-03', 1, 7430, 10, 'rikkeieducation p804 5G', '2026-07-03 09:03:30.711');
|
||
INSERT INTO `student_sessions` VALUES (698, '2026-07-03 06:51:45.990', '2026-07-03 09:00:39.662', 1637, 77, '2026-07-03', 1, 7270, 0, 'PTIT_WIFI', '2026-07-03 09:00:39.661');
|
||
INSERT INTO `student_sessions` VALUES (699, '2026-07-03 06:53:06.265', '2026-07-03 07:44:12.709', 1510, 77, '2026-07-03', 1, 2910, 0, 'PTIT_WIFI', '2026-07-03 07:44:12.709');
|
||
INSERT INTO `student_sessions` VALUES (700, '2026-07-03 06:53:46.295', '2026-07-03 09:00:04.609', 1717, 84, '2026-07-03', 1, 1970, 0, 'rikkeieducation p802 5G', '2026-07-03 09:00:04.609');
|
||
INSERT INTO `student_sessions` VALUES (701, '2026-07-03 06:54:03.384', '2026-07-03 07:59:20.553', 632, 19, '2026-07-03', 1, 3510, 40, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32', '2026-07-03 07:59:20.553');
|
||
INSERT INTO `student_sessions` VALUES (702, '2026-07-03 06:54:32.748', '2026-07-03 08:58:17.529', 1436, 77, '2026-07-03', 1, 6930, 60, 'PTIT_WIFI', '2026-07-03 08:58:17.528');
|
||
INSERT INTO `student_sessions` VALUES (703, '2026-07-03 06:55:08.579', '2026-07-03 09:03:06.077', 1453, 77, '2026-07-03', 1, 29760, 50, '', '2026-07-03 09:03:06.077');
|
||
INSERT INTO `student_sessions` VALUES (704, '2026-07-03 06:55:22.075', '2026-07-03 07:59:20.740', 682, 19, '2026-07-03', 1, 3480, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:59:20.740');
|
||
INSERT INTO `student_sessions` VALUES (705, '2026-07-03 06:55:30.388', '2026-07-03 09:02:38.382', 1808, 84, '2026-07-03', 1, 7210, 0, 'rikkeieducation p804 5G', '2026-07-03 09:02:38.382');
|
||
INSERT INTO `student_sessions` VALUES (706, '2026-07-03 06:55:42.838', '2026-07-03 09:01:28.163', 1300, 77, '2026-07-03', 1, 6990, 0, 'PTIT_WIFI', '2026-07-03 09:01:28.163');
|
||
INSERT INTO `student_sessions` VALUES (707, '2026-07-03 06:56:02.683', '2026-07-03 07:28:22.747', 687, 63, '2026-07-03', 1, 1190, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:28:22.747');
|
||
INSERT INTO `student_sessions` VALUES (708, '2026-07-03 06:56:03.565', '2026-07-03 08:50:36.665', 680, 63, '2026-07-03', 1, 6310, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:50:36.665');
|
||
INSERT INTO `student_sessions` VALUES (709, '2026-07-03 06:56:08.684', '2026-07-03 06:56:14.344', 683, 18, '2026-07-03', 1, 30, 0, '', '2026-07-03 06:56:14.344');
|
||
INSERT INTO `student_sessions` VALUES (710, '2026-07-03 06:56:11.974', '2026-07-03 06:56:12.589', 586, 78, '2026-07-03', 1, 10, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 06:56:12.589');
|
||
INSERT INTO `student_sessions` VALUES (711, '2026-07-03 06:56:20.292', '2026-07-03 08:53:59.277', 691, 63, '2026-07-03', 1, 6630, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:53:59.277');
|
||
INSERT INTO `student_sessions` VALUES (712, '2026-07-03 06:56:25.123', '2026-07-03 09:00:51.837', 681, 144, '2026-07-03', 1, 31840, 10, '', '2026-07-03 09:00:51.837');
|
||
INSERT INTO `student_sessions` VALUES (713, '2026-07-03 06:56:32.366', '2026-07-03 09:08:47.173', 406, 145, '2026-07-03', 1, 10460, 0, 'Rikkei Education 1', '2026-07-03 09:08:47.173');
|
||
INSERT INTO `student_sessions` VALUES (714, '2026-07-03 06:56:45.692', '2026-07-03 10:17:59.256', 609, 63, '2026-07-03', 1, 1560, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 10:17:59.256');
|
||
INSERT INTO `student_sessions` VALUES (715, '2026-07-03 06:56:48.773', '2026-07-03 09:01:30.005', 692, 121, '2026-07-03', 1, 3980, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 09:01:30.005');
|
||
INSERT INTO `student_sessions` VALUES (716, '2026-07-03 06:56:52.255', '2026-07-03 08:58:11.213', 603, 18, '2026-07-03', 1, 3060, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:58:11.213');
|
||
INSERT INTO `student_sessions` VALUES (717, '2026-07-03 06:56:52.357', '2026-07-03 07:24:17.352', 1358, 77, '2026-07-03', 1, 1560, 0, 'PTIT_WIFI', '2026-07-03 07:24:17.352');
|
||
INSERT INTO `student_sessions` VALUES (718, '2026-07-03 06:56:55.896', '2026-07-03 08:18:54.258', 619, 144, '2026-07-03', 1, 940, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 08:18:54.258');
|
||
INSERT INTO `student_sessions` VALUES (719, '2026-07-03 06:57:06.712', '2026-07-03 09:01:09.615', 1483, 81, '2026-07-03', 1, 6940, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 09:01:09.615');
|
||
INSERT INTO `student_sessions` VALUES (720, '2026-07-03 06:57:10.073', '2026-07-03 07:30:28.243', 604, 63, '2026-07-03', 1, 1570, 130, 'RIKKEI EDUCATION 2E32,Rikkei Education Employee,PTIT.HCM_SV', '2026-07-03 07:30:28.242');
|
||
INSERT INTO `student_sessions` VALUES (721, '2026-07-03 06:57:17.139', '2026-07-03 09:02:55.875', 1592, 74, '2026-07-03', 1, 4800, 0, 'PTIT_WIFI', '2026-07-03 09:02:55.875');
|
||
INSERT INTO `student_sessions` VALUES (722, '2026-07-03 06:57:28.809', '2026-07-03 08:30:54.531', 629, 43, '2026-07-03', 1, 5390, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 08:30:54.531');
|
||
INSERT INTO `student_sessions` VALUES (723, '2026-07-03 06:58:02.378', '2026-07-03 07:23:37.773', 686, 18, '2026-07-03', 1, 1360, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:23:37.773');
|
||
INSERT INTO `student_sessions` VALUES (724, '2026-07-03 06:58:02.389', '2026-07-03 09:01:19.622', 1525, 77, '2026-07-03', 1, 6990, 0, 'PTIT_WIFI', '2026-07-03 09:01:19.622');
|
||
INSERT INTO `student_sessions` VALUES (725, '2026-07-03 06:58:12.684', '2026-07-03 08:13:55.423', 1738, 84, '2026-07-03', 1, 17060, 0, '', '2026-07-03 08:13:55.423');
|
||
INSERT INTO `student_sessions` VALUES (726, '2026-07-03 06:58:18.239', '2026-07-03 08:21:29.125', 643, 144, '2026-07-03', 1, 4220, 30, '2E35 RIKKEI EDUCATION', '2026-07-03 08:21:29.125');
|
||
INSERT INTO `student_sessions` VALUES (727, '2026-07-03 06:58:28.460', '2026-07-03 14:03:55.737', 1665, 80, '2026-07-03', 1, 13600, 540, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-03 14:03:55.737');
|
||
INSERT INTO `student_sessions` VALUES (728, '2026-07-03 06:58:52.132', '2026-07-03 13:29:42.016', 1655, 80, '2026-07-03', 1, 12730, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 13:29:42.016');
|
||
INSERT INTO `student_sessions` VALUES (729, '2026-07-03 06:58:57.708', '2026-07-03 07:20:04.741', 631, 19, '2026-07-03', 1, 1110, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:20:04.741');
|
||
INSERT INTO `student_sessions` VALUES (730, '2026-07-03 06:59:03.269', '2026-07-03 07:55:58.973', 718, 144, '2026-07-03', 1, 3190, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 07:55:58.972');
|
||
INSERT INTO `student_sessions` VALUES (731, '2026-07-03 06:59:17.723', '2026-07-03 07:31:01.788', 671, 63, '2026-07-03', 1, 1790, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:31:01.787');
|
||
INSERT INTO `student_sessions` VALUES (732, '2026-07-03 06:59:24.301', '2026-07-03 09:07:46.412', 255, 56, '2026-07-03', 1, 7300, 10, 'Rikkei Education 1', '2026-07-03 09:07:46.412');
|
||
INSERT INTO `student_sessions` VALUES (733, '2026-07-03 06:59:28.558', '2026-07-03 09:02:28.464', 1741, 84, '2026-07-03', 1, 7110, 0, 'rikkeieducation p804 5G', '2026-07-03 09:02:28.464');
|
||
INSERT INTO `student_sessions` VALUES (734, '2026-07-03 06:59:29.980', '2026-07-03 08:34:45.112', 1640, 77, '2026-07-03', 1, 5160, 70, 'PTIT_WIFI', '2026-07-03 08:34:45.111');
|
||
INSERT INTO `student_sessions` VALUES (735, '2026-07-03 06:59:31.128', '2026-07-03 07:28:57.875', 690, 63, '2026-07-03', 1, 1660, 10, 'Rikkei Education Employee', '2026-07-03 07:28:57.875');
|
||
INSERT INTO `student_sessions` VALUES (736, '2026-07-03 06:59:32.949', '2026-07-03 07:36:15.058', 640, 19, '2026-07-03', 1, 1880, 130, 'PTIT.HCM_SV,2E34VNPT,RIKKEI EDUCATION 2E32', '2026-07-03 07:36:15.058');
|
||
INSERT INTO `student_sessions` VALUES (737, '2026-07-03 06:59:35.508', '2026-07-03 07:23:26.360', 615, 63, '2026-07-03', 1, 1150, 110, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:23:26.359');
|
||
INSERT INTO `student_sessions` VALUES (738, '2026-07-03 06:59:51.487', '2026-07-03 08:55:29.483', 689, 19, '2026-07-03', 1, 6320, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:55:29.483');
|
||
INSERT INTO `student_sessions` VALUES (739, '2026-07-03 06:59:55.723', '2026-07-03 09:02:54.965', 1789, 84, '2026-07-03', 1, 6980, 0, 'rikkeieducation p804 5G', '2026-07-03 09:02:54.965');
|
||
INSERT INTO `student_sessions` VALUES (740, '2026-07-03 07:00:31.681', '2026-07-03 07:01:04.482', 618, 63, '2026-07-03', 1, 0, 0, '', '2026-07-03 07:01:04.482');
|
||
INSERT INTO `student_sessions` VALUES (741, '2026-07-03 07:00:32.384', '2026-07-03 07:29:45.970', 593, 18, '2026-07-03', 1, 1640, 0, 'RIKKEI EDUCATION 2E32,Rikkei Education Employee', '2026-07-03 07:29:45.969');
|
||
INSERT INTO `student_sessions` VALUES (742, '2026-07-03 07:00:34.036', '2026-07-03 09:03:04.299', 1737, 84, '2026-07-03', 1, 6760, 0, 'rikkeieducation p804 5G', '2026-07-03 09:03:04.299');
|
||
INSERT INTO `student_sessions` VALUES (743, '2026-07-03 07:00:34.296', '2026-07-03 08:52:18.149', 584, 63, '2026-07-03', 1, 6280, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:52:18.149');
|
||
INSERT INTO `student_sessions` VALUES (744, '2026-07-03 07:00:40.680', '2026-07-03 07:00:40.680', 1596, 77, '2026-07-03', 1, 0, 0, '', '2026-07-03 07:00:40.680');
|
||
INSERT INTO `student_sessions` VALUES (745, '2026-07-03 07:00:40.948', '2026-07-03 07:00:52.182', 1612, 74, '2026-07-03', 1, 20, 0, 'rikkeieducation p802 5G', '2026-07-03 07:00:52.182');
|
||
INSERT INTO `student_sessions` VALUES (746, '2026-07-03 07:00:52.289', '2026-07-03 09:07:56.639', 219, 132, '2026-07-03', 1, 7010, 10, 'Rikkei Education 1', '2026-07-03 09:07:56.638');
|
||
INSERT INTO `student_sessions` VALUES (747, '2026-07-03 07:01:03.444', '2026-07-03 09:02:36.570', 1787, 84, '2026-07-03', 1, 6850, 0, 'rikkeieducation', '2026-07-03 09:02:36.570');
|
||
INSERT INTO `student_sessions` VALUES (748, '2026-07-03 07:01:04.957', '2026-07-03 09:01:12.235', 260, 77, '2026-07-03', 1, 6760, 10, 'PTIT_WIFI', '2026-07-03 09:01:12.235');
|
||
INSERT INTO `student_sessions` VALUES (749, '2026-07-03 07:01:12.590', '2026-07-03 08:17:17.377', 1747, 84, '2026-07-03', 1, 4290, 30, 'rikkeieducation p804 5G', '2026-07-03 08:17:17.377');
|
||
INSERT INTO `student_sessions` VALUES (750, '2026-07-03 07:01:32.775', '2026-07-03 08:21:42.014', 594, 18, '2026-07-03', 1, 4110, 270, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32,Rikkei Education Employee', '2026-07-03 08:21:42.013');
|
||
INSERT INTO `student_sessions` VALUES (751, '2026-07-03 07:01:43.776', '2026-07-03 08:50:51.431', 1340, 77, '2026-07-03', 1, 26320, 10, '', '2026-07-03 08:50:51.431');
|
||
INSERT INTO `student_sessions` VALUES (752, '2026-07-03 07:01:46.848', '2026-07-03 08:21:25.034', 1393, 77, '2026-07-03', 1, 4530, 0, 'PTIT_WIFI', '2026-07-03 08:21:25.034');
|
||
INSERT INTO `student_sessions` VALUES (753, '2026-07-03 07:01:49.736', '2026-07-03 08:52:51.938', 592, 18, '2026-07-03', 1, 6090, 60, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32', '2026-07-03 08:52:51.938');
|
||
INSERT INTO `student_sessions` VALUES (754, '2026-07-03 07:02:38.378', '2026-07-03 08:32:52.959', 589, 18, '2026-07-03', 1, 5140, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 08:32:52.959');
|
||
INSERT INTO `student_sessions` VALUES (755, '2026-07-03 07:02:57.166', '2026-07-03 09:01:11.315', 1415, 77, '2026-07-03', 1, 5270, 710, 'rikkeieducation,PTIT_WIFI', '2026-07-03 09:01:11.315');
|
||
INSERT INTO `student_sessions` VALUES (756, '2026-07-03 07:03:01.494', '2026-07-03 09:03:37.476', 587, 78, '2026-07-03', 1, 6810, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 09:03:37.476');
|
||
INSERT INTO `student_sessions` VALUES (757, '2026-07-03 07:04:15.234', '2026-07-03 07:16:25.019', 1619, 77, '2026-07-03', 1, 700, 0, 'PTIT_WIFI', '2026-07-03 07:16:25.019');
|
||
INSERT INTO `student_sessions` VALUES (758, '2026-07-03 07:05:11.646', '2026-07-03 07:09:06.114', 1413, 77, '2026-07-03', 1, 210, 0, 'PTIT_WIFI', '2026-07-03 07:09:06.113');
|
||
INSERT INTO `student_sessions` VALUES (759, '2026-07-03 07:05:24.679', '2026-07-03 08:55:50.948', 637, 19, '2026-07-03', 1, 6190, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:55:50.948');
|
||
INSERT INTO `student_sessions` VALUES (760, '2026-07-03 07:05:42.234', '2026-07-03 08:56:48.022', 1707, 84, '2026-07-03', 1, 290, 0, 'rikkeieducation', '2026-07-03 08:56:48.022');
|
||
INSERT INTO `student_sessions` VALUES (761, '2026-07-03 07:05:43.739', '2026-07-03 07:05:43.739', 1535, 77, '2026-07-03', 1, 0, 0, '', '2026-07-03 07:05:43.739');
|
||
INSERT INTO `student_sessions` VALUES (762, '2026-07-03 07:05:55.951', '2026-07-03 09:02:05.082', 1572, 81, '2026-07-03', 1, 5940, 10, '2E34VNPT,2E35 RIKKEI EDUCATION', '2026-07-03 09:02:05.082');
|
||
INSERT INTO `student_sessions` VALUES (763, '2026-07-03 07:05:58.908', '2026-07-03 09:01:03.598', 617, 144, '2026-07-03', 1, 6500, 30, 'PTIT.HCM_SV', '2026-07-03 09:01:03.598');
|
||
INSERT INTO `student_sessions` VALUES (764, '2026-07-03 07:06:21.771', '2026-07-03 08:31:25.377', 1302, 77, '2026-07-03', 1, 3870, 0, 'PTIT_WIFI', '2026-07-03 08:31:25.376');
|
||
INSERT INTO `student_sessions` VALUES (765, '2026-07-03 07:06:22.583', '2026-07-03 08:55:05.741', 626, 63, '2026-07-03', 1, 5930, 140, 'PTIT.HCM_SV,RIKKEI EDUCATION 2E32', '2026-07-03 08:55:05.741');
|
||
INSERT INTO `student_sessions` VALUES (766, '2026-07-03 07:06:35.375', '2026-07-03 07:40:15.231', 1693, 77, '2026-07-03', 1, 1930, 0, 'PTIT_WIFI', '2026-07-03 07:40:15.231');
|
||
INSERT INTO `student_sessions` VALUES (767, '2026-07-03 07:07:54.490', '2026-07-03 08:40:20.341', 627, 19, '2026-07-03', 1, 5290, 0, 'PTIT.HCM_SV', '2026-07-03 08:40:20.341');
|
||
INSERT INTO `student_sessions` VALUES (768, '2026-07-03 07:08:39.756', '2026-07-03 07:08:56.356', 1387, 77, '2026-07-03', 1, 20, 0, 'rikkeieducation', '2026-07-03 07:08:56.356');
|
||
INSERT INTO `student_sessions` VALUES (769, '2026-07-03 07:08:48.447', '2026-07-03 07:10:38.262', 1391, 74, '2026-07-03', 1, 30, 0, 'rikkeieducation p803 5G', '2026-07-03 07:10:38.262');
|
||
INSERT INTO `student_sessions` VALUES (770, '2026-07-03 07:09:28.834', '2026-07-03 08:58:56.627', 1403, 74, '2026-07-03', 1, 270, 0, 'rikkeieducation p801 5G', '2026-07-03 08:58:56.627');
|
||
INSERT INTO `student_sessions` VALUES (771, '2026-07-03 07:10:02.725', '2026-07-03 16:01:23.959', 1357, 80, '2026-07-03', 1, 11340, 90, '2E34VNPT,RIKKEI EDUCATION 2E32', '2026-07-03 16:01:23.959');
|
||
INSERT INTO `student_sessions` VALUES (772, '2026-07-03 07:10:04.434', '2026-07-03 07:42:32.682', 582, 19, '2026-07-03', 1, 1800, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:42:32.682');
|
||
INSERT INTO `student_sessions` VALUES (773, '2026-07-03 07:10:32.530', '2026-07-03 07:18:02.529', 1781, 84, '2026-07-03', 1, 370, 0, 'rikkeieducation p804 5G', '2026-07-03 07:18:02.529');
|
||
INSERT INTO `student_sessions` VALUES (774, '2026-07-03 07:10:56.472', '2026-07-03 08:50:28.696', 622, 18, '2026-07-03', 1, 1530, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 08:50:28.696');
|
||
INSERT INTO `student_sessions` VALUES (775, '2026-07-03 07:13:04.914', '2026-07-03 07:26:27.105', 1486, 79, '2026-07-03', 1, 740, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 07:26:27.105');
|
||
INSERT INTO `student_sessions` VALUES (776, '2026-07-03 07:13:31.621', '2026-07-03 07:15:25.266', 1631, 80, '2026-07-03', 1, 100, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 07:15:25.266');
|
||
INSERT INTO `student_sessions` VALUES (777, '2026-07-03 07:13:35.232', '2026-07-03 07:33:41.928', 116, 43, '2026-07-03', 1, 1120, 0, 'RIKKEI EDU', '2026-07-03 07:33:41.928');
|
||
INSERT INTO `student_sessions` VALUES (778, '2026-07-03 07:16:07.850', '2026-07-03 07:16:30.995', 1534, 74, '2026-07-03', 1, 30, 0, 'rikkeieducation', '2026-07-03 07:16:30.995');
|
||
INSERT INTO `student_sessions` VALUES (779, '2026-07-03 07:19:16.675', '2026-07-03 13:09:02.195', 596, 18, '2026-07-03', 1, 5110, 40, 'PTIT.HCM_SV,Rikkei Education Employee', '2026-07-03 13:09:02.195');
|
||
INSERT INTO `student_sessions` VALUES (780, '2026-07-03 07:19:53.083', '2026-07-03 07:22:24.967', 142, 42, '2026-07-03', 1, 150, 0, 'RIKKEI EDU', '2026-07-03 07:22:24.966');
|
||
INSERT INTO `student_sessions` VALUES (781, '2026-07-03 07:20:29.229', '2026-07-03 13:52:42.450', 1659, 80, '2026-07-03', 1, 13410, 0, '2E34VNPT-5G', '2026-07-03 13:52:42.449');
|
||
INSERT INTO `student_sessions` VALUES (782, '2026-07-03 07:20:59.272', '2026-07-03 07:21:20.706', 937, 26, '2026-07-03', 1, 30, 0, 'Rikkei Education 1', '2026-07-03 07:21:20.706');
|
||
INSERT INTO `student_sessions` VALUES (783, '2026-07-03 07:21:31.035', '2026-07-03 07:40:06.147', 580, 63, '2026-07-03', 1, 1000, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:40:06.147');
|
||
INSERT INTO `student_sessions` VALUES (784, '2026-07-03 07:25:39.994', '2026-07-03 07:29:52.438', 585, 63, '2026-07-03', 1, 240, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 07:29:52.438');
|
||
INSERT INTO `student_sessions` VALUES (785, '2026-07-03 07:27:25.516', '2026-07-03 09:01:48.089', 1543, 77, '2026-07-03', 1, 5380, 0, 'PTIT_WIFI', '2026-07-03 09:01:48.089');
|
||
INSERT INTO `student_sessions` VALUES (786, '2026-07-03 07:27:58.292', '2026-07-03 07:33:18.689', 1364, 74, '2026-07-03', 1, 60, 0, 'rikkeieducation', '2026-07-03 07:33:18.689');
|
||
INSERT INTO `student_sessions` VALUES (787, '2026-07-03 07:33:30.932', '2026-07-03 07:38:34.676', 1327, 79, '2026-07-03', 1, 60, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 07:38:34.676');
|
||
INSERT INTO `student_sessions` VALUES (788, '2026-07-03 07:53:09.647', '2026-07-03 07:53:09.647', 625, 19, '2026-07-03', 1, 0, 0, '', '2026-07-03 07:53:09.647');
|
||
INSERT INTO `student_sessions` VALUES (789, '2026-07-03 08:13:26.485', '2026-07-03 14:09:40.585', 1565, 78, '2026-07-03', 1, 11990, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 14:09:40.585');
|
||
INSERT INTO `student_sessions` VALUES (790, '2026-07-03 08:20:54.219', '2026-07-03 09:00:51.526', 1620, 143, '2026-07-03', 1, 2300, 0, '2E34VNPT', '2026-07-03 09:00:51.526');
|
||
INSERT INTO `student_sessions` VALUES (791, '2026-07-03 08:44:40.059', '2026-07-03 08:44:40.059', 1751, 82, '2026-07-03', 1, 0, 0, '', '2026-07-03 08:44:40.059');
|
||
INSERT INTO `student_sessions` VALUES (792, '2026-07-03 08:52:32.806', '2026-07-03 09:00:52.552', 1532, 143, '2026-07-03', 1, 390, 0, '2E34VNPT-5G', '2026-07-03 09:00:52.552');
|
||
INSERT INTO `student_sessions` VALUES (793, '2026-07-03 08:53:52.099', '2026-07-03 09:00:51.593', 1627, 143, '2026-07-03', 1, 410, 0, '2E34VNPT-5G', '2026-07-03 09:00:51.593');
|
||
INSERT INTO `student_sessions` VALUES (794, '2026-07-03 08:55:11.883', '2026-07-03 09:00:47.661', 1520, 143, '2026-07-03', 1, 300, 0, '2E34VNPT', '2026-07-03 09:00:47.661');
|
||
INSERT INTO `student_sessions` VALUES (795, '2026-07-03 08:55:49.847', '2026-07-03 11:12:04.914', 1647, 143, '2026-07-03', 1, 7700, 10, '2E34VNPT-5G', '2026-07-03 11:12:04.914');
|
||
INSERT INTO `student_sessions` VALUES (796, '2026-07-03 08:57:03.815', '2026-07-03 09:00:57.186', 1626, 143, '2026-07-03', 1, 230, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 09:00:57.186');
|
||
INSERT INTO `student_sessions` VALUES (797, '2026-07-03 08:57:17.455', '2026-07-03 09:00:57.912', 1448, 143, '2026-07-03', 1, 220, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 09:00:57.912');
|
||
INSERT INTO `student_sessions` VALUES (798, '2026-07-03 08:58:03.471', '2026-07-03 09:00:58.373', 1656, 143, '2026-07-03', 1, 170, 0, '2E34VNPT', '2026-07-03 09:00:58.373');
|
||
INSERT INTO `student_sessions` VALUES (799, '2026-07-03 08:58:48.429', '2026-07-03 09:00:53.572', 1608, 143, '2026-07-03', 1, 130, 0, '2E34VNPT', '2026-07-03 09:00:53.572');
|
||
INSERT INTO `student_sessions` VALUES (800, '2026-07-03 08:59:29.193', '2026-07-03 09:00:58.392', 1442, 143, '2026-07-03', 1, 400, 0, '', '2026-07-03 09:00:58.392');
|
||
INSERT INTO `student_sessions` VALUES (801, '2026-07-03 08:59:42.638', '2026-07-03 09:00:49.126', 1497, 143, '2026-07-03', 1, 70, 0, '2E34VNPT', '2026-07-03 09:00:49.126');
|
||
INSERT INTO `student_sessions` VALUES (802, '2026-07-03 09:00:57.358', '2026-07-03 09:00:57.358', 1508, 143, '2026-07-03', 1, 0, 0, '', '2026-07-03 09:00:57.358');
|
||
INSERT INTO `student_sessions` VALUES (803, '2026-07-03 09:01:00.169', '2026-07-03 11:12:20.932', 1497, 80, '2026-07-03', 1, 7040, 0, '2E34VNPT', '2026-07-03 11:12:20.932');
|
||
INSERT INTO `student_sessions` VALUES (804, '2026-07-03 09:01:00.628', '2026-07-03 13:41:38.884', 1442, 80, '2026-07-03', 1, 36280, 20, '', '2026-07-03 13:41:38.884');
|
||
INSERT INTO `student_sessions` VALUES (805, '2026-07-03 09:01:02.028', '2026-07-03 14:05:43.032', 1627, 78, '2026-07-03', 1, 11140, 140, '2E34VNPT-5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:05:43.032');
|
||
INSERT INTO `student_sessions` VALUES (806, '2026-07-03 09:01:02.195', '2026-07-03 13:42:34.352', 1620, 80, '2026-07-03', 1, 8670, 0, '2E34VNPT,2E35 RIKKEI EDUCATION', '2026-07-03 13:42:34.352');
|
||
INSERT INTO `student_sessions` VALUES (807, '2026-07-03 09:01:02.943', '2026-07-03 14:04:37.088', 1532, 78, '2026-07-03', 1, 10010, 10, '2E34VNPT-5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:04:37.087');
|
||
INSERT INTO `student_sessions` VALUES (808, '2026-07-03 09:01:04.226', '2026-07-03 11:11:32.062', 1608, 80, '2026-07-03', 1, 7150, 0, '2E34VNPT', '2026-07-03 11:11:32.062');
|
||
INSERT INTO `student_sessions` VALUES (809, '2026-07-03 09:01:06.298', '2026-07-03 13:59:22.878', 1508, 78, '2026-07-03', 1, 12790, 0, '2E34VNPT,2E35 RIKKEI EDUCATION', '2026-07-03 13:59:22.878');
|
||
INSERT INTO `student_sessions` VALUES (810, '2026-07-03 09:01:07.612', '2026-07-03 14:00:59.405', 1626, 78, '2026-07-03', 1, 7000, 10, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-03 14:00:59.405');
|
||
INSERT INTO `student_sessions` VALUES (811, '2026-07-03 09:01:08.344', '2026-07-03 13:35:58.157', 1448, 80, '2026-07-03', 1, 15680, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 13:35:58.157');
|
||
INSERT INTO `student_sessions` VALUES (812, '2026-07-03 09:01:09.118', '2026-07-03 13:51:17.498', 1656, 80, '2026-07-03', 1, 7860, 50, '2E34VNPT,2E35 RIKKEI EDUCATION', '2026-07-03 13:51:17.497');
|
||
INSERT INTO `student_sessions` VALUES (813, '2026-07-03 09:01:13.110', '2026-07-03 09:09:56.900', 1698, 82, '2026-07-03', 1, 440, 30, 'rikkeieducation', '2026-07-03 09:09:56.900');
|
||
INSERT INTO `student_sessions` VALUES (814, '2026-07-03 09:01:29.134', '2026-07-03 13:58:50.687', 1520, 78, '2026-07-03', 1, 9760, 80, 'Rikkei Education Employee,2E34VNPT,2E35 RIKKEI EDUCATION', '2026-07-03 13:58:50.687');
|
||
INSERT INTO `student_sessions` VALUES (815, '2026-07-03 09:01:30.558', '2026-07-03 13:54:01.415', 1621, 78, '2026-07-03', 1, 9420, 10, '2E34VNPT-5G', '2026-07-03 13:54:01.415');
|
||
INSERT INTO `student_sessions` VALUES (816, '2026-07-03 09:02:02.846', '2026-07-03 13:53:27.781', 1586, 80, '2026-07-03', 1, 9250, 0, 'PTIT.HCM_SV', '2026-07-03 13:53:27.781');
|
||
INSERT INTO `student_sessions` VALUES (817, '2026-07-03 09:02:38.612', '2026-07-03 11:11:26.376', 1405, 78, '2026-07-03', 1, 4120, 0, '2E34VNPT-5G', '2026-07-03 11:11:26.375');
|
||
INSERT INTO `student_sessions` VALUES (818, '2026-07-03 09:02:49.772', '2026-07-03 14:04:28.982', 1418, 78, '2026-07-03', 1, 10130, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:04:28.982');
|
||
INSERT INTO `student_sessions` VALUES (819, '2026-07-03 09:02:53.987', '2026-07-03 13:50:52.807', 1563, 78, '2026-07-03', 1, 10200, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 13:50:52.806');
|
||
INSERT INTO `student_sessions` VALUES (820, '2026-07-03 09:03:47.617', '2026-07-03 13:46:54.128', 1477, 80, '2026-07-03', 1, 6280, 20, '2E34VNPT-5G', '2026-07-03 13:46:54.128');
|
||
INSERT INTO `student_sessions` VALUES (821, '2026-07-03 09:03:55.732', '2026-07-03 14:01:46.947', 1471, 78, '2026-07-03', 1, 12070, 90, '2E34VNPT-5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:01:46.947');
|
||
INSERT INTO `student_sessions` VALUES (822, '2026-07-03 09:03:56.515', '2026-07-03 13:49:13.698', 1459, 80, '2026-07-03', 1, 6590, 20, '2E34VNPT-5G,2E34VNPT', '2026-07-03 13:49:13.698');
|
||
INSERT INTO `student_sessions` VALUES (823, '2026-07-03 09:04:58.117', '2026-07-03 14:02:50.174', 1352, 78, '2026-07-03', 1, 9570, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:02:50.174');
|
||
INSERT INTO `student_sessions` VALUES (824, '2026-07-03 09:05:22.044', '2026-07-03 09:09:54.977', 1763, 82, '2026-07-03', 1, 270, 0, 'rikkeieducation p803 5G', '2026-07-03 09:09:54.977');
|
||
INSERT INTO `student_sessions` VALUES (825, '2026-07-03 09:05:23.203', '2026-07-03 13:49:31.514', 1457, 80, '2026-07-03', 1, 10070, 0, '2E34VNPT-5G', '2026-07-03 13:49:31.514');
|
||
INSERT INTO `student_sessions` VALUES (826, '2026-07-03 09:05:25.482', '2026-07-03 09:09:51.029', 1771, 82, '2026-07-03', 1, 260, 0, 'rikkeieducation p803 5G', '2026-07-03 09:09:51.029');
|
||
INSERT INTO `student_sessions` VALUES (827, '2026-07-03 09:05:30.633', '2026-07-03 11:21:26.517', 1759, 82, '2026-07-03', 1, 800, 20, 'rikkeieducation,PTIT_WIFI', '2026-07-03 11:21:26.517');
|
||
INSERT INTO `student_sessions` VALUES (828, '2026-07-03 09:06:48.816', '2026-07-03 14:05:20.740', 1550, 78, '2026-07-03', 1, 13700, 150, '2E34VNPT-5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:05:20.739');
|
||
INSERT INTO `student_sessions` VALUES (829, '2026-07-03 09:07:10.946', '2026-07-03 09:50:36.185', 1505, 76, '2026-07-03', 1, 720, 100, 'rikkeieducation,PTIT_WIFI', '2026-07-03 09:50:36.185');
|
||
INSERT INTO `student_sessions` VALUES (830, '2026-07-03 09:07:21.617', '2026-07-03 16:10:37.410', 73, 51, '2026-07-03', 1, 5900, 0, 'Rikkei Education_5G,Cooperate.R_5', '2026-07-03 16:10:37.409');
|
||
INSERT INTO `student_sessions` VALUES (831, '2026-07-03 09:08:42.158', '2026-07-03 11:13:42.110', 1452, 75, '2026-07-03', 1, 7000, 0, 'rikkeieducation p805 5G', '2026-07-03 11:13:42.110');
|
||
INSERT INTO `student_sessions` VALUES (832, '2026-07-03 09:09:19.313', '2026-07-03 13:44:55.553', 1571, 80, '2026-07-03', 1, 9900, 10, '2E34VNPT-5G', '2026-07-03 13:44:55.553');
|
||
INSERT INTO `student_sessions` VALUES (833, '2026-07-03 09:10:01.573', '2026-07-03 11:10:20.288', 1771, 82, '2026-07-03', 2, 6840, 0, 'rikkeieducation p803 5G', '2026-07-03 11:10:20.288');
|
||
INSERT INTO `student_sessions` VALUES (834, '2026-07-03 09:10:02.858', '2026-07-03 11:12:52.534', 178, 43, '2026-07-03', 1, 7000, 0, 'PTIT_WIFI', '2026-07-03 11:12:52.534');
|
||
INSERT INTO `student_sessions` VALUES (835, '2026-07-03 09:10:05.440', '2026-07-03 11:06:48.478', 1763, 82, '2026-07-03', 2, 6630, 0, 'rikkeieducation p803 5G', '2026-07-03 11:06:48.478');
|
||
INSERT INTO `student_sessions` VALUES (836, '2026-07-03 09:10:10.176', '2026-07-03 10:47:12.989', 1698, 82, '2026-07-03', 2, 5430, 0, 'rikkeieducation', '2026-07-03 10:47:12.988');
|
||
INSERT INTO `student_sessions` VALUES (837, '2026-07-03 09:10:10.186', '2026-07-03 11:10:55.431', 1759, 82, '2026-07-03', 2, 4970, 10, 'rikkeieducation,PTIT_WIFI', '2026-07-03 11:10:55.431');
|
||
INSERT INTO `student_sessions` VALUES (838, '2026-07-03 09:10:25.617', '2026-07-03 09:20:04.912', 1427, 76, '2026-07-03', 1, 560, 0, 'PTIT_WIFI', '2026-07-03 09:20:04.912');
|
||
INSERT INTO `student_sessions` VALUES (839, '2026-07-03 09:11:08.501', '2026-07-03 10:42:27.085', 1696, 82, '2026-07-03', 2, 4210, 0, 'rikkeieducation p803 5G', '2026-07-03 10:42:27.084');
|
||
INSERT INTO `student_sessions` VALUES (840, '2026-07-03 09:12:11.199', '2026-07-03 11:13:05.243', 1437, 75, '2026-07-03', 1, 6920, 0, 'rikkeieducation p805 5G', '2026-07-03 11:13:05.243');
|
||
INSERT INTO `student_sessions` VALUES (841, '2026-07-03 09:12:32.026', '2026-07-03 09:16:25.145', 1398, 75, '2026-07-03', 1, 230, 0, 'rikkeieducation p805 5G', '2026-07-03 09:16:25.144');
|
||
INSERT INTO `student_sessions` VALUES (842, '2026-07-03 09:13:10.734', '2026-07-03 11:10:10.531', 1770, 82, '2026-07-03', 2, 6720, 0, 'PTIT_WIFI', '2026-07-03 11:10:10.531');
|
||
INSERT INTO `student_sessions` VALUES (843, '2026-07-03 09:13:31.345', '2026-07-03 09:14:03.577', 1609, 75, '2026-07-03', 1, 40, 0, 'rikkeieducation p805 5G', '2026-07-03 09:14:03.577');
|
||
INSERT INTO `student_sessions` VALUES (844, '2026-07-03 09:14:25.286', '2026-07-03 09:14:36.112', 1777, 82, '2026-07-03', 2, 20, 0, 'rikkeieducation p803 5G', '2026-07-03 09:14:36.112');
|
||
INSERT INTO `student_sessions` VALUES (845, '2026-07-03 09:14:56.234', '2026-07-03 10:16:13.570', 113, 43, '2026-07-03', 1, 3490, 0, 'rikkeieducation p805 5G', '2026-07-03 10:16:13.570');
|
||
INSERT INTO `student_sessions` VALUES (846, '2026-07-03 09:15:15.070', '2026-07-03 11:12:50.491', 1420, 75, '2026-07-03', 1, 6580, 0, 'rikkeieducation p802 5G,rikkeieducation p805 5G', '2026-07-03 11:12:50.491');
|
||
INSERT INTO `student_sessions` VALUES (847, '2026-07-03 09:15:43.457', '2026-07-03 09:21:55.524', 1338, 75, '2026-07-03', 1, 360, 0, 'rikkeieducation p805 5G', '2026-07-03 09:21:55.524');
|
||
INSERT INTO `student_sessions` VALUES (848, '2026-07-03 09:16:18.997', '2026-07-03 11:09:22.116', 1813, 82, '2026-07-03', 2, 6410, 0, 'rikkeieducation p803 5G', '2026-07-03 11:09:22.116');
|
||
INSERT INTO `student_sessions` VALUES (849, '2026-07-03 09:16:36.934', '2026-07-03 09:18:16.396', 1330, 75, '2026-07-03', 1, 90, 0, 'rikkeieducation p805 5G', '2026-07-03 09:18:16.396');
|
||
INSERT INTO `student_sessions` VALUES (850, '2026-07-03 09:16:40.799', '2026-07-03 11:10:28.842', 1751, 82, '2026-07-03', 2, 4500, 0, 'rikkeieducation p801 5G', '2026-07-03 11:10:28.842');
|
||
INSERT INTO `student_sessions` VALUES (851, '2026-07-03 09:19:00.425', '2026-07-03 11:13:36.804', 1412, 75, '2026-07-03', 1, 6400, 0, 'rikkeieducation p805 5G', '2026-07-03 11:13:36.804');
|
||
INSERT INTO `student_sessions` VALUES (852, '2026-07-03 09:19:42.666', '2026-07-03 09:19:56.440', 1425, 75, '2026-07-03', 1, 20, 0, 'PTIT_WIFI', '2026-07-03 09:19:56.440');
|
||
INSERT INTO `student_sessions` VALUES (853, '2026-07-03 09:19:49.039', '2026-07-03 09:20:40.643', 1570, 76, '2026-07-03', 1, 50, 0, 'rikkeieducation', '2026-07-03 09:20:40.642');
|
||
INSERT INTO `student_sessions` VALUES (854, '2026-07-03 09:20:29.204', '2026-07-03 11:07:59.689', 1577, 76, '2026-07-03', 1, 6120, 0, 'PTIT_WIFI', '2026-07-03 11:07:59.689');
|
||
INSERT INTO `student_sessions` VALUES (855, '2026-07-03 09:21:10.453', '2026-07-03 13:39:13.792', 1319, 80, '2026-07-03', 1, 12710, 30, '2E34VNPT-5G,PTIT.HCM_SV', '2026-07-03 13:39:13.792');
|
||
INSERT INTO `student_sessions` VALUES (856, '2026-07-03 09:21:14.804', '2026-07-03 13:35:38.843', 1339, 80, '2026-07-03', 1, 12120, 20, '2E34VNPT-5G', '2026-07-03 13:35:38.843');
|
||
INSERT INTO `student_sessions` VALUES (857, '2026-07-03 09:21:27.795', '2026-07-03 13:51:56.781', 1484, 80, '2026-07-03', 1, 12730, 10, '2E34VNPT', '2026-07-03 13:51:56.781');
|
||
INSERT INTO `student_sessions` VALUES (858, '2026-07-03 09:21:51.941', '2026-07-03 09:22:08.570', 1646, 75, '2026-07-03', 1, 20, 0, 'rikkeieducation p805 5G', '2026-07-03 09:22:08.569');
|
||
INSERT INTO `student_sessions` VALUES (859, '2026-07-03 09:22:43.304', '2026-07-03 09:23:06.362', 1313, 76, '2026-07-03', 1, 30, 0, 'rikkeieducation', '2026-07-03 09:23:06.361');
|
||
INSERT INTO `student_sessions` VALUES (860, '2026-07-03 09:26:33.816', '2026-07-03 14:01:36.257', 1658, 80, '2026-07-03', 1, 11800, 50, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-03 14:01:36.257');
|
||
INSERT INTO `student_sessions` VALUES (861, '2026-07-03 09:28:02.346', '2026-07-03 13:56:17.305', 1573, 78, '2026-07-03', 1, 8280, 10, '2E34VNPT-5G', '2026-07-03 13:56:17.305');
|
||
INSERT INTO `student_sessions` VALUES (862, '2026-07-03 09:28:22.596', '2026-07-03 11:10:22.224', 1718, 82, '2026-07-03', 2, 3090, 0, 'PTIT_WIFI', '2026-07-03 11:10:22.224');
|
||
INSERT INTO `student_sessions` VALUES (863, '2026-07-03 09:31:51.949', '2026-07-03 10:28:43.975', 1779, 82, '2026-07-03', 2, 3240, 0, 'rikkeieducation p803 5G', '2026-07-03 10:28:43.975');
|
||
INSERT INTO `student_sessions` VALUES (864, '2026-07-03 09:35:15.313', '2026-07-03 13:44:36.452', 1468, 80, '2026-07-03', 1, 5390, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 13:44:36.452');
|
||
INSERT INTO `student_sessions` VALUES (865, '2026-07-03 09:42:46.743', '2026-07-03 13:51:35.737', 1467, 78, '2026-07-03', 1, 5450, 0, 'PTIT.HCM_SV,2E35 RIKKEI EDUCATION', '2026-07-03 13:51:35.737');
|
||
INSERT INTO `student_sessions` VALUES (866, '2026-07-03 09:46:28.871', '2026-07-03 12:17:07.850', 298, 50, '2026-07-03', 1, 390, 0, 'Cooperate.R_24', '2026-07-03 12:17:07.850');
|
||
INSERT INTO `student_sessions` VALUES (867, '2026-07-03 09:47:42.737', '2026-07-03 16:11:44.056', 1624, 80, '2026-07-03', 1, 13570, 2190, '', '2026-07-03 16:11:44.056');
|
||
INSERT INTO `student_sessions` VALUES (868, '2026-07-03 09:52:26.308', '2026-07-03 09:52:47.041', 103, 48, '2026-07-03', 1, 20, 0, 'Rikkei Education 1', '2026-07-03 09:52:47.041');
|
||
INSERT INTO `student_sessions` VALUES (869, '2026-07-03 09:53:13.978', '2026-07-03 10:45:22.348', 1443, 80, '2026-07-03', 1, 3920, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 10:45:22.348');
|
||
INSERT INTO `student_sessions` VALUES (870, '2026-07-03 10:11:44.461', '2026-07-03 15:21:45.662', 1350, 78, '2026-07-03', 1, 8850, 840, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 15:21:45.662');
|
||
INSERT INTO `student_sessions` VALUES (871, '2026-07-03 10:31:18.227', '2026-07-03 16:11:44.897', 100, 51, '2026-07-03', 1, 5770, 270, 'Confident.R_24', '2026-07-03 16:11:44.897');
|
||
INSERT INTO `student_sessions` VALUES (872, '2026-07-03 10:37:44.376', '2026-07-03 14:07:08.624', 1392, 78, '2026-07-03', 1, 7040, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 14:07:08.624');
|
||
INSERT INTO `student_sessions` VALUES (873, '2026-07-03 10:45:49.957', '2026-07-03 14:29:11.755', 152, 48, '2026-07-03', 1, 40130, 0, '', '2026-07-03 14:29:11.754');
|
||
INSERT INTO `student_sessions` VALUES (874, '2026-07-03 11:36:40.097', '2026-07-03 12:17:16.428', 75, 52, '2026-07-03', 1, 460, 0, 'Cooperate.R_5,Confident.R_5', '2026-07-03 12:17:16.428');
|
||
INSERT INTO `student_sessions` VALUES (875, '2026-07-03 11:39:13.253', '2026-07-03 16:02:37.768', 1528, 73, '2026-07-03', 1, 13530, 20, 'PTIT_WIFI', '2026-07-03 16:02:37.768');
|
||
INSERT INTO `student_sessions` VALUES (876, '2026-07-03 11:48:47.424', '2026-07-03 16:11:37.225', 1460, 80, '2026-07-03', 1, 12160, 20, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:37.224');
|
||
INSERT INTO `student_sessions` VALUES (877, '2026-07-03 11:53:29.408', '2026-07-03 12:17:06.782', 244, 42, '2026-07-03', 1, 1320, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-03 12:17:06.782');
|
||
INSERT INTO `student_sessions` VALUES (878, '2026-07-03 11:53:37.625', '2026-07-03 12:18:05.378', 111, 49, '2026-07-03', 1, 1410, 0, 'Adaptation.R_5', '2026-07-03 12:18:05.377');
|
||
INSERT INTO `student_sessions` VALUES (879, '2026-07-03 11:54:18.306', '2026-07-03 12:17:13.681', 137, 50, '2026-07-03', 1, 930, 300, 'Adaptation.R_5,Cooperate.R_5,Confident.R_24', '2026-07-03 12:17:13.680');
|
||
INSERT INTO `student_sessions` VALUES (880, '2026-07-03 11:54:23.824', '2026-07-03 12:18:09.972', 106, 49, '2026-07-03', 1, 1070, 0, 'Practical.R_5', '2026-07-03 12:18:09.969');
|
||
INSERT INTO `student_sessions` VALUES (881, '2026-07-03 11:57:07.051', '2026-07-03 16:11:43.619', 1395, 78, '2026-07-03', 1, 61370, 150, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:43.618');
|
||
INSERT INTO `student_sessions` VALUES (882, '2026-07-03 11:57:49.487', '2026-07-03 13:30:56.898', 398, 48, '2026-07-03', 1, 4840, 0, 'Adaptation.R_5', '2026-07-03 13:30:56.897');
|
||
INSERT INTO `student_sessions` VALUES (883, '2026-07-03 11:59:05.970', '2026-07-03 12:17:11.608', 88, 52, '2026-07-03', 1, 940, 10, 'Confident.R_5', '2026-07-03 12:17:11.608');
|
||
INSERT INTO `student_sessions` VALUES (884, '2026-07-03 12:00:38.673', '2026-07-03 13:37:15.826', 102, 48, '2026-07-03', 1, 15360, 490, '', '2026-07-03 13:37:15.826');
|
||
INSERT INTO `student_sessions` VALUES (885, '2026-07-03 12:00:47.286', '2026-07-03 12:15:35.754', 241, 49, '2026-07-03', 1, 630, 20, 'Adaptation.R_24', '2026-07-03 12:15:35.754');
|
||
INSERT INTO `student_sessions` VALUES (886, '2026-07-03 12:00:56.685', '2026-07-03 12:17:15.241', 402, 50, '2026-07-03', 1, 900, 20, 'Cooperate.R_5,Adaptation.R_5', '2026-07-03 12:17:15.241');
|
||
INSERT INTO `student_sessions` VALUES (887, '2026-07-03 12:02:01.838', '2026-07-03 16:11:42.635', 1600, 78, '2026-07-03', 1, 12500, 20, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:42.634');
|
||
INSERT INTO `student_sessions` VALUES (888, '2026-07-03 12:02:03.555', '2026-07-03 13:27:34.012', 115, 48, '2026-07-03', 1, 5770, 0, 'Practical.R_5', '2026-07-03 13:27:34.012');
|
||
INSERT INTO `student_sessions` VALUES (889, '2026-07-03 12:02:12.205', '2026-07-03 16:11:36.959', 1409, 78, '2026-07-03', 1, 10780, 20, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:36.958');
|
||
INSERT INTO `student_sessions` VALUES (891, '2026-07-03 12:03:02.704', '2026-07-03 13:20:51.407', 262, 48, '2026-07-03', 1, 4050, 0, 'Adaptation.R_5', '2026-07-03 13:20:51.407');
|
||
INSERT INTO `student_sessions` VALUES (892, '2026-07-03 12:03:08.008', '2026-07-03 12:18:01.838', 150, 49, '2026-07-03', 1, 850, 0, 'Adaptation.R_5', '2026-07-03 12:18:01.838');
|
||
INSERT INTO `student_sessions` VALUES (893, '2026-07-03 12:03:08.213', '2026-07-03 12:15:14.801', 122, 42, '2026-07-03', 1, 680, 0, 'Cooperate.R_5,Adaptation.R_5', '2026-07-03 12:15:14.801');
|
||
INSERT INTO `student_sessions` VALUES (894, '2026-07-03 12:03:14.211', '2026-07-03 13:51:26.879', 1480, 78, '2026-07-03', 1, 6070, 0, '2E34VNPT', '2026-07-03 13:51:26.879');
|
||
INSERT INTO `student_sessions` VALUES (895, '2026-07-03 12:03:25.480', '2026-07-03 13:27:20.233', 158, 48, '2026-07-03', 1, 4550, 20, 'Rikkei Education_5G,Rikkei Education 1', '2026-07-03 13:27:20.233');
|
||
INSERT INTO `student_sessions` VALUES (896, '2026-07-03 12:04:36.047', '2026-07-03 16:11:41.969', 1558, 80, '2026-07-03', 1, 12680, 20, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:41.969');
|
||
INSERT INTO `student_sessions` VALUES (897, '2026-07-03 12:04:38.951', '2026-07-03 16:11:37.209', 1337, 81, '2026-07-03', 1, 12600, 40, '2E34VNPT,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:37.208');
|
||
INSERT INTO `student_sessions` VALUES (898, '2026-07-03 12:04:55.600', '2026-07-03 12:11:22.130', 124, 48, '2026-07-03', 1, 350, 10, 'Practical.R_5', '2026-07-03 12:11:22.129');
|
||
INSERT INTO `student_sessions` VALUES (899, '2026-07-03 12:05:21.814', '2026-07-03 16:08:12.981', 1333, 80, '2026-07-03', 1, 11300, 30, '2E34VNPT,RIKKEI EDUCATION 2E32', '2026-07-03 16:08:12.981');
|
||
INSERT INTO `student_sessions` VALUES (900, '2026-07-03 12:05:33.168', '2026-07-03 13:42:34.177', 401, 48, '2026-07-03', 1, 3970, 10, 'Adaptation.R_5', '2026-07-03 13:42:34.177');
|
||
INSERT INTO `student_sessions` VALUES (901, '2026-07-03 12:05:33.276', '2026-07-03 12:17:12.785', 92, 50, '2026-07-03', 1, 640, 10, 'Cooperate.R_5,Confident.R_5', '2026-07-03 12:17:12.785');
|
||
INSERT INTO `student_sessions` VALUES (902, '2026-07-03 12:05:36.806', '2026-07-03 14:42:11.938', 1654, 81, '2026-07-03', 1, 7190, 0, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 14:42:11.938');
|
||
INSERT INTO `student_sessions` VALUES (903, '2026-07-03 12:05:38.579', '2026-07-03 12:17:31.881', 220, 49, '2026-07-03', 1, 570, 40, 'Adaptation.R_5', '2026-07-03 12:17:31.881');
|
||
INSERT INTO `student_sessions` VALUES (904, '2026-07-03 12:05:50.514', '2026-07-03 12:06:01.650', 405, 48, '2026-07-03', 1, 20, 0, 'Adaptation.R_5', '2026-07-03 12:06:01.650');
|
||
INSERT INTO `student_sessions` VALUES (905, '2026-07-03 12:06:07.479', '2026-07-03 12:18:01.528', 314, 49, '2026-07-03', 1, 670, 0, 'Adaptation.R_5', '2026-07-03 12:18:01.528');
|
||
INSERT INTO `student_sessions` VALUES (906, '2026-07-03 12:06:21.974', '2026-07-03 12:21:02.796', 192, 48, '2026-07-03', 1, 600, 120, 'Practical.R_5', '2026-07-03 12:21:02.795');
|
||
INSERT INTO `student_sessions` VALUES (907, '2026-07-03 12:06:42.689', '2026-07-03 12:18:08.909', 251, 49, '2026-07-03', 1, 640, 0, 'Adaptation.R_5', '2026-07-03 12:18:08.909');
|
||
INSERT INTO `student_sessions` VALUES (908, '2026-07-03 12:06:57.729', '2026-07-03 12:17:15.741', 415, 156, '2026-07-03', 1, 580, 30, 'Confident.R_5', '2026-07-03 12:17:15.741');
|
||
INSERT INTO `student_sessions` VALUES (909, '2026-07-03 12:07:05.299', '2026-07-03 13:21:22.977', 131, 48, '2026-07-03', 1, 3200, 330, 'Confident.R_5', '2026-07-03 13:21:22.977');
|
||
INSERT INTO `student_sessions` VALUES (910, '2026-07-03 12:07:17.326', '2026-07-03 12:18:10.935', 129, 49, '2026-07-03', 1, 620, 0, 'Adaptation.R_5', '2026-07-03 12:18:10.935');
|
||
INSERT INTO `student_sessions` VALUES (911, '2026-07-03 12:07:20.648', '2026-07-03 12:17:07.086', 99, 50, '2026-07-03', 1, 540, 0, 'Adaptation.R_5,Cooperate.R_5', '2026-07-03 12:17:07.086');
|
||
INSERT INTO `student_sessions` VALUES (912, '2026-07-03 12:07:48.138', '2026-07-03 12:18:11.278', 128, 49, '2026-07-03', 1, 600, 0, 'Adaptation.R_5', '2026-07-03 12:18:11.278');
|
||
INSERT INTO `student_sessions` VALUES (913, '2026-07-03 12:07:49.402', '2026-07-03 16:11:37.955', 1496, 80, '2026-07-03', 1, 11290, 30, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:37.955');
|
||
INSERT INTO `student_sessions` VALUES (914, '2026-07-03 12:08:10.136', '2026-07-03 16:11:39.804', 1475, 80, '2026-07-03', 1, 12210, 20, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:39.804');
|
||
INSERT INTO `student_sessions` VALUES (915, '2026-07-03 12:08:18.859', '2026-07-03 12:18:09.501', 157, 49, '2026-07-03', 1, 560, 0, 'Practical.R_5', '2026-07-03 12:18:09.501');
|
||
INSERT INTO `student_sessions` VALUES (916, '2026-07-03 12:08:22.480', '2026-07-03 14:41:54.183', 1455, 78, '2026-07-03', 1, 5980, 0, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 14:41:54.183');
|
||
INSERT INTO `student_sessions` VALUES (917, '2026-07-03 12:09:32.136', '2026-07-03 12:15:39.080', 211, 49, '2026-07-03', 1, 360, 0, 'Adaptation.R_5', '2026-07-03 12:15:39.079');
|
||
INSERT INTO `student_sessions` VALUES (918, '2026-07-03 12:09:35.620', '2026-07-03 13:57:26.888', 591, 18, '2026-07-03', 1, 6050, 50, 'PTIT.HCM_SV,2E34VNPT-5G,2E34VNPT', '2026-07-03 13:57:26.888');
|
||
INSERT INTO `student_sessions` VALUES (919, '2026-07-03 12:09:36.886', '2026-07-03 13:57:33.554', 133, 48, '2026-07-03', 1, 5430, 590, 'Practical.R_5,Rikkei Education 1', '2026-07-03 13:57:33.554');
|
||
INSERT INTO `student_sessions` VALUES (920, '2026-07-03 12:09:44.491', '2026-07-03 13:43:11.409', 214, 48, '2026-07-03', 1, 3880, 10, 'Practical.R_5', '2026-07-03 13:43:11.408');
|
||
INSERT INTO `student_sessions` VALUES (921, '2026-07-03 12:09:58.934', '2026-07-03 13:42:51.439', 1691, 80, '2026-07-03', 1, 5320, 0, '2E34VNPT-5G', '2026-07-03 13:42:51.439');
|
||
INSERT INTO `student_sessions` VALUES (922, '2026-07-03 12:10:00.064', '2026-07-03 12:10:46.145', 167, 49, '2026-07-03', 1, 50, 0, 'Adaptation.R_5', '2026-07-03 12:10:46.145');
|
||
INSERT INTO `student_sessions` VALUES (923, '2026-07-03 12:10:01.865', '2026-07-03 13:13:35.826', 247, 48, '2026-07-03', 1, 650, 0, 'Practical.R_5', '2026-07-03 13:13:35.826');
|
||
INSERT INTO `student_sessions` VALUES (924, '2026-07-03 12:10:06.275', '2026-07-03 13:36:26.563', 392, 48, '2026-07-03', 1, 4590, 0, 'Adaptation.R_5', '2026-07-03 13:36:26.563');
|
||
INSERT INTO `student_sessions` VALUES (925, '2026-07-03 12:10:09.972', '2026-07-03 13:28:00.498', 213, 48, '2026-07-03', 1, 4380, 0, 'Practical.R_5', '2026-07-03 13:28:00.497');
|
||
INSERT INTO `student_sessions` VALUES (926, '2026-07-03 12:10:10.774', '2026-07-03 12:18:02.185', 399, 49, '2026-07-03', 1, 450, 10, 'Adaptation.R_5', '2026-07-03 12:18:02.185');
|
||
INSERT INTO `student_sessions` VALUES (927, '2026-07-03 12:10:17.078', '2026-07-03 12:14:33.058', 159, 49, '2026-07-03', 1, 240, 0, 'Adaptation.R_5', '2026-07-03 12:14:33.057');
|
||
INSERT INTO `student_sessions` VALUES (928, '2026-07-03 12:10:21.175', '2026-07-03 12:18:01.819', 202, 49, '2026-07-03', 1, 400, 0, 'Adaptation.R_5', '2026-07-03 12:18:01.819');
|
||
INSERT INTO `student_sessions` VALUES (929, '2026-07-03 12:10:22.846', '2026-07-03 12:18:03.239', 230, 49, '2026-07-03', 1, 190, 0, 'Adaptation.R_5', '2026-07-03 12:18:03.239');
|
||
INSERT INTO `student_sessions` VALUES (930, '2026-07-03 12:10:36.017', '2026-07-03 15:21:52.972', 1489, 78, '2026-07-03', 1, 7560, 50, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32,PTIT.HCM_SV', '2026-07-03 15:21:52.972');
|
||
INSERT INTO `student_sessions` VALUES (931, '2026-07-03 12:10:39.344', '2026-07-03 12:48:06.963', 288, 48, '2026-07-03', 1, 2040, 0, 'Adaptation.R_5', '2026-07-03 12:48:06.962');
|
||
INSERT INTO `student_sessions` VALUES (932, '2026-07-03 12:10:47.718', '2026-07-03 13:43:41.583', 114, 48, '2026-07-03', 1, 5050, 0, 'Adaptation.R_5', '2026-07-03 13:43:41.583');
|
||
INSERT INTO `student_sessions` VALUES (933, '2026-07-03 12:10:49.950', '2026-07-03 13:47:17.443', 263, 48, '2026-07-03', 1, 5320, 0, 'Practical.R_5', '2026-07-03 13:47:17.443');
|
||
INSERT INTO `student_sessions` VALUES (934, '2026-07-03 12:10:55.470', '2026-07-03 13:24:36.559', 411, 48, '2026-07-03', 1, 3970, 30, 'Practical.R_5', '2026-07-03 13:24:36.559');
|
||
INSERT INTO `student_sessions` VALUES (935, '2026-07-03 12:11:08.907', '2026-07-03 13:46:54.639', 1629, 78, '2026-07-03', 1, 4720, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 13:46:54.639');
|
||
INSERT INTO `student_sessions` VALUES (936, '2026-07-03 12:11:15.019', '2026-07-03 12:16:55.632', 901, 52, '2026-07-03', 1, 180, 0, 'Rikkei Education 1', '2026-07-03 12:16:55.631');
|
||
INSERT INTO `student_sessions` VALUES (937, '2026-07-03 12:11:29.575', '2026-07-03 12:12:07.117', 1353, 80, '2026-07-03', 1, 0, 0, '', '2026-07-03 12:12:07.117');
|
||
INSERT INTO `student_sessions` VALUES (938, '2026-07-03 12:11:29.618', '2026-07-03 12:17:11.099', 194, 52, '2026-07-03', 1, 330, 0, 'Cooperate.R_5', '2026-07-03 12:17:11.099');
|
||
INSERT INTO `student_sessions` VALUES (939, '2026-07-03 12:11:39.060', '2026-07-03 13:25:32.363', 304, 43, '2026-07-03', 1, 4070, 0, 'Practical.R_5', '2026-07-03 13:25:32.363');
|
||
INSERT INTO `student_sessions` VALUES (940, '2026-07-03 12:12:07.951', '2026-07-03 12:17:12.044', 250, 52, '2026-07-03', 1, 290, 0, 'Cooperate.R_5', '2026-07-03 12:17:12.044');
|
||
INSERT INTO `student_sessions` VALUES (941, '2026-07-03 12:12:31.180', '2026-07-03 12:18:11.212', 170, 49, '2026-07-03', 1, 330, 0, 'Adaptation.R_5', '2026-07-03 12:18:11.212');
|
||
INSERT INTO `student_sessions` VALUES (942, '2026-07-03 12:12:34.189', '2026-07-03 12:18:08.540', 134, 49, '2026-07-03', 1, 280, 50, 'Confident.R_5,Adaptation.R_5', '2026-07-03 12:18:08.540');
|
||
INSERT INTO `student_sessions` VALUES (943, '2026-07-03 12:12:43.805', '2026-07-03 12:17:08.152', 273, 42, '2026-07-03', 1, 260, 0, 'Cooperate.R_5', '2026-07-03 12:17:08.152');
|
||
INSERT INTO `student_sessions` VALUES (944, '2026-07-03 12:13:05.613', '2026-07-03 12:18:06.096', 172, 49, '2026-07-03', 1, 290, 0, 'Adaptation.R_5', '2026-07-03 12:18:06.096');
|
||
INSERT INTO `student_sessions` VALUES (945, '2026-07-03 12:13:12.750', '2026-07-03 16:11:39.055', 1356, 80, '2026-07-03', 1, 10940, 40, '2E34VNPT-5G,RIKKEI EDUCATION 2E32', '2026-07-03 16:11:39.055');
|
||
INSERT INTO `student_sessions` VALUES (946, '2026-07-03 12:13:14.817', '2026-07-03 12:18:09.437', 282, 49, '2026-07-03', 1, 230, 20, 'Adaptation.R_24', '2026-07-03 12:18:09.437');
|
||
INSERT INTO `student_sessions` VALUES (947, '2026-07-03 12:13:15.514', '2026-07-03 12:18:04.801', 195, 49, '2026-07-03', 1, 250, 10, 'Adaptation.R_5', '2026-07-03 12:18:04.800');
|
||
INSERT INTO `student_sessions` VALUES (948, '2026-07-03 12:13:23.975', '2026-07-03 12:18:02.667', 85, 49, '2026-07-03', 1, 260, 0, 'Adaptation.R_5', '2026-07-03 12:18:02.667');
|
||
INSERT INTO `student_sessions` VALUES (949, '2026-07-03 12:13:49.954', '2026-07-03 16:11:43.302', 1564, 73, '2026-07-03', 1, 62110, 390, '', '2026-07-03 16:11:43.301');
|
||
INSERT INTO `student_sessions` VALUES (950, '2026-07-03 12:13:51.507', '2026-07-03 12:17:18.766', 254, 52, '2026-07-03', 1, 150, 0, 'Rikkei Education 1', '2026-07-03 12:17:18.765');
|
||
INSERT INTO `student_sessions` VALUES (951, '2026-07-03 12:13:53.236', '2026-07-03 12:14:57.017', 97, 42, '2026-07-03', 1, 70, 0, 'Adaptation.R_5', '2026-07-03 12:14:57.016');
|
||
INSERT INTO `student_sessions` VALUES (952, '2026-07-03 12:13:58.090', '2026-07-03 12:17:13.675', 236, 50, '2026-07-03', 1, 190, 0, 'Adaptation.R_5,Cooperate.R_5', '2026-07-03 12:17:13.675');
|
||
INSERT INTO `student_sessions` VALUES (953, '2026-07-03 12:14:30.240', '2026-07-03 12:17:21.025', 209, 42, '2026-07-03', 1, 170, 0, 'Confident.R_5', '2026-07-03 12:17:21.025');
|
||
INSERT INTO `student_sessions` VALUES (954, '2026-07-03 12:14:48.270', '2026-07-03 12:17:08.221', 267, 42, '2026-07-03', 1, 130, 0, 'Cooperate.R_5', '2026-07-03 12:17:08.221');
|
||
INSERT INTO `student_sessions` VALUES (955, '2026-07-03 12:15:12.501', '2026-07-03 14:41:58.212', 1406, 78, '2026-07-03', 1, 7890, 10, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 14:41:58.211');
|
||
INSERT INTO `student_sessions` VALUES (956, '2026-07-03 12:15:23.701', '2026-07-03 12:17:09.892', 218, 43, '2026-07-03', 1, 110, 0, 'Cooperate.R_5', '2026-07-03 12:17:09.892');
|
||
INSERT INTO `student_sessions` VALUES (957, '2026-07-03 12:16:02.902', '2026-07-03 13:45:35.901', 278, 48, '2026-07-03', 1, 4860, 0, 'Adaptation.R_5', '2026-07-03 13:45:35.901');
|
||
INSERT INTO `student_sessions` VALUES (958, '2026-07-03 12:16:04.962', '2026-07-03 13:46:20.812', 1590, 80, '2026-07-03', 1, 4930, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 13:46:20.812');
|
||
INSERT INTO `student_sessions` VALUES (959, '2026-07-03 12:16:08.531', '2026-07-03 12:17:14.264', 173, 42, '2026-07-03', 1, 120, 0, 'Cooperate.R_5', '2026-07-03 12:17:14.264');
|
||
INSERT INTO `student_sessions` VALUES (960, '2026-07-03 12:16:15.647', '2026-07-03 16:06:17.127', 1449, 73, '2026-07-03', 1, 330, 10, 'PTIT_WIFI', '2026-07-03 16:06:17.127');
|
||
INSERT INTO `student_sessions` VALUES (961, '2026-07-03 12:16:28.974', '2026-07-03 12:18:08.804', 216, 49, '2026-07-03', 1, 100, 0, 'Adaptation.R_5', '2026-07-03 12:18:08.804');
|
||
INSERT INTO `student_sessions` VALUES (962, '2026-07-03 12:16:34.272', '2026-07-03 14:57:50.443', 1542, 81, '2026-07-03', 1, 2350, 0, 'RIKKEI EDUCATION 2E32,2E35 RIKKEI EDUCATION', '2026-07-03 14:57:50.443');
|
||
INSERT INTO `student_sessions` VALUES (963, '2026-07-03 12:16:46.020', '2026-07-03 12:17:14.788', 933, 50, '2026-07-03', 1, 30, 0, 'Confident.R_5', '2026-07-03 12:17:14.787');
|
||
INSERT INTO `student_sessions` VALUES (964, '2026-07-03 12:16:58.651', '2026-07-03 14:35:38.519', 1385, 80, '2026-07-03', 1, 5990, 20, '2E35 RIKKEI EDUCATION', '2026-07-03 14:35:38.519');
|
||
INSERT INTO `student_sessions` VALUES (965, '2026-07-03 12:16:59.592', '2026-07-03 12:21:35.687', 1371, 73, '2026-07-03', 1, 270, 0, 'PTIT_WIFI', '2026-07-03 12:21:35.687');
|
||
INSERT INTO `student_sessions` VALUES (966, '2026-07-03 12:17:03.229', '2026-07-03 12:17:14.496', 238, 43, '2026-07-03', 1, 20, 0, 'Rikkei Education 1', '2026-07-03 12:17:14.495');
|
||
INSERT INTO `student_sessions` VALUES (967, '2026-07-03 12:17:22.040', '2026-07-03 14:06:25.143', 88, 156, '2026-07-03', 3, 4350, 720, 'Confident.R_5,Cooperate.R_5,RIKKEI EDU', '2026-07-03 14:06:25.143');
|
||
INSERT INTO `student_sessions` VALUES (968, '2026-07-03 12:17:23.403', '2026-07-03 13:50:30.932', 92, 156, '2026-07-03', 3, 5030, 70, 'Confident.R_5,Cooperate.R_5,Rikkei Education 1', '2026-07-03 13:50:30.932');
|
||
INSERT INTO `student_sessions` VALUES (969, '2026-07-03 12:17:25.112', '2026-07-03 14:03:53.696', 238, 156, '2026-07-03', 3, 5980, 10, 'Rikkei Education 1', '2026-07-03 14:03:53.696');
|
||
INSERT INTO `student_sessions` VALUES (970, '2026-07-03 12:17:25.892', '2026-07-03 13:54:26.022', 933, 156, '2026-07-03', 3, 4440, 140, 'Confident.R_5,Cooperate.R_5', '2026-07-03 13:54:26.021');
|
||
INSERT INTO `student_sessions` VALUES (971, '2026-07-03 12:17:26.521', '2026-07-03 14:01:35.875', 415, 156, '2026-07-03', 3, 4970, 30, 'Confident.R_5', '2026-07-03 14:01:35.875');
|
||
INSERT INTO `student_sessions` VALUES (972, '2026-07-03 12:17:27.126', '2026-07-03 14:06:38.136', 75, 156, '2026-07-03', 3, 5800, 80, 'Confident.R_5,Cooperate.R_5,Rikkei Education 1', '2026-07-03 14:06:38.136');
|
||
INSERT INTO `student_sessions` VALUES (973, '2026-07-03 12:17:29.246', '2026-07-03 13:13:33.636', 254, 156, '2026-07-03', 3, 1990, 170, 'Rikkei Education 1,Cooperate.R_5', '2026-07-03 13:13:33.636');
|
||
INSERT INTO `student_sessions` VALUES (974, '2026-07-03 12:17:31.525', '2026-07-03 14:07:44.374', 209, 156, '2026-07-03', 3, 5900, 10, 'Confident.R_5', '2026-07-03 14:07:44.373');
|
||
INSERT INTO `student_sessions` VALUES (975, '2026-07-03 12:17:31.602', '2026-07-03 14:07:56.158', 194, 156, '2026-07-03', 3, 5740, 150, 'Confident.R_5,Cooperate.R_5', '2026-07-03 14:07:56.158');
|
||
INSERT INTO `student_sessions` VALUES (976, '2026-07-03 12:17:34.481', '2026-07-03 14:07:41.947', 239, 156, '2026-07-03', 3, 3880, 30, 'Confident.R_5', '2026-07-03 14:07:41.946');
|
||
INSERT INTO `student_sessions` VALUES (977, '2026-07-03 12:17:37.953', '2026-07-03 14:10:28.792', 273, 156, '2026-07-03', 3, 5870, 2220, 'Practical.R_5,Cooperate.R_5', '2026-07-03 14:10:28.792');
|
||
INSERT INTO `student_sessions` VALUES (978, '2026-07-03 12:17:38.367', '2026-07-03 13:31:54.951', 267, 156, '2026-07-03', 3, 3900, 130, 'RIKKEI EDU,Cooperate.R_5,Rikkei Education 1', '2026-07-03 13:31:54.951');
|
||
INSERT INTO `student_sessions` VALUES (979, '2026-07-03 12:17:42.640', '2026-07-03 13:07:22.423', 901, 156, '2026-07-03', 3, 970, 0, 'Rikkei Education 1', '2026-07-03 13:07:22.422');
|
||
INSERT INTO `student_sessions` VALUES (980, '2026-07-03 12:17:45.820', '2026-07-03 15:12:06.543', 1495, 73, '2026-07-03', 1, 9950, 0, 'PTIT_WIFI', '2026-07-03 15:12:06.543');
|
||
INSERT INTO `student_sessions` VALUES (981, '2026-07-03 12:17:51.130', '2026-07-03 14:05:50.505', 244, 156, '2026-07-03', 3, 5810, 190, 'Confident.R_5,Cooperate.R_5,Cooperate.R_24,Adaptation.R_5', '2026-07-03 14:05:50.505');
|
||
INSERT INTO `student_sessions` VALUES (982, '2026-07-03 12:17:54.241', '2026-07-03 14:08:24.022', 402, 156, '2026-07-03', 3, 5870, 140, 'Confident.R_5', '2026-07-03 14:08:24.022');
|
||
INSERT INTO `student_sessions` VALUES (983, '2026-07-03 12:17:56.689', '2026-07-03 14:10:05.201', 173, 156, '2026-07-03', 3, 5680, 140, 'Adaptation.R_5', '2026-07-03 14:10:05.201');
|
||
INSERT INTO `student_sessions` VALUES (984, '2026-07-03 12:17:58.728', '2026-07-03 14:09:54.975', 1533, 78, '2026-07-03', 1, 5610, 170, '2E34VNPT-5G', '2026-07-03 14:09:54.975');
|
||
INSERT INTO `student_sessions` VALUES (985, '2026-07-03 12:18:04.223', '2026-07-03 14:45:30.543', 1546, 78, '2026-07-03', 1, 7040, 0, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 14:45:30.543');
|
||
INSERT INTO `student_sessions` VALUES (986, '2026-07-03 12:18:04.604', '2026-07-03 14:08:10.676', 218, 156, '2026-07-03', 3, 5990, 60, 'Rikkei Education 1,Cooperate.R_24', '2026-07-03 14:08:10.676');
|
||
INSERT INTO `student_sessions` VALUES (987, '2026-07-03 12:18:10.588', '2026-07-03 14:04:58.784', 99, 156, '2026-07-03', 3, 5560, 250, 'Confident.R_5', '2026-07-03 14:04:58.784');
|
||
INSERT INTO `student_sessions` VALUES (988, '2026-07-03 12:18:12.540', '2026-07-03 14:06:31.263', 314, 49, '2026-07-03', 3, 5910, 0, 'Adaptation.R_5', '2026-07-03 14:06:31.263');
|
||
INSERT INTO `student_sessions` VALUES (989, '2026-07-03 12:18:12.828', '2026-07-03 14:06:32.341', 202, 49, '2026-07-03', 3, 2690, 0, 'Adaptation.R_5', '2026-07-03 14:06:32.341');
|
||
INSERT INTO `student_sessions` VALUES (990, '2026-07-03 12:18:13.003', '2026-07-03 14:07:21.344', 150, 49, '2026-07-03', 3, 6040, 40, 'Adaptation.R_5', '2026-07-03 14:07:21.343');
|
||
INSERT INTO `student_sessions` VALUES (991, '2026-07-03 12:18:13.078', '2026-07-03 14:07:09.105', 399, 49, '2026-07-03', 3, 5920, 0, 'Adaptation.R_5', '2026-07-03 14:07:09.104');
|
||
INSERT INTO `student_sessions` VALUES (992, '2026-07-03 12:18:13.447', '2026-07-03 14:06:23.062', 85, 49, '2026-07-03', 3, 4760, 0, 'Adaptation.R_5', '2026-07-03 14:06:23.062');
|
||
INSERT INTO `student_sessions` VALUES (993, '2026-07-03 12:18:14.759', '2026-07-03 14:06:21.780', 230, 49, '2026-07-03', 3, 4620, 10, 'Adaptation.R_5', '2026-07-03 14:06:21.780');
|
||
INSERT INTO `student_sessions` VALUES (994, '2026-07-03 12:18:15.049', '2026-07-03 14:07:15.799', 298, 156, '2026-07-03', 3, 5410, 340, 'Cooperate.R_24,Adaptation.R_5,Cooperate.R_5', '2026-07-03 14:07:15.798');
|
||
INSERT INTO `student_sessions` VALUES (995, '2026-07-03 12:18:15.988', '2026-07-03 14:07:36.352', 195, 49, '2026-07-03', 3, 6050, 10, 'Adaptation.R_5', '2026-07-03 14:07:36.352');
|
||
INSERT INTO `student_sessions` VALUES (996, '2026-07-03 12:18:16.223', '2026-07-03 14:06:37.784', 111, 49, '2026-07-03', 3, 5910, 120, 'Adaptation.R_5,Practical.R_5', '2026-07-03 14:06:37.783');
|
||
INSERT INTO `student_sessions` VALUES (997, '2026-07-03 12:18:17.322', '2026-07-03 14:08:22.632', 236, 156, '2026-07-03', 3, 5220, 360, 'Adaptation.R_5,Cooperate.R_5,Cooperate.R_24', '2026-07-03 14:08:22.632');
|
||
INSERT INTO `student_sessions` VALUES (998, '2026-07-03 12:18:17.937', '2026-07-03 13:12:48.678', 172, 49, '2026-07-03', 3, 2550, 0, 'Adaptation.R_5', '2026-07-03 13:12:48.678');
|
||
INSERT INTO `student_sessions` VALUES (999, '2026-07-03 12:18:20.185', '2026-07-03 14:07:57.413', 216, 49, '2026-07-03', 3, 6060, 0, 'Adaptation.R_5', '2026-07-03 14:07:57.413');
|
||
INSERT INTO `student_sessions` VALUES (1000, '2026-07-03 12:18:20.207', '2026-07-03 14:06:21.523', 157, 49, '2026-07-03', 3, 5970, 0, 'Practical.R_5', '2026-07-03 14:06:21.523');
|
||
INSERT INTO `student_sessions` VALUES (1001, '2026-07-03 12:18:20.209', '2026-07-03 14:06:22.635', 251, 49, '2026-07-03', 3, 5880, 20, 'Adaptation.R_5', '2026-07-03 14:06:22.635');
|
||
INSERT INTO `student_sessions` VALUES (1002, '2026-07-03 12:18:20.211', '2026-07-03 14:06:15.715', 220, 49, '2026-07-03', 3, 4640, 180, 'Adaptation.R_5,Rikkei Education_5G', '2026-07-03 14:06:15.715');
|
||
INSERT INTO `student_sessions` VALUES (1003, '2026-07-03 12:18:20.567', '2026-07-03 14:07:36.368', 134, 49, '2026-07-03', 3, 5940, 20, 'Adaptation.R_5,Adaptation.R_24,Practical.R_5', '2026-07-03 14:07:36.368');
|
||
INSERT INTO `student_sessions` VALUES (1004, '2026-07-03 12:18:20.816', '2026-07-03 14:06:18.326', 106, 49, '2026-07-03', 3, 5900, 10, 'Practical.R_5', '2026-07-03 14:06:18.326');
|
||
INSERT INTO `student_sessions` VALUES (1005, '2026-07-03 12:18:21.565', '2026-07-03 14:05:29.129', 129, 49, '2026-07-03', 3, 5510, 0, 'Adaptation.R_5', '2026-07-03 14:05:29.129');
|
||
INSERT INTO `student_sessions` VALUES (1006, '2026-07-03 12:18:21.903', '2026-07-03 14:06:11.082', 170, 49, '2026-07-03', 3, 4480, 220, 'Adaptation.R_5,Cooperate.R_5', '2026-07-03 14:06:11.082');
|
||
INSERT INTO `student_sessions` VALUES (1007, '2026-07-03 12:18:21.953', '2026-07-03 14:05:31.484', 128, 49, '2026-07-03', 3, 4930, 0, 'Adaptation.R_5', '2026-07-03 14:05:31.484');
|
||
INSERT INTO `student_sessions` VALUES (1008, '2026-07-03 12:18:22.952', '2026-07-03 14:06:53.516', 282, 49, '2026-07-03', 3, 3290, 590, 'Adaptation.R_24', '2026-07-03 14:06:53.515');
|
||
INSERT INTO `student_sessions` VALUES (1009, '2026-07-03 12:18:30.458', '2026-07-03 14:07:44.472', 226, 156, '2026-07-03', 3, 5300, 170, 'RIKKEI EDU,Cooperate.R_5', '2026-07-03 14:07:44.472');
|
||
INSERT INTO `student_sessions` VALUES (1010, '2026-07-03 12:18:34.939', '2026-07-03 14:06:20.432', 250, 156, '2026-07-03', 3, 3690, 230, 'Confident.R_24,Cooperate.R_5,Cooperate.R_24', '2026-07-03 14:06:20.432');
|
||
INSERT INTO `student_sessions` VALUES (1011, '2026-07-03 12:18:46.280', '2026-07-03 14:08:28.045', 308, 156, '2026-07-03', 3, 5850, 190, 'RIKKEI EDU', '2026-07-03 14:08:28.044');
|
||
INSERT INTO `student_sessions` VALUES (1012, '2026-07-03 12:18:56.984', '2026-07-03 16:08:15.848', 1414, 79, '2026-07-03', 1, 1270, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:08:15.848');
|
||
INSERT INTO `student_sessions` VALUES (1013, '2026-07-03 12:18:57.518', '2026-07-03 14:09:57.265', 303, 156, '2026-07-03', 3, 5550, 20, 'Rikkei Education 1', '2026-07-03 14:09:57.264');
|
||
INSERT INTO `student_sessions` VALUES (1014, '2026-07-03 12:18:58.853', '2026-07-03 12:58:45.105', 242, 43, '2026-07-03', 1, 2250, 0, 'Adaptation.R_5,Practical.R_5', '2026-07-03 12:58:45.105');
|
||
INSERT INTO `student_sessions` VALUES (1015, '2026-07-03 12:19:00.926', '2026-07-03 16:11:38.353', 1662, 78, '2026-07-03', 1, 12620, 20, '2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32,PTIT.HCM_SV', '2026-07-03 16:11:38.352');
|
||
INSERT INTO `student_sessions` VALUES (1016, '2026-07-03 12:19:36.792', '2026-07-03 13:27:56.003', 137, 156, '2026-07-03', 3, 2520, 980, 'Confident.R_24,Cooperate.R_5,Cooperate.R_24', '2026-07-03 13:27:56.002');
|
||
INSERT INTO `student_sessions` VALUES (1017, '2026-07-03 12:20:04.785', '2026-07-03 13:44:13.060', 240, 48, '2026-07-03', 1, 4720, 0, 'Practical.R_5', '2026-07-03 13:44:13.060');
|
||
INSERT INTO `student_sessions` VALUES (1018, '2026-07-03 12:20:41.148', '2026-07-03 14:57:58.043', 1652, 81, '2026-07-03', 1, 8550, 990, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-03 14:57:58.043');
|
||
INSERT INTO `student_sessions` VALUES (1019, '2026-07-03 12:20:55.721', '2026-07-03 12:36:10.189', 390, 49, '2026-07-03', 3, 830, 50, 'Practical.R_5', '2026-07-03 12:36:10.189');
|
||
INSERT INTO `student_sessions` VALUES (1020, '2026-07-03 12:21:23.372', '2026-07-03 13:42:15.509', 68, 49, '2026-07-03', 3, 740, 0, 'Adaptation.R_5', '2026-07-03 13:42:15.509');
|
||
INSERT INTO `student_sessions` VALUES (1021, '2026-07-03 12:21:38.306', '2026-07-03 12:58:15.163', 292, 48, '2026-07-03', 1, 2030, 0, 'Practical.R_5', '2026-07-03 12:58:15.161');
|
||
INSERT INTO `student_sessions` VALUES (1022, '2026-07-03 12:21:44.794', '2026-07-03 13:35:58.489', 227, 156, '2026-07-03', 3, 1160, 400, 'Confident.R_5,Cooperate.R_5,RIKKEI EDU', '2026-07-03 13:35:58.489');
|
||
INSERT INTO `student_sessions` VALUES (1023, '2026-07-03 12:22:45.817', '2026-07-03 14:06:27.045', 910, 156, '2026-07-03', 3, 4170, 1260, 'Cooperate.R_5,Adaptation.R_5,Cooperate.R_24,Confident.R_24', '2026-07-03 14:06:27.045');
|
||
INSERT INTO `student_sessions` VALUES (1024, '2026-07-03 12:24:16.609', '2026-07-03 13:46:24.923', 1299, 73, '2026-07-03', 1, 4720, 0, 'PTIT_WIFI', '2026-07-03 13:46:24.923');
|
||
INSERT INTO `student_sessions` VALUES (1025, '2026-07-03 12:24:38.601', '2026-07-03 12:40:19.857', 246, 48, '2026-07-03', 1, 550, 0, 'Practical.R_5', '2026-07-03 12:40:19.857');
|
||
INSERT INTO `student_sessions` VALUES (1026, '2026-07-03 12:26:04.972', '2026-07-03 14:10:49.460', 285, 156, '2026-07-03', 3, 5240, 150, 'Adaptation.R_5,Cooperate.R_24,Cooperate.R_5', '2026-07-03 14:10:49.460');
|
||
INSERT INTO `student_sessions` VALUES (1027, '2026-07-03 12:26:53.756', '2026-07-03 12:28:04.284', 159, 49, '2026-07-03', 3, 70, 0, 'Adaptation.R_5', '2026-07-03 12:28:04.284');
|
||
INSERT INTO `student_sessions` VALUES (1028, '2026-07-03 12:28:38.730', '2026-07-03 13:31:31.508', 222, 156, '2026-07-03', 3, 2510, 320, 'Adaptation.R_5,Cooperate.R_5', '2026-07-03 13:31:31.505');
|
||
INSERT INTO `student_sessions` VALUES (1029, '2026-07-03 12:30:01.600', '2026-07-03 14:38:40.437', 1424, 81, '2026-07-03', 1, 4880, 10, '2E34VNPT,2E35 RIKKEI EDUCATION,RIKKEI EDUCATION 2E32', '2026-07-03 14:38:40.437');
|
||
INSERT INTO `student_sessions` VALUES (1030, '2026-07-03 12:30:42.942', '2026-07-03 13:03:10.350', 151, 156, '2026-07-03', 3, 1610, 150, 'Confident.R_5,Cooperate.R_5', '2026-07-03 13:03:10.350');
|
||
INSERT INTO `student_sessions` VALUES (1031, '2026-07-03 12:43:15.446', '2026-07-03 14:50:08.272', 1465, 142, '2026-07-03', 1, 6370, 0, '2E35 RIKKEI EDUCATION,2E34VNPT-5G', '2026-07-03 14:50:08.271');
|
||
INSERT INTO `student_sessions` VALUES (1032, '2026-07-03 12:49:52.350', '2026-07-03 13:27:11.084', 86, 48, '2026-07-03', 1, 2020, 10, 'Adaptation.R_5', '2026-07-03 13:27:11.083');
|
||
INSERT INTO `student_sessions` VALUES (1033, '2026-07-03 13:09:54.707', '2026-07-03 16:11:40.910', 91, 51, '2026-07-03', 1, 5490, 0, 'Rikkei Education 1,Adaptation.R_5', '2026-07-03 16:11:40.909');
|
||
INSERT INTO `student_sessions` VALUES (1034, '2026-07-03 13:11:05.185', '2026-07-03 16:11:37.827', 217, 51, '2026-07-03', 1, 5970, 30, 'RIKKEI EDU,Confident.R_5', '2026-07-03 16:11:37.827');
|
||
INSERT INTO `student_sessions` VALUES (1035, '2026-07-03 14:04:49.821', '2026-07-03 14:57:49.533', 1328, 81, '2026-07-03', 1, 3000, 0, '2E34VNPT-5G', '2026-07-03 14:57:49.533');
|
||
INSERT INTO `student_sessions` VALUES (1036, '2026-07-03 14:05:11.237', '2026-07-03 14:57:51.590', 1812, 81, '2026-07-03', 1, 2390, 0, '2E34VNPT-5G', '2026-07-03 14:57:51.590');
|
||
INSERT INTO `student_sessions` VALUES (1037, '2026-07-03 14:05:16.537', '2026-07-03 14:57:58.072', 1446, 81, '2026-07-03', 1, 11180, 0, '', '2026-07-03 14:57:58.072');
|
||
INSERT INTO `student_sessions` VALUES (1038, '2026-07-03 14:05:31.279', '2026-07-03 14:57:58.070', 1669, 79, '2026-07-03', 1, 3000, 0, '2E34VNPT-5G', '2026-07-03 14:57:58.070');
|
||
INSERT INTO `student_sessions` VALUES (1039, '2026-07-03 14:06:02.566', '2026-07-03 14:57:50.495', 1635, 81, '2026-07-03', 1, 2950, 0, '2E34VNPT-5G', '2026-07-03 14:57:50.494');
|
||
INSERT INTO `student_sessions` VALUES (1040, '2026-07-03 14:06:20.161', '2026-07-03 16:11:34.474', 1555, 81, '2026-07-03', 1, 7010, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:34.474');
|
||
INSERT INTO `student_sessions` VALUES (1041, '2026-07-03 14:06:25.214', '2026-07-03 14:57:57.443', 1331, 81, '2026-07-03', 1, 2900, 10, '2E34VNPT-5G', '2026-07-03 14:57:57.442');
|
||
INSERT INTO `student_sessions` VALUES (1042, '2026-07-03 14:07:11.989', '2026-07-03 14:57:55.663', 1432, 81, '2026-07-03', 1, 2900, 0, '2E34VNPT-5G', '2026-07-03 14:57:55.663');
|
||
INSERT INTO `student_sessions` VALUES (1043, '2026-07-03 14:07:21.163', '2026-07-03 14:57:51.140', 1466, 79, '2026-07-03', 1, 2410, 0, '2E34VNPT', '2026-07-03 14:57:51.138');
|
||
INSERT INTO `student_sessions` VALUES (1044, '2026-07-03 14:07:25.305', '2026-07-03 14:57:56.671', 1396, 79, '2026-07-03', 1, 2520, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:56.671');
|
||
INSERT INTO `student_sessions` VALUES (1045, '2026-07-03 14:07:44.765', '2026-07-03 14:57:50.100', 1513, 79, '2026-07-03', 1, 2440, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:50.099');
|
||
INSERT INTO `student_sessions` VALUES (1046, '2026-07-03 14:08:02.730', '2026-07-03 16:11:37.875', 1482, 81, '2026-07-03', 1, 7050, 30, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:37.875');
|
||
INSERT INTO `student_sessions` VALUES (1047, '2026-07-03 14:08:10.985', '2026-07-03 14:57:59.130', 1417, 81, '2026-07-03', 1, 2570, 0, '2E34VNPT-5G', '2026-07-03 14:57:59.130');
|
||
INSERT INTO `student_sessions` VALUES (1048, '2026-07-03 14:08:22.465', '2026-07-03 14:57:59.442', 1326, 79, '2026-07-03', 1, 2780, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:59.441');
|
||
INSERT INTO `student_sessions` VALUES (1049, '2026-07-03 14:08:50.911', '2026-07-03 16:10:37.150', 90, 51, '2026-07-03', 1, 6480, 0, 'Rikkei Education 1,Cooperate.R_24', '2026-07-03 16:10:37.150');
|
||
INSERT INTO `student_sessions` VALUES (1050, '2026-07-03 14:09:05.415', '2026-07-03 14:57:49.691', 1568, 79, '2026-07-03', 1, 2390, 20, '2E34VNPT', '2026-07-03 14:57:49.691');
|
||
INSERT INTO `student_sessions` VALUES (1051, '2026-07-03 14:09:08.283', '2026-07-03 14:57:54.438', 1595, 79, '2026-07-03', 1, 2790, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:54.438');
|
||
INSERT INTO `student_sessions` VALUES (1052, '2026-07-03 14:09:44.481', '2026-07-03 14:57:51.261', 1516, 79, '2026-07-03', 1, 2630, 0, '2E34VNPT-5G', '2026-07-03 14:57:51.260');
|
||
INSERT INTO `student_sessions` VALUES (1053, '2026-07-03 14:09:55.518', '2026-07-03 14:57:59.444', 1408, 79, '2026-07-03', 1, 2610, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:59.444');
|
||
INSERT INTO `student_sessions` VALUES (1054, '2026-07-03 14:10:17.312', '2026-07-03 16:11:41.769', 1540, 79, '2026-07-03', 1, 3000, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:41.769');
|
||
INSERT INTO `student_sessions` VALUES (1055, '2026-07-03 14:12:21.382', '2026-07-03 16:11:43.796', 677, 141, '2026-07-03', 1, 28990, 20, '', '2026-07-03 16:11:43.796');
|
||
INSERT INTO `student_sessions` VALUES (1056, '2026-07-03 14:12:34.895', '2026-07-03 14:57:56.164', 1456, 79, '2026-07-03', 1, 1930, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:56.164');
|
||
INSERT INTO `student_sessions` VALUES (1057, '2026-07-03 14:12:48.320', '2026-07-03 14:57:52.515', 1389, 81, '2026-07-03', 1, 2570, 0, '2E34VNPT', '2026-07-03 14:57:52.515');
|
||
INSERT INTO `student_sessions` VALUES (1058, '2026-07-03 14:12:51.633', '2026-07-03 16:11:05.120', 140, 51, '2026-07-03', 1, 3830, 10, 'Cooperate.R_5,Rikkei Education 1', '2026-07-03 16:11:05.120');
|
||
INSERT INTO `student_sessions` VALUES (1059, '2026-07-03 14:13:29.580', '2026-07-03 16:11:44.055', 1491, 72, '2026-07-03', 1, 6540, 10, 'PTIT_WIFI', '2026-07-03 16:11:44.055');
|
||
INSERT INTO `student_sessions` VALUES (1060, '2026-07-03 14:13:45.376', '2026-07-03 14:45:14.149', 1472, 79, '2026-07-03', 1, 1800, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 14:45:14.149');
|
||
INSERT INTO `student_sessions` VALUES (1061, '2026-07-03 14:13:46.399', '2026-07-03 16:11:38.244', 1492, 79, '2026-07-03', 1, 6650, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:38.244');
|
||
INSERT INTO `student_sessions` VALUES (1062, '2026-07-03 14:13:52.104', '2026-07-03 14:57:56.959', 1529, 79, '2026-07-03', 1, 2460, 0, '2E34VNPT-5G', '2026-07-03 14:57:56.958');
|
||
INSERT INTO `student_sessions` VALUES (1063, '2026-07-03 14:14:36.042', '2026-07-03 14:57:59.007', 1411, 79, '2026-07-03', 1, 2290, 140, 'RIKKEI EDUCATION 2E32,2E34VNPT-5G', '2026-07-03 14:57:59.007');
|
||
INSERT INTO `student_sessions` VALUES (1064, '2026-07-03 14:15:01.459', '2026-07-03 14:57:55.787', 1598, 79, '2026-07-03', 1, 2420, 650, 'PTIT.HCM_SV', '2026-07-03 14:57:55.787');
|
||
INSERT INTO `student_sessions` VALUES (1065, '2026-07-03 14:15:27.084', '2026-07-03 15:00:48.861', 1680, 72, '2026-07-03', 1, 2410, 160, 'rikkeieducation p805 5G', '2026-07-03 15:00:48.860');
|
||
INSERT INTO `student_sessions` VALUES (1066, '2026-07-03 14:15:28.988', '2026-07-03 14:25:05.714', 1521, 72, '2026-07-03', 1, 550, 0, 'rikkeieducation p805 5G', '2026-07-03 14:25:05.714');
|
||
INSERT INTO `student_sessions` VALUES (1067, '2026-07-03 14:16:18.943', '2026-07-03 15:14:54.062', 1447, 72, '2026-07-03', 1, 470, 10, 'PTIT_WIFI', '2026-07-03 15:14:54.061');
|
||
INSERT INTO `student_sessions` VALUES (1068, '2026-07-03 14:16:28.614', '2026-07-03 16:11:42.503', 248, 51, '2026-07-03', 1, 6350, 10, 'Cooperate.R_5', '2026-07-03 16:11:42.502');
|
||
INSERT INTO `student_sessions` VALUES (1069, '2026-07-03 14:16:46.106', '2026-07-03 16:07:44.009', 1617, 72, '2026-07-03', 1, 4220, 0, 'PTIT_WIFI', '2026-07-03 16:07:44.009');
|
||
INSERT INTO `student_sessions` VALUES (1070, '2026-07-03 14:16:51.267', '2026-07-03 16:11:37.904', 201, 51, '2026-07-03', 1, 6050, 140, 'RIKKEI EDU,Cooperate.R_5,Cooperate.R_24', '2026-07-03 16:11:37.904');
|
||
INSERT INTO `student_sessions` VALUES (1071, '2026-07-03 14:16:53.248', '2026-07-03 16:11:07.672', 109, 51, '2026-07-03', 1, 5870, 270, 'Confident.R_5,Cooperate.R_5,Confident.R_24', '2026-07-03 16:11:07.672');
|
||
INSERT INTO `student_sessions` VALUES (1072, '2026-07-03 14:16:55.011', '2026-07-03 16:04:10.316', 84, 51, '2026-07-03', 1, 5860, 0, 'Cooperate.R_5', '2026-07-03 16:04:10.315');
|
||
INSERT INTO `student_sessions` VALUES (1073, '2026-07-03 14:16:55.839', '2026-07-03 16:06:31.863', 146, 51, '2026-07-03', 1, 5900, 30, 'Cooperate.R_5', '2026-07-03 16:06:31.863');
|
||
INSERT INTO `student_sessions` VALUES (1074, '2026-07-03 14:16:59.506', '2026-07-03 14:57:58.266', 1479, 81, '2026-07-03', 1, 2320, 0, '2E34VNPT', '2026-07-03 14:57:58.266');
|
||
INSERT INTO `student_sessions` VALUES (1075, '2026-07-03 14:17:05.170', '2026-07-03 16:11:40.690', 1341, 81, '2026-07-03', 1, 6520, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:40.690');
|
||
INSERT INTO `student_sessions` VALUES (1076, '2026-07-03 14:17:10.581', '2026-07-03 16:05:21.151', 186, 51, '2026-07-03', 1, 5820, 10, 'Cooperate.R_5', '2026-07-03 16:05:21.151');
|
||
INSERT INTO `student_sessions` VALUES (1077, '2026-07-03 14:17:16.495', '2026-07-03 16:11:42.060', 276, 51, '2026-07-03', 1, 6130, 0, 'Adaptation.R_5,Cooperate.R_5', '2026-07-03 16:11:42.060');
|
||
INSERT INTO `student_sessions` VALUES (1078, '2026-07-03 14:17:37.613', '2026-07-03 16:08:28.090', 96, 51, '2026-07-03', 1, 23210, 200, '', '2026-07-03 16:08:28.090');
|
||
INSERT INTO `student_sessions` VALUES (1079, '2026-07-03 14:17:41.310', '2026-07-03 16:06:54.113', 163, 51, '2026-07-03', 1, 5730, 0, 'Cooperate.R_5', '2026-07-03 16:06:54.113');
|
||
INSERT INTO `student_sessions` VALUES (1080, '2026-07-03 14:17:45.984', '2026-07-03 16:10:07.004', 138, 51, '2026-07-03', 1, 5610, 240, 'Confident.R_5', '2026-07-03 16:10:07.004');
|
||
INSERT INTO `student_sessions` VALUES (1081, '2026-07-03 14:17:46.255', '2026-07-03 16:10:05.316', 190, 51, '2026-07-03', 1, 5660, 0, 'Cooperate.R_5', '2026-07-03 16:10:05.316');
|
||
INSERT INTO `student_sessions` VALUES (1082, '2026-07-03 14:17:52.923', '2026-07-03 14:56:12.329', 1288, 72, '2026-07-03', 1, 2200, 0, 'PTIT_WIFI', '2026-07-03 14:56:12.328');
|
||
INSERT INTO `student_sessions` VALUES (1083, '2026-07-03 14:17:56.164', '2026-07-03 16:11:38.149', 110, 51, '2026-07-03', 1, 5200, 250, 'Cooperate.R_5,Cooperate.R_24', '2026-07-03 16:11:38.149');
|
||
INSERT INTO `student_sessions` VALUES (1084, '2026-07-03 14:18:02.347', '2026-07-03 16:11:35.723', 1576, 81, '2026-07-03', 1, 6440, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:35.723');
|
||
INSERT INTO `student_sessions` VALUES (1085, '2026-07-03 14:18:13.998', '2026-07-03 14:56:54.061', 1775, 83, '2026-07-03', 1, 2220, 0, 'rikkeieducation p802 5G', '2026-07-03 14:56:54.061');
|
||
INSERT INTO `student_sessions` VALUES (1086, '2026-07-03 14:18:21.928', '2026-07-03 16:11:37.157', 179, 51, '2026-07-03', 1, 5890, 30, 'Confident.R_5,Cooperate.R_5', '2026-07-03 16:11:37.157');
|
||
INSERT INTO `student_sessions` VALUES (1087, '2026-07-03 14:18:24.871', '2026-07-03 16:11:39.417', 168, 51, '2026-07-03', 1, 6230, 0, 'Cooperate.R_5', '2026-07-03 16:11:39.416');
|
||
INSERT INTO `student_sessions` VALUES (1088, '2026-07-03 14:18:34.738', '2026-07-03 15:14:01.226', 1683, 72, '2026-07-03', 1, 3130, 10, 'rikkeieducation p802 5G', '2026-07-03 15:14:01.226');
|
||
INSERT INTO `student_sessions` VALUES (1089, '2026-07-03 14:18:35.017', '2026-07-03 16:11:41.195', 1522, 72, '2026-07-03', 1, 6520, 0, 'rikkeieducation p805 5G', '2026-07-03 16:11:41.194');
|
||
INSERT INTO `student_sessions` VALUES (1090, '2026-07-03 14:18:37.664', '2026-07-03 15:31:34.921', 1804, 83, '2026-07-03', 1, 4130, 10, 'rikkeieducation p802 5G', '2026-07-03 15:31:34.921');
|
||
INSERT INTO `student_sessions` VALUES (1091, '2026-07-03 14:18:38.463', '2026-07-03 16:09:30.034', 81, 42, '2026-07-03', 1, 5300, 50, 'Cooperate.R_5,Confident.R_5', '2026-07-03 16:09:30.034');
|
||
INSERT INTO `student_sessions` VALUES (1092, '2026-07-03 14:18:46.927', '2026-07-03 16:11:34.859', 1618, 72, '2026-07-03', 1, 6330, 40, 'rikkeieducation p805 5G', '2026-07-03 16:11:34.859');
|
||
INSERT INTO `student_sessions` VALUES (1093, '2026-07-03 14:18:51.272', '2026-07-03 14:42:03.573', 1648, 79, '2026-07-03', 1, 660, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 14:42:03.573');
|
||
INSERT INTO `student_sessions` VALUES (1094, '2026-07-03 14:18:54.006', '2026-07-03 16:11:37.511', 1603, 72, '2026-07-03', 1, 6370, 0, 'rikkeieducation p805 5G', '2026-07-03 16:11:37.511');
|
||
INSERT INTO `student_sessions` VALUES (1095, '2026-07-03 14:19:06.275', '2026-07-03 16:11:42.627', 898, 51, '2026-07-03', 1, 6370, 0, 'Rikkei Education 1', '2026-07-03 16:11:42.626');
|
||
INSERT INTO `student_sessions` VALUES (1096, '2026-07-03 14:19:21.227', '2026-07-03 16:11:35.662', 145, 51, '2026-07-03', 1, 5590, 10, 'Cooperate.R_5', '2026-07-03 16:11:35.662');
|
||
INSERT INTO `student_sessions` VALUES (1097, '2026-07-03 14:20:39.594', '2026-07-03 16:06:15.699', 1575, 81, '2026-07-03', 1, 5890, 20, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:06:15.696');
|
||
INSERT INTO `student_sessions` VALUES (1098, '2026-07-03 14:21:13.902', '2026-07-03 15:08:18.397', 1556, 81, '2026-07-03', 1, 2680, 0, 'RIKKEI EDUCATION 2E32', '2026-07-03 15:08:18.397');
|
||
INSERT INTO `student_sessions` VALUES (1099, '2026-07-03 14:21:36.067', '2026-07-03 16:11:37.217', 233, 51, '2026-07-03', 1, 5830, 60, 'Confident.R_5', '2026-07-03 16:11:37.217');
|
||
INSERT INTO `student_sessions` VALUES (1100, '2026-07-03 14:21:50.565', '2026-07-03 15:59:34.219', 144, 51, '2026-07-03', 1, 4940, 20, 'Cooperate.R_5', '2026-07-03 15:59:34.219');
|
||
INSERT INTO `student_sessions` VALUES (1101, '2026-07-03 14:22:06.546', '2026-07-03 15:35:43.304', 1632, 72, '2026-07-03', 1, 230, 0, 'rikkeieducation p805 5G', '2026-07-03 15:35:43.304');
|
||
INSERT INTO `student_sessions` VALUES (1102, '2026-07-03 14:22:41.729', '2026-07-03 16:11:36.520', 149, 51, '2026-07-03', 1, 5720, 110, 'Confident.R_5', '2026-07-03 16:11:36.520');
|
||
INSERT INTO `student_sessions` VALUES (1103, '2026-07-03 14:23:45.400', '2026-07-03 15:09:50.244', 1768, 83, '2026-07-03', 1, 2620, 0, 'rikkeieducation p802 5G', '2026-07-03 15:09:50.244');
|
||
INSERT INTO `student_sessions` VALUES (1104, '2026-07-03 14:23:48.256', '2026-07-03 14:42:05.231', 1426, 79, '2026-07-03', 1, 1020, 0, '2E34VNPT', '2026-07-03 14:42:05.231');
|
||
INSERT INTO `student_sessions` VALUES (1105, '2026-07-03 14:24:17.874', '2026-07-03 16:11:36.891', 266, 51, '2026-07-03', 1, 5700, 10, 'Confident.R_5', '2026-07-03 16:11:36.891');
|
||
INSERT INTO `student_sessions` VALUES (1106, '2026-07-03 14:24:51.499', '2026-07-03 16:11:35.675', 171, 51, '2026-07-03', 1, 5790, 0, 'Cooperate.R_5', '2026-07-03 16:11:35.675');
|
||
INSERT INTO `student_sessions` VALUES (1107, '2026-07-03 14:25:02.711', '2026-07-03 16:11:42.417', 265, 51, '2026-07-03', 1, 5510, 20, 'Confident.R_5,Cooperate.R_24', '2026-07-03 16:11:42.417');
|
||
INSERT INTO `student_sessions` VALUES (1108, '2026-07-03 14:25:33.849', '2026-07-03 14:31:59.436', 1416, 81, '2026-07-03', 1, 300, 0, '2E34VNPT-5G,2E35 RIKKEI EDUCATION', '2026-07-03 14:31:59.436');
|
||
INSERT INTO `student_sessions` VALUES (1109, '2026-07-03 14:25:34.216', '2026-07-03 14:57:53.475', 1423, 79, '2026-07-03', 1, 1380, 0, '2E34VNPT-5G', '2026-07-03 14:57:53.475');
|
||
INSERT INTO `student_sessions` VALUES (1110, '2026-07-03 14:25:38.385', '2026-07-03 16:06:43.084', 1476, 81, '2026-07-03', 1, 5750, 20, 'PTIT.HCM_SV', '2026-07-03 16:06:43.083');
|
||
INSERT INTO `student_sessions` VALUES (1111, '2026-07-03 14:26:01.668', '2026-07-03 14:26:12.685', 1667, 81, '2026-07-03', 1, 10, 10, '2E34VNPT', '2026-07-03 14:26:12.685');
|
||
INSERT INTO `student_sessions` VALUES (1112, '2026-07-03 14:26:48.646', '2026-07-03 14:57:56.689', 1488, 81, '2026-07-03', 1, 1810, 0, '2E34VNPT-5G', '2026-07-03 14:57:56.689');
|
||
INSERT INTO `student_sessions` VALUES (1113, '2026-07-03 14:27:21.112', '2026-07-03 16:11:42.047', 164, 51, '2026-07-03', 1, 5790, 30, 'RIKKEI EDU', '2026-07-03 16:11:42.047');
|
||
INSERT INTO `student_sessions` VALUES (1114, '2026-07-03 14:28:05.399', '2026-07-03 14:57:57.502', 1518, 81, '2026-07-03', 1, 1690, 130, '2E35 RIKKEI EDUCATION', '2026-07-03 14:57:57.502');
|
||
INSERT INTO `student_sessions` VALUES (1115, '2026-07-03 14:28:28.812', '2026-07-03 14:28:51.058', 253, 58, '2026-07-03', 1, 30, 60, 'rikkeieducation p801 5G', '2026-07-03 14:28:51.058');
|
||
INSERT INTO `student_sessions` VALUES (1116, '2026-07-03 14:28:54.726', '2026-07-03 15:28:33.087', 121, 73, '2026-07-03', 1, 1180, 0, 'PTIT_WIFI', '2026-07-03 15:28:33.087');
|
||
INSERT INTO `student_sessions` VALUES (1117, '2026-07-03 14:29:14.879', '2026-07-03 14:57:54.519', 1474, 79, '2026-07-03', 1, 560, 0, '2E34VNPT-5G,PTIT.HCM_SV', '2026-07-03 14:57:54.519');
|
||
INSERT INTO `student_sessions` VALUES (1118, '2026-07-03 14:29:50.224', '2026-07-03 16:03:22.187', 261, 51, '2026-07-03', 1, 5180, 0, 'Adaptation.R_5', '2026-07-03 16:03:22.187');
|
||
INSERT INTO `student_sessions` VALUES (1119, '2026-07-03 14:38:57.199', '2026-07-03 16:11:44.912', 1292, 79, '2026-07-03', 1, 21280, 310, '', '2026-07-03 16:11:44.912');
|
||
INSERT INTO `student_sessions` VALUES (1120, '2026-07-03 14:40:41.345', '2026-07-03 15:02:04.934', 1599, 72, '2026-07-03', 1, 730, 0, 'PTIT_WIFI', '2026-07-03 15:02:04.934');
|
||
INSERT INTO `student_sessions` VALUES (1121, '2026-07-03 14:42:11.762', '2026-07-03 16:11:35.109', 1663, 79, '2026-07-03', 1, 5060, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:35.108');
|
||
INSERT INTO `student_sessions` VALUES (1122, '2026-07-03 14:42:25.559', '2026-07-03 14:42:25.559', 1636, 81, '2026-07-03', 1, 0, 0, '', '2026-07-03 14:42:25.548');
|
||
INSERT INTO `student_sessions` VALUES (1123, '2026-07-03 14:44:56.632', '2026-07-03 16:11:06.863', 1666, 81, '2026-07-03', 1, 2350, 10, 'RIKKEI EDUCATION 2E32', '2026-07-03 16:11:06.863');
|
||
INSERT INTO `student_sessions` VALUES (1124, '2026-07-03 14:56:57.939', '2026-07-03 14:57:10.445', 1553, 72, '2026-07-03', 1, 20, 0, 'rikkeieducation p805 5G', '2026-07-03 14:57:10.445');
|
||
INSERT INTO `student_sessions` VALUES (1125, '2026-07-03 14:58:00.037', '2026-07-03 16:11:36.543', 1328, 142, '2026-07-03', 4, 1200, 0, '2E34VNPT-5G', '2026-07-03 16:11:36.543');
|
||
INSERT INTO `student_sessions` VALUES (1126, '2026-07-03 14:58:00.305', '2026-07-03 15:25:19.578', 1568, 142, '2026-07-03', 4, 960, 0, '2E34VNPT', '2026-07-03 15:25:19.578');
|
||
INSERT INTO `student_sessions` VALUES (1127, '2026-07-03 14:58:00.440', '2026-07-03 16:11:44.354', 1446, 142, '2026-07-03', 4, 15890, 20, '', '2026-07-03 16:11:44.353');
|
||
INSERT INTO `student_sessions` VALUES (1128, '2026-07-03 14:58:00.593', '2026-07-03 16:11:35.751', 1513, 142, '2026-07-03', 4, 4160, 20, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:35.751');
|
||
INSERT INTO `student_sessions` VALUES (1129, '2026-07-03 14:58:00.955', '2026-07-03 16:11:37.964', 1542, 142, '2026-07-03', 4, 4100, 20, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:37.964');
|
||
INSERT INTO `student_sessions` VALUES (1130, '2026-07-03 14:58:00.970', '2026-07-03 15:58:50.341', 1635, 142, '2026-07-03', 4, 3460, 0, '2E34VNPT-5G', '2026-07-03 15:58:50.340');
|
||
INSERT INTO `student_sessions` VALUES (1131, '2026-07-03 14:58:01.692', '2026-07-03 16:11:38.487', 1516, 142, '2026-07-03', 4, 4210, 0, '2E34VNPT-5G', '2026-07-03 16:11:38.487');
|
||
INSERT INTO `student_sessions` VALUES (1132, '2026-07-03 14:58:01.885', '2026-07-03 16:11:37.299', 1466, 142, '2026-07-03', 4, 4240, 0, '2E34VNPT', '2026-07-03 16:11:37.299');
|
||
INSERT INTO `student_sessions` VALUES (1133, '2026-07-03 14:58:02.113', '2026-07-03 16:11:39.394', 1812, 142, '2026-07-03', 4, 4130, 0, '2E34VNPT-5G', '2026-07-03 16:11:39.393');
|
||
INSERT INTO `student_sessions` VALUES (1134, '2026-07-03 14:58:02.955', '2026-07-03 16:11:35.059', 1389, 142, '2026-07-03', 4, 4190, 0, '2E34VNPT', '2026-07-03 16:11:35.058');
|
||
INSERT INTO `student_sessions` VALUES (1135, '2026-07-03 14:58:03.805', '2026-07-03 16:04:54.559', 1423, 142, '2026-07-03', 4, 3840, 0, '2E34VNPT-5G', '2026-07-03 16:04:54.559');
|
||
INSERT INTO `student_sessions` VALUES (1136, '2026-07-03 14:58:04.923', '2026-07-03 16:11:37.150', 1595, 142, '2026-07-03', 4, 4150, 20, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:37.150');
|
||
INSERT INTO `student_sessions` VALUES (1137, '2026-07-03 14:58:05.461', '2026-07-03 16:11:39.515', 1474, 142, '2026-07-03', 4, 4180, 10, 'PTIT.HCM_SV', '2026-07-03 16:11:39.515');
|
||
INSERT INTO `student_sessions` VALUES (1138, '2026-07-03 14:58:06.101', '2026-07-03 16:11:35.169', 1432, 142, '2026-07-03', 4, 4190, 10, '2E34VNPT-5G', '2026-07-03 16:11:35.168');
|
||
INSERT INTO `student_sessions` VALUES (1139, '2026-07-03 14:58:06.217', '2026-07-03 16:11:36.129', 1598, 142, '2026-07-03', 4, 3560, 10, 'PTIT.HCM_SV', '2026-07-03 16:11:36.128');
|
||
INSERT INTO `student_sessions` VALUES (1140, '2026-07-03 14:58:06.952', '2026-07-03 16:04:57.663', 1488, 142, '2026-07-03', 4, 3900, 0, '2E34VNPT-5G', '2026-07-03 16:04:57.663');
|
||
INSERT INTO `student_sessions` VALUES (1141, '2026-07-03 14:58:07.106', '2026-07-03 15:26:09.900', 1456, 142, '2026-07-03', 4, 1380, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 15:26:09.899');
|
||
INSERT INTO `student_sessions` VALUES (1142, '2026-07-03 14:58:07.195', '2026-07-03 16:11:41.993', 1396, 142, '2026-07-03', 4, 6530, 50, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:41.993');
|
||
INSERT INTO `student_sessions` VALUES (1143, '2026-07-03 14:58:07.959', '2026-07-03 16:11:40.883', 1331, 142, '2026-07-03', 4, 4160, 0, '2E34VNPT-5G', '2026-07-03 16:11:40.883');
|
||
INSERT INTO `student_sessions` VALUES (1144, '2026-07-03 14:58:07.989', '2026-07-03 16:11:37.427', 1518, 142, '2026-07-03', 4, 4150, 10, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:37.427');
|
||
INSERT INTO `student_sessions` VALUES (1145, '2026-07-03 14:58:08.226', '2026-07-03 16:11:44.368', 1529, 142, '2026-07-03', 4, 4110, 0, '2E34VNPT-5G', '2026-07-03 16:11:44.368');
|
||
INSERT INTO `student_sessions` VALUES (1146, '2026-07-03 14:58:08.511', '2026-07-03 16:11:45.071', 1652, 142, '2026-07-03', 4, 4220, 0, '2E34VNPT-5G', '2026-07-03 16:11:45.071');
|
||
INSERT INTO `student_sessions` VALUES (1147, '2026-07-03 14:58:08.532', '2026-07-03 16:11:34.694', 1669, 142, '2026-07-03', 4, 4140, 20, '2E34VNPT-5G', '2026-07-03 16:11:34.694');
|
||
INSERT INTO `student_sessions` VALUES (1148, '2026-07-03 14:58:08.758', '2026-07-03 16:11:43.403', 1479, 142, '2026-07-03', 4, 4170, 10, '2E34VNPT', '2026-07-03 16:11:43.402');
|
||
INSERT INTO `student_sessions` VALUES (1149, '2026-07-03 14:58:09.484', '2026-07-03 16:11:39.780', 1417, 142, '2026-07-03', 4, 4120, 0, '2E34VNPT-5G', '2026-07-03 16:11:39.780');
|
||
INSERT INTO `student_sessions` VALUES (1150, '2026-07-03 14:58:09.557', '2026-07-03 16:11:38.443', 1411, 142, '2026-07-03', 4, 4160, 0, '2E34VNPT-5G', '2026-07-03 16:11:38.443');
|
||
INSERT INTO `student_sessions` VALUES (1151, '2026-07-03 14:58:10.022', '2026-07-03 15:47:37.907', 1408, 142, '2026-07-03', 4, 2770, 30, '2E35 RIKKEI EDUCATION', '2026-07-03 15:47:37.906');
|
||
INSERT INTO `student_sessions` VALUES (1152, '2026-07-03 14:58:10.240', '2026-07-03 16:11:39.748', 1326, 142, '2026-07-03', 4, 3590, 20, '2E35 RIKKEI EDUCATION', '2026-07-03 16:11:39.748');
|
||
INSERT INTO `student_sessions` VALUES (1153, '2026-07-03 15:00:13.635', '2026-07-03 16:11:44.616', 1426, 142, '2026-07-03', 4, 3630, 0, '2E34VNPT', '2026-07-03 16:11:44.616');
|
||
INSERT INTO `student_sessions` VALUES (1154, '2026-07-03 15:02:58.475', '2026-07-03 15:03:19.643', 1465, 142, '2026-07-03', 4, 30, 0, '2E34VNPT-5G', '2026-07-03 15:03:19.643');
|
||
INSERT INTO `student_sessions` VALUES (1155, '2026-07-03 15:06:47.435', '2026-07-03 15:08:02.481', 1643, 142, '2026-07-03', 4, 80, 0, '2E35 RIKKEI EDUCATION', '2026-07-03 15:08:02.480');
|
||
INSERT INTO `student_sessions` VALUES (1156, '2026-07-03 15:11:46.515', '2026-07-03 15:38:19.220', 1301, 72, '2026-07-03', 1, 1510, 0, 'rikkeieducation p802 5G', '2026-07-03 15:38:19.216');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for students
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `students`;
|
||
CREATE TABLE `students` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`rk_id` bigint NOT NULL,
|
||
`student_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`full_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`phone` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`date_of_birth` datetime(3) NULL DEFAULT NULL,
|
||
`gender` bigint NULL DEFAULT NULL,
|
||
`status` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`location` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`system_id` bigint NULL DEFAULT NULL,
|
||
`system_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
`avatar` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_students_rk_id`(`rk_id` ASC) USING BTREE,
|
||
INDEX `idx_students_student_code`(`student_code` ASC) USING BTREE,
|
||
INDEX `idx_students_full_name`(`full_name` ASC) USING BTREE,
|
||
INDEX `idx_students_email`(`email` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 15607 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of students
|
||
-- ----------------------------
|
||
INSERT INTO `students` VALUES (1, '2026-07-01 08:06:03.059', '2026-07-02 15:10:26.755', 2254, 'TSU K01 - 159', 'Nguyễn Văn Trung', NULL, 'gen9.0525@gmail.com', '1990-05-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774258133393_a8347e43-3709-4b9d-b090-2d3ef3e6d0a0.webp');
|
||
INSERT INTO `students` VALUES (2, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2791, 'BRSE - NI - 19', 'Cao Thị vân Trang', NULL, 'nguyenhoanganh09110505@gmail.com', '1993-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2790, 'BRSE - NI - 18', 'Lê Thị Duyên', NULL, 'hoaianna3911@gmail.com', '1989-01-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782275651098_00b98cf3-7235-4dd2-ae38-3b55f3d9a661.webp');
|
||
INSERT INTO `students` VALUES (4, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2788, 'BRSE - NI - 16', 'Nguyễn Ngọc Đoan', NULL, 'nguyenngocdoan96tb@gmail.com', '1996-02-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (5, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2789, 'BRSE - NI - 17', 'Nguyễn Hà Dương', NULL, 'duong.nguyenytt@gmail.com', '1994-03-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782370340974_96e9f77f-a7bc-4e54-b7f7-db818865fffd.webp');
|
||
INSERT INTO `students` VALUES (6, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2786, 'BRSE - NI - 14', 'Vũ Thị Như Ý', NULL, 'vunhuy3110@gmail.com', '1994-09-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (7, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2787, 'BRSE - NI - 15', 'Tăng Minh Luân', NULL, 'tml17101995@gmail.com', '1995-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (8, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2683, 'BrSE NI - 11', 'Phan Hoàng Mộng Vy', '0985104056', 'pvy4867@gmail.com', '1991-05-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (9, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2795, 'BRSE - NI - 22', 'Nguyễn Đình Quyết', NULL, 'maptiensinh05021997@gmail.com', '1997-05-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (10, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2794, 'BRSE - NI - 21', 'Nguyễn Thái Sơn', NULL, 'kimlasat1998@gmail.com', '1997-05-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782209725958_600e5ca2-b78c-476f-9d09-5dc2c1e800ec.webp');
|
||
INSERT INTO `students` VALUES (11, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2796, 'BRSE - NI - 23', 'Phạm Thị Tuyết Dung', NULL, 'luckylampham1986@gmail.com', '1985-04-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (12, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2793, 'BRSE - NI - 20', 'Nguyễn Đỗ Hải Ly', NULL, 'nguyendohaily@gmail.com', '1997-10-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (13, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2799, 'BrSE NI - 25', 'Phạm Thị Diễm Thúy ', '0384423538', 'level262728@yahoo.co.jp', '1985-04-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (14, '2026-07-01 08:06:03.308', '2026-07-02 15:10:27.205', 2801, 'BrSE NI - 26', 'Phan Hiếu Đễ', '0774889961', 'hieudephan1903@gmail.com', '2002-03-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (15, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2779, 'BA - 45', 'Nguyễn Ngọc Hà', NULL, 'ngochaf2001@gmail.com', '2001-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (16, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2777, 'BA - 43', 'Tô Thị Thắm', NULL, 'totham2k4@gmail.com', '2004-04-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (17, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2776, 'BA - 42', 'Hoàng Lê Uyên Phương', NULL, 'katiekim3012@gmail.com', '2002-04-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (18, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2775, 'BA - 41', 'Bùi Nam Dương', NULL, 'duongbn1811@gmail.com', '2006-11-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (19, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2773, 'BA - 39', 'Tô Mai Hương', NULL, 'tomaihuong2002@gmail.com', '2002-02-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782216946286_c7214ea5-b794-4740-9754-6666b06f10e7.webp');
|
||
INSERT INTO `students` VALUES (20, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2769, 'BA - 35', 'Nguyễn Thị Thúy', NULL, 'txd314159@gmail.com', '2006-06-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (21, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2774, 'BA - 40', 'Nguyễn Thị Hồng', NULL, 'nguyenthihong26052001@gmail.com', '2001-05-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (22, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2768, 'BA - 34', 'Trần Thị Huyền Trang', NULL, 'huynchang124@gmail.com', '2006-01-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782203724129_59be8f4c-40c8-4e0d-a77c-19c3f4f00077.webp');
|
||
INSERT INTO `students` VALUES (23, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2767, 'BA - 33', 'Lê Minh Thư', NULL, 'thule160104@gmail.com', '2004-01-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (24, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2766, 'BA - 32', 'Lương Minh Trang', NULL, 'luongmtrang19@gmail.com', '1994-10-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (25, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2765, 'BA - 31', 'Nguyễn Thị Mỹ Uyên', NULL, 'ntmuyen2412@gmail.com', '2003-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (26, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2764, 'BA - 30', 'Nguyễn Thị Xướng', NULL, 'xuongnt.rt@gmail.com', '1995-09-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (27, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2763, 'BA - 29', 'Dương Khởi Nguyên', NULL, 'Nd5807809@gmail.com', '2006-01-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (28, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2771, 'BA - 37', 'Lý Thừa Thông', NULL, 'lythuathong@gmail.com', '1998-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (29, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2770, 'BA - 36', 'Khổng Thị Huyền Mến', NULL, 'huyenmen912007@gmail.com', '2007-09-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (30, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2761, 'BA - 27', 'Nguyễn Minh Trang', NULL, 'minh.trang1426@gmail.com', '2006-12-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (31, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2772, 'BA - 38', 'Phạm Thị Tuyết Nhi', NULL, 'nhiphamtt611@gmail.com', '2001-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (32, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2762, 'BA - 28', 'Đặng Thị Huyền Trang', NULL, 'huyentrang20252002@gmail.com', '2002-04-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (33, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2784, 'BA - 46', 'Đinh Thị Ngọc Thủy', '0868494457', 'dinhngocthuy121126@gmail.com', '2006-11-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (34, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2792, 'BA - 47', 'Nguyễn Thị Thanh Xuân', '0384093036', 'xuannguyen8606@gmail.com', '2006-06-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (35, '2026-07-01 08:06:03.518', '2026-07-02 15:10:27.422', 2797, 'BA - 48', 'Nguyễn Trần Hồng Sơn', '0908974324', 'hongson894@gmail.com', '1997-09-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (36, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2737, 'DA - 289', 'Đặng Thị Lý', NULL, 'dangthily07102007@gmail.com', '2007-07-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (37, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2736, 'DA - 288', 'Lê Ngọc Trâm', NULL, 'lntram2002@gmail.com', '2002-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (38, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2735, 'DA - 287', 'Phạm Minh Đức', NULL, 'minhducs358@gmail.com', '2005-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (39, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2728, 'DA - 280', 'Nguyễn Hoàng Phúc', NULL, 'hoaqphuc2707@gmail.com', '2000-07-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (40, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2727, 'DA - 279', 'Trần Văn Hiếu', NULL, 'vanhieu300301@gmail.com', '2001-03-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (41, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2726, 'DA - 278', 'Vũ Hoàng Kim', NULL, 'kimvu751@gmail.com', '2004-06-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (42, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2739, 'DA - 291', 'Khuất Trung Lương', NULL, 'khuatluongkk25@gmail.com', '2006-10-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782132395997_dc0328d6-c1e4-4078-9587-eca942e79a22.webp');
|
||
INSERT INTO `students` VALUES (43, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2729, 'DA - 281', 'Đồng Thị Huyền', NULL, 'dongthihuyen16022006@gmail.com', '2006-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (44, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2733, 'DA - 285', 'Phùng Văn Hiếu', NULL, 'vanhieu0273@gmail.com', '2003-02-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (45, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2738, 'DA - 290', 'Nguyễn Phương Nam', NULL, 'phuongnam.ket@gmail.com', '2002-04-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (46, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2731, 'DA - 283', 'Vũ Thùy Dương', NULL, 'k63.2411110070@ftu.edu.vn', '2006-02-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (47, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2730, 'DA - 282', 'Hoàng Thị Ngọc Trâm', NULL, 'TRAM86431@GMAIL.COM', '2000-04-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (48, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2724, 'DA - 276', 'Trần Quốc Đạt', NULL, 'kentran220605@gmail.com', '2005-04-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781507687645_c564dec1-a85d-49f1-a191-14e6f06dd6dd.webp');
|
||
INSERT INTO `students` VALUES (49, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2723, 'DA - 275', 'Phạm Đăng Huy', NULL, 'k63.2411410065@ftu.edu.vn', '2006-10-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781167888071_4fedd041-5a70-4283-9b36-723a9b451c77.webp');
|
||
INSERT INTO `students` VALUES (50, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2732, 'DA - 284', 'Hoàng Chí Hiếu', NULL, 'Hoanghieund16@gmail.com', '2004-02-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (51, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2719, 'DA - 271', 'Phạm Thị Xuân Phượng', NULL, 'andrenaphuong@gmail.com', '1990-10-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (52, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2734, 'DA - 286', 'Trần Thị Khánh Ly', NULL, 'lytran.170194@gmail.com', '1994-01-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (53, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2725, 'DA - 277', 'Phạm Tùng Sơn', NULL, 'phamtungson1009@gmail.com', '1995-10-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (54, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2722, 'DA - 274', 'Đỗ Trần Mỹ Linh', NULL, 'linhmprol7@gmail.com', '2026-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (55, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2721, 'DA - 273', 'Trần Thị Như Quỳnh', NULL, 'tranthinhuquynh21104@gmail.com', '2004-01-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (56, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2720, 'DA - 272', 'Võ Nguyễn Thành Luân', NULL, 'vonguyenthanhluan1711@gmail.com', '2002-11-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (57, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2748, 'DA - 300', 'Nguyễn Thị Hải', NULL, 'dailythuebp@gmail.com', '1993-06-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (58, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2745, 'DA - 297', 'Trần Quế Anh', NULL, 'queanh295@gmail.com', '1990-05-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (59, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2746, 'DA - 298', 'Nguyễn Đình Việt', NULL, 'vietdinh120506@gmail.com', '2006-12-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (60, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2747, 'DA - 299', 'Nguyễn Thị Mỹ Ngọc', NULL, 'nguyenngocz08899@gmail.com', '2006-03-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (61, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2743, 'DA - 295', 'Nguyễn Quốc Khánh', NULL, 'khanhnguyenquoc0105@gmail.com', '2003-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (62, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2744, 'DA - 296', 'Bùi Hải Thu', NULL, 'buihaithu23@gmail.com', '2005-07-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (63, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2741, 'DA - 293', 'Nguyễn Minh Thông', NULL, 'mydadmymom6@gmail.com', '2008-09-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (64, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2742, 'DA - 294', 'Lê Hải Anh', NULL, 'haianh21@gmail.com', '1985-03-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (65, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2740, 'DA - 292', 'Nguyễn Thị Hà Giang', NULL, 'hagiangnt.work@gmail.com', '2006-04-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (66, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2754, 'DA - 306', 'Nguyễn Mạnh Cường', NULL, 'nguyenmanhcuongg2710202@gmail.com', '2002-10-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (67, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2752, 'DA - 304', 'Lương Thị Thanh Huyền', NULL, 'huyenltt.vnm@gmail.com', '1999-06-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (68, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2753, 'DA - 305', 'Nguyễn Ngọc Hằng', NULL, 'nguyenhang03112004@gmail.com', '2004-03-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (69, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2750, 'DA - 302', 'Lê Hồng Minh', NULL, 'studioushaylieee369@gmail.com', '2008-06-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (70, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2751, 'DA - 303', 'Vũ Thị Hồng Giang', NULL, 'vuthihonggiang1342004@gmail.com', '2004-04-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (71, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2749, 'DA - 301', 'Trần Nhật Duy', NULL, 'duytrannhat93@gmail.com', '1993-11-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (72, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2760, 'DA - 311', 'Nguyễn Nữ Mỹ Hà', NULL, 'ha.nguyennumyha@htu.edu.vn', '1988-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (73, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2758, 'DA - 309', 'Đinh Đức Mạnh', NULL, 'manhdinh1501@gmail.com', '2003-01-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (74, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2759, 'DA - 310', 'Bùi Mạnh Cường', NULL, 'cbuiwork1@gmail.com', '2004-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (75, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2757, 'DA - 308', 'Bùi Đức Cường', NULL, 'cdbui1992@gmail.com', '1992-03-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (76, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2781, 'DA - 313', 'Dương Thị Vân', NULL, 'Vanduong.dtv2212@gmail.com', '1998-12-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (77, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2782, 'DA - 314', 'Nguyễn Thị Hoàng Lan', NULL, 'lnguyen@adb.org', '1974-12-11 08:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (78, '2026-07-01 08:06:04.018', '2026-07-02 15:10:27.769', 2783, 'DA - 315', 'Võ Thị Hương Thảo', NULL, 'vththaogla@gmail.com', '1994-08-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (79, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2699, 'JS - 20', 'Hoàng Văn Anh', NULL, 'nguyenthidinh652@gmail.com', '2004-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (80, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2713, 'JS - 34', 'Đàm Thận Long Vũ', NULL, 'damlongvu0701@gmail.com', '2005-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781012682606_5036cce5-d3d1-4ad4-a575-ebe0e316b0b0.webp');
|
||
INSERT INTO `students` VALUES (81, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2714, 'JS - 35', 'Đỗ Văn Minh', NULL, 'minhdo080920@gmail.com', '2000-09-08 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781014023216_f859b7cf-08f5-407e-8d27-dd43b5d232e4.webp');
|
||
INSERT INTO `students` VALUES (82, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2711, 'JS - 32', 'Trần Vũ Hoàng', NULL, 'vuhoangtran88@gmail.com', '2004-10-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780849855519_1f9f1fba-a565-4eb5-9c66-e484fd0db0b0.webp');
|
||
INSERT INTO `students` VALUES (83, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2712, 'JS - 33', 'Vũ Văn Gia Long', NULL, 'vuvangialong02@gmail.com', '2005-06-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (84, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2710, 'JS - 31', 'Trần Vũ', NULL, 'vicenvu@gmail.com', '1994-02-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781004518618_5d8abc8f-1a39-41b2-a96a-5e93f40f9748.webp');
|
||
INSERT INTO `students` VALUES (85, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2707, 'JS - 28', 'Nguyễn Thị Lan', NULL, 'lanvinh280212@gmail.com', '2004-02-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781080358076_a0fd2cf9-c0c6-4005-9139-80aa38c21f6a.webp');
|
||
INSERT INTO `students` VALUES (86, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2708, 'JS - 29', 'Trần Gia Linh', NULL, 'gialinh2572002@gmail.com', '2002-07-25 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (87, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2709, 'JS - 30', 'Trần Nam Dương', NULL, 'damchua2411@gmail.com', '2001-11-24 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (88, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2706, 'JS - 27', 'Nguyễn Ngọc Minh', NULL, 'ngocminh.nguyen0508@gmail.com', '2006-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (89, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2705, 'JS - 26', 'Nguyễn Lê Ái Hương', NULL, 'aihuong.des@gmail.com', '2005-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (90, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2704, 'JS - 25', 'Nguyễn Huy Bình', NULL, 'nguyenhuybinh270709@gmail.com', '2009-07-27 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782473731079_ae266435-0db2-41ba-9335-fb4fd18900eb.webp');
|
||
INSERT INTO `students` VALUES (91, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2703, 'JS - 24', 'Nguyễn Hoàng Minh', NULL, 'maxminh716@gmail.com', '2004-03-14 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (92, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2702, 'JS - 23', 'Nguyễn Duy Sơn', NULL, 'uchihason5@gmail.com', '2005-04-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780820611552_2af2dfab-126e-446e-9d83-6d679aaab425.webp');
|
||
INSERT INTO `students` VALUES (93, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2701, 'JS - 22', 'Lâm Minh Hòa', NULL, 'Lamminhhoa0903@gmail.com', '2005-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (94, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2700, 'JS - 21', 'Lâm Minh Hiệp', NULL, 'lamminhhiep05@gmail.com', '2005-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (95, '2026-07-01 08:06:04.210', '2026-07-02 15:10:27.971', 2715, 'JS - 36', 'Dương Thái Hoàng Nghĩa ', '0866536867', 'nghiaduong121@gmail.com', '2002-08-30 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (96, '2026-07-01 08:06:04.368', '2026-07-02 15:10:28.117', 2423, 'JB IOC - 161', 'Nguyễn Thế Vinh', NULL, 'ngthevinhvjp@gmail.com', '2004-04-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (97, '2026-07-01 08:06:04.368', '2026-07-02 15:10:28.117', 2717, 'JB IOC - 193', 'Nguyễn Phú Tài', '0399474938', 'phutainguyen2542003@gmail.com', '2003-04-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (98, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2680, 'DA - 228', 'Trần Huỳnh Tố Uyên', NULL, 'tranhuynhtouyen08@gmail.com', '2004-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (99, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2679, 'DA - 237', 'Tô Khánh Linh', NULL, 'Khanhlinhto1791@gmail.com', '2001-09-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (100, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2677, 'DA - 235', 'Vũ Thị Xinh', NULL, 'vuxinh2104@gmail.com', '2000-04-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (101, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2676, 'DA - 234', 'Phạm Thị Nga Mỹ', NULL, 'myphamthinga@gmail.com', '1987-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (102, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2675, 'DA - 233', 'Dương Thanh Nhật', NULL, 'duongthanhnhat456@gmail.com', '2007-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (103, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2674, 'DA - 232', 'Lê Hoàng Anh', NULL, 'hoang22anh02@gmail.com', '2007-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (104, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2673, 'DA - 231', 'Lê Thị Bích', NULL, 'bichbhxhhanoi@gmail.com', '1986-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (105, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2672, 'DA - 230', 'Bùi Thị Thanh Nhàn', NULL, 'buithanhnhan18122005@gmail.com', '2005-08-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780153462729_b3ed59a8-4b94-4239-b490-1c19bfefb7aa.webp');
|
||
INSERT INTO `students` VALUES (106, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2671, 'DA - 229', 'Phạm Tùng Dương', NULL, 'phamtungduong0102@gmail.com', '2005-09-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (107, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2670, 'DA - 227', 'Nguyễn Quang Đức', NULL, 'ducnq2004@gmail.com', '2004-11-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (108, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2669, 'DA - 226', 'Đào Thị Hà Linh', NULL, 'daothihalinh2701@gmail.com', '2004-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (109, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2668, 'DA - 225', 'Nguyễn Hồng Liễu', NULL, 'Lieunh.ybi@gmail.com', '2005-08-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (110, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2667, 'DA - 224', 'Tống Thị Khánh Linh', NULL, 'khanhlinh771@gmail.com', '1998-08-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (111, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2666, 'DA - 223', 'Đào Tuấn Anh', NULL, 'tuananhmisstype@gmail.com', '2006-10-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (112, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2665, 'DA - 222', 'Nguyễn Thị My', NULL, 'nguyenthimy12a5@gmail.com', '2001-07-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (113, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2664, 'DA - 221', 'Đặng Thị Như Ngọc', NULL, 'nhungocdang93@gmail.com', '1993-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (114, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2663, 'DA - 220', 'Nguyễn Phạm Huyền Trân', NULL, 'trannguyen101203@gmail.com', '2003-10-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (115, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2662, 'DA - 219', 'Nguyễn Nhật Quang', NULL, 'quangnhat2106@gmail.com', '2000-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (116, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2660, 'DA - 217', 'Lê Thị Thu Hiên', NULL, 'lethithuhien249@gmail.com', '1989-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (117, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2659, 'DA - 216', 'Vũ Thị Ngọc Loan', NULL, 'ngocloanct@gmail.com', '1988-03-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (118, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2658, 'DA - 215', 'Nguyễn Thu Uyên', NULL, 'thuuyen16092000@gmail.com', '2000-09-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (119, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2657, 'DA - 214', 'Trần Thị Xuân Mai', NULL, 'tran.txuanmaii@gmail.com', '2005-08-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (120, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2656, 'DA - 213', 'Phạm Đức Ngọc', NULL, 'phamducngoc15@gmail.com', '2004-05-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (121, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2661, 'DA - 218', 'Đinh Thị Khánh Chi', NULL, 'dinhthikhanhchi231207@gmail.com', '2007-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (122, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2655, 'DA - 212', 'Vũ Đức Hiếu', NULL, 'Vuduchieu.poly@gmail.com', '1991-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (123, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2653, 'DA - 210', 'Bùi Diệu Linh', NULL, 'buidieulinh0311@gmail.com', '2003-03-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (124, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2654, 'DA - 211', 'Hoàng Minh Lộc', NULL, 'hoangminhloc13102006@gmail.com', '2006-10-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (125, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2168, 'DA - 81', 'Tô Thị Quỳnh Trang', NULL, 'totrang381998@gmail.com', '1998-03-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (126, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2687, 'DA - 242', 'Nguyễn Huỳnh Hà Phương', NULL, 'phuongnhh04@gmail.com', '2004-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (127, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2685, 'DA - 240', 'Nguyễn Mai Chi', NULL, 'ngmaichi1428@gmail.com', '2005-10-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (128, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2686, 'DA - 241', 'Dương Diệu Hằng', NULL, 'orimaxhotelnv@gmail.com', '2002-01-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (129, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2684, 'DA - 239', 'Hoàng Dương Minh Anh', NULL, 'minhanh.bge@gmail.com', '2003-04-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (130, '2026-07-01 08:06:04.650', '2026-07-02 15:10:28.402', 2691, 'DA - 244', 'Nguyễn Thị Bảo Trân', NULL, 'nguyenthibaotran05082002@gmail.com', '2002-05-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (131, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1557, 'N25DTCN004', 'Cao Hoàng Bách', '0931859051', 'bachcaoryan@gmail.com', '2007-06-05 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781756124867_cd0084f2-5de8-40bd-ac01-c63aa1b6c89a.webp');
|
||
INSERT INTO `students` VALUES (132, '2026-07-01 08:06:04.918', '2026-07-03 16:11:43.398', 1479, 'N25DTCN037', 'Hoàng Minh Nghĩa', '0794188170', 'minhnghia35k7@gmail.com', '2007-05-29 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1ab9eb1c-ab34-4174-8cb5-a50e7cab5ef7.jpg');
|
||
INSERT INTO `students` VALUES (133, '2026-07-01 08:06:04.918', '2026-07-03 16:06:43.079', 1476, 'N25DTCN109', 'Hoàng Minh Quân', '0385140630', 'quanhoagn@gmail.com', '2007-10-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/37630231-2eea-4085-9e0d-43eb52530ffd.png');
|
||
INSERT INTO `students` VALUES (134, '2026-07-01 08:06:04.918', '2026-07-03 16:11:40.686', 1341, 'N25DTCN107', 'Lê Quang Phúc', '0903987284', 'tonysama355@gmail.com', '2007-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (135, '2026-07-01 08:06:04.918', '2026-07-03 16:11:37.961', 1542, 'N25DTCN001', 'Lê Đức Anh 6', '0368778007', 'lducanh2707@gmail.com', '2007-08-08 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e78fd4e8-906f-4291-8eca-110839266b68.jpg');
|
||
INSERT INTO `students` VALUES (136, '2026-07-01 08:06:04.918', '2026-07-03 16:11:35.163', 1432, 'N25DTCN045', 'Lương Hoàng Phúc', '0336461779', 'gta271007@gmail.com', '2007-10-27 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2b115ca2-13db-4516-8c43-b0880fd25079.png');
|
||
INSERT INTO `students` VALUES (137, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1583, 'N25DTCN046', 'Nguyễn Hoàng Quân 3', '0961784269', 'quanlunxds@gmail.com', '2007-09-07 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (138, '2026-07-01 08:06:04.918', '2026-07-03 14:26:12.680', 1667, 'N25DTCN121', 'Nguyễn Ngọc Gia Bảo 2', '0834252612', 'baon51727@gmail.com', '2007-03-25 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (139, '2026-07-01 08:06:04.918', '2026-07-03 16:11:35.053', 1389, 'N25DTCN029', 'Nguyễn Ngọc Khang', '0703555138', 'nguyenngockhang11207@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/74a78659-4ea4-4336-9aa5-f004ebd2fdc1.jpg');
|
||
INSERT INTO `students` VALUES (140, '2026-07-01 08:06:04.918', '2026-07-03 16:11:06.858', 1666, 'N25DTCN143', 'Nguyễn Phương Vy', '0908150107', 'phuonvy1501@gmail.com', '2007-01-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776753090030_ab374f5d-f15b-47a9-a10b-8578b55605f0.webp');
|
||
INSERT INTO `students` VALUES (141, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1668, 'N25DTCN149', 'Nguyễn Thành Phúc Nguyên', '0777022250', 'nguyen16122007@gmail.com', '2007-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/77b9f214-cb25-4b5f-91b6-384bdd9994e5.jpeg');
|
||
INSERT INTO `students` VALUES (142, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1470, 'N25DTCN028', 'Nguyễn Trọng Khang', '0563123076', 'trongkhangnguyen153@gmail.com', '2007-11-14 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fd9bb14c-3d87-4f0c-8885-d8b199cef2da.png');
|
||
INSERT INTO `students` VALUES (143, '2026-07-01 08:06:04.918', '2026-07-03 14:42:25.455', 1636, 'N25DTCN132', 'Nguyễn Trọng Nhân 6', '0398469577', 'nhanchaffe@gmail.com', '2007-05-04 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a70b8fd2-cf34-4254-9389-6e2961a311cc.jpeg');
|
||
INSERT INTO `students` VALUES (144, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1661, 'N25DTCN144', 'Nguyễn Tuấn Khang 2', '0356807078', 'ntk31707@gmail.com', '2007-07-31 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (145, '2026-07-01 08:06:04.918', '2026-07-03 09:02:05.076', 1572, 'N25dtcn054', 'Nguyễn Vĩnh Thành', '0915673310', 'nguyenvinhky31072001@gmail.com', '2007-05-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (146, '2026-07-01 08:06:04.918', '2026-07-03 16:11:39.361', 1812, 'N25DTCN147', 'Nguyễn Đăng Khoa', '0907081979', 'dkhoi0209@gmail.com', '2007-01-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/31ee138f-61ec-47d2-9a81-c88e907fec8f.jfif');
|
||
INSERT INTO `students` VALUES (147, '2026-07-01 08:06:04.918', '2026-07-03 16:11:35.718', 1576, 'N25DTCN076', 'Ngô Quốc Anh 2', '0961305007', 'quocanh.04.007@gmail.com', '2007-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/750093b1-760d-4066-a5ac-223e650c6e70.png');
|
||
INSERT INTO `students` VALUES (148, '2026-07-01 08:06:04.918', '2026-07-03 15:58:50.337', 1635, 'N25DTCN089', 'Phan Gia Hiển', '0794297775', 'giahjenpro@gmail.com', '2007-05-12 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780379425137_aac4dee1-c01d-49d4-a0e0-1dd9154dda20.webp');
|
||
INSERT INTO `students` VALUES (149, '2026-07-01 08:06:04.918', '2026-07-03 15:08:18.392', 1556, 'N25DTCN070', 'Phùng Thanh Tùng 2', '0379929044', 'thanhtungphung43@gmail.com', '2007-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778478726272_83e3a691-a5e6-44ec-840d-a117c59ca27a.webp');
|
||
INSERT INTO `students` VALUES (150, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1597, 'N25DTCN110', 'Phạm Minh Tài', '0865085078', 'phamminhtai110@gmail.com', '2007-03-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9d38a4fa-3ed0-4437-ac23-3920356bfe99.jpg');
|
||
INSERT INTO `students` VALUES (151, '2026-07-01 08:06:04.918', '2026-07-03 16:11:44.349', 1446, 'N25DTCN065', 'Triệu Tấn Tú', '0862782300', 'trieutu2k7@gmail.com', '2007-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778747583072_b99e0647-d29d-4ccf-a270-2a0d61a2977a.webp');
|
||
INSERT INTO `students` VALUES (152, '2026-07-01 08:06:04.918', '2026-07-03 16:11:40.877', 1331, 'N25DTCN084', 'Trương Anh Duy', '0765093825', 'truongduy2357@gmail.com', '2006-04-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e2f12e11-f26d-43b7-91a6-12009be43617.jpg');
|
||
INSERT INTO `students` VALUES (153, '2026-07-01 08:06:04.918', '2026-07-03 16:11:36.534', 1328, 'N25DTCN034', 'Trần Tuấn Minh', '0901452585', 'cheetahtuanminh@gmail.com', '2007-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778747633225_070cebad-0bb5-4553-8ff5-55a1cd315306.webp');
|
||
INSERT INTO `students` VALUES (154, '2026-07-01 08:06:04.918', '2026-07-03 09:01:09.610', 1483, 'N25DTCN096', 'Trần Văn Gia Khang', '0859935725', 'tranvangiakhang@gmail.com', '2007-05-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (155, '2026-07-01 08:06:04.918', '2026-07-03 16:04:57.658', 1488, 'N25DTCN083', 'Từ Nhân Đức', '0842782007', 'tunhanduc2007@gmail.com', '2007-07-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (156, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1584, 'N25DTCN094', 'Võ Nhật Huy', '0795618499', 'vonhathuy200977@gmail.com', '2007-09-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780556598123_ad63c234-28e8-4004-941f-c3d352ee7e70.webp');
|
||
INSERT INTO `students` VALUES (157, '2026-07-01 08:06:04.918', '2026-07-03 16:11:37.871', 1482, 'N25DTCN105', 'Vũ Hoàng Nhiệm', '0343280742', 'Vunhiemok@gmail.com', '2007-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (158, '2026-07-01 08:06:04.918', '2026-07-03 15:08:02.477', 1643, 'N25DTCN136', 'Vũ Hữu Tài', '0398345913', 'vuhuutai2007@gmail.com', '2007-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780982445382_09dad42f-1fca-4907-a87b-fae8fdaa04de.webp');
|
||
INSERT INTO `students` VALUES (159, '2026-07-01 08:06:04.918', '2026-07-03 16:11:34.403', 1555, 'N25DTCN117', 'Đoàn Thị Minh Anh', '0868046016', 'anhdoan20071908@gmail.com', '2007-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/bbaba8d6-552f-4b58-a645-cb7f08b1d652.jpg');
|
||
INSERT INTO `students` VALUES (160, '2026-07-01 08:06:04.918', '2026-07-03 16:11:39.776', 1417, 'N25DTCN072', 'Đàm Viết Ưng', '0338075082', 'vietungdam@gmail.com', '2007-05-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a89554a4-9a61-4cc6-8437-3855aa223849.jpg');
|
||
INSERT INTO `students` VALUES (161, '2026-07-01 08:06:04.918', '2026-07-03 16:11:37.423', 1518, 'N25DTCN003', 'Đào Trần Công Anh', '0384965248', 'aquaman23560@gmail.com', '2007-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781756160268_05d6212e-3441-4473-906b-258592c6f438.webp');
|
||
INSERT INTO `students` VALUES (162, '2026-07-01 08:06:04.918', '2026-07-03 16:06:15.680', 1575, 'N25DTCN091', 'Đồng Văn Tiến Hưng', '0799474186', 'dongvantienhung456@gmail.com', '2007-01-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781760048799_051e200e-aad3-4e79-ad19-de24068881a4.webp');
|
||
INSERT INTO `students` VALUES (163, '2026-07-01 08:06:04.918', '2026-07-02 15:10:54.666', 1458, 'N25DTCN074', 'Đỗ Quang Vĩ', '0798986296', 'skynet0989@gmail.com', '2007-03-12 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778832233273_9fbc0753-ac39-459b-b1bc-8d74489aeeb1.webp');
|
||
INSERT INTO `students` VALUES (164, '2026-07-01 08:06:05.258', '2026-07-02 15:10:56.055', 1282, '1282', 'Bùi Gia Anh', '0924444464', 'buigiaanh490@gmail.com', '2007-05-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777949249738_e50ca571-3a4d-43f5-bcd2-5fe8eb04fb2a.webp');
|
||
INSERT INTO `students` VALUES (165, '2026-07-01 08:06:05.258', '2026-07-03 13:50:52.802', 1563, 'N25DTCN020', 'Bùi Minh Hiếu', '0342933295', 'hacowibu@gmail.com', '2007-01-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779812252100_22af7a55-26dc-4e7c-ad12-6aadd32e133c.webp');
|
||
INSERT INTO `students` VALUES (166, '2026-07-01 08:06:05.258', '2026-07-03 13:46:54.634', 1629, 'N25DTCN012', 'Bùi Minh Đức 2', '0392071251', 'mduc04717@gmail.com', '2007-05-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e2925000-a527-4b48-867e-67b92c229572.jpg');
|
||
INSERT INTO `students` VALUES (167, '2026-07-01 08:06:05.258', '2026-07-03 13:51:35.733', 1467, 'N25DTCN092', 'Dương Gia Hưng', '0865449405', 'duonghung5637@gmail.com', '2007-04-12 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/cf9898f5-5a96-4b9c-ab12-dc5b13b8148c.jpg');
|
||
INSERT INTO `students` VALUES (168, '2026-07-01 08:06:05.258', '2026-07-03 16:11:42.629', 1600, 'N25DTCN108', 'Hoàng Mai Phương', '0918175841', 'hoangmaiphuongtin@gmail.com', '2007-12-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2d2419b6-41bb-450b-a2b1-81eb177f438d.jpg');
|
||
INSERT INTO `students` VALUES (169, '2026-07-01 08:06:05.258', '2026-07-03 14:09:40.580', 1565, 'N25DTCN112', 'Hà Ngọc Hoàng Tân', '0842495269', 'taaha11042007@gmail.com', '2007-04-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/60207758-4b43-4c7e-ac90-13b7437a0dfa.jpeg');
|
||
INSERT INTO `students` VALUES (170, '2026-07-01 08:06:05.258', '2026-07-03 13:56:17.299', 1573, '1573', 'Hứa Xuân Thiên', '0379690212', 'huathien23102006@gmail.com', '2007-12-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c815661a-e440-4893-8718-24e411520355.jpeg');
|
||
INSERT INTO `students` VALUES (171, '2026-07-01 08:06:05.258', '2026-07-03 14:41:58.207', 1406, 'N25DTCN007', 'Lâm Nhựt Hải Đăng', '0348622727', 'kyuu449977@gmail.com', '2007-08-26 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b2da37b2-20a1-44be-bf79-b450e1c1dcc5.jpg');
|
||
INSERT INTO `students` VALUES (172, '2026-07-01 08:06:05.258', '2026-07-03 14:02:50.170', 1352, 'N25DTCN039', 'Lê Hải Nguyên', '0344508110', 'lehainguyen876@gmail.com', '2007-05-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d2874c69-adbe-4432-9391-a52c1277767b.png');
|
||
INSERT INTO `students` VALUES (173, '2026-07-01 08:06:05.258', '2026-07-03 13:59:22.874', 1508, 'N25DTCN015', 'Lê Thanh Hải', '0984847093', 'lethanhhaidzvcl@gmail.com', '2007-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (174, '2026-07-01 08:06:05.258', '2026-07-03 16:11:44.050', 1624, 'N25DTCN018', 'Lê Trung Hiếu 4', '0338903901', 'warmdevofficial@gmail.com', '2007-05-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/b962954b-5a9e-431e-9786-d080621fa77c.jpg');
|
||
INSERT INTO `students` VALUES (175, '2026-07-01 08:06:05.258', '2026-07-03 15:21:45.651', 1350, 'N25DTCN026', 'Lương Hoàng Huy', '0792249378', 'lhuy28260@gmail.com', '2000-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e1e82b77-bd8c-4407-877d-4e9babf8359f.jpg');
|
||
INSERT INTO `students` VALUES (176, '2026-07-01 08:06:05.258', '2026-07-03 16:11:38.348', 1662, 'N25DTCN138', 'Nguyễn Hoàng Thành', '0972783948', 'nguyenhoangggh@gmail.com', '2007-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (177, '2026-07-01 08:06:05.258', '2026-07-03 14:38:40.433', 1424, 'N25DTCN024', 'Nguyễn Khánh Hưng', '0917451842', 'nkh22042007@gmail.com', '2007-04-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7c4099e4-72e8-4cbb-a831-1c1c5120acaa.jpeg');
|
||
INSERT INTO `students` VALUES (178, '2026-07-01 08:06:05.258', '2026-07-03 14:09:54.971', 1533, 'N25DTCN014', 'Nguyễn Khắc Duy 2', '0373234155', 'duynguyenkhac0373@gmail.com', '2007-12-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (179, '2026-07-01 08:06:05.258', '2026-07-03 14:41:54.176', 1455, 'N25DTCN082', 'Nguyễn Phát Đạt', '0763840737', 'phatdatggg@gmail.com', '2007-11-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5b459bff-27ad-41f5-88ec-f79b1999919c.jpg');
|
||
INSERT INTO `students` VALUES (180, '2026-07-01 08:06:05.258', '2026-07-03 14:04:28.978', 1418, 'N25DTCN053', 'Nguyễn Quốc Thắng', '0364478107', 'tn0914534@gmail.com', '2007-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (181, '2026-07-01 08:06:05.258', '2026-07-03 14:05:20.734', 1550, 'N25DTCN078', 'Nguyễn Thiên Bảo', '0939894319', 'ntb8378@gmail.com', '2007-10-07 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778805625337_34366233-dd04-4085-baa1-40588ea3ab32.webp');
|
||
INSERT INTO `students` VALUES (182, '2026-07-01 08:06:05.258', '2026-07-03 13:58:50.682', 1520, 'N25DTCN051', 'Nguyễn Thành Tài', '0387157191', 'nguyenthanhtai311007@gmail.com', '2007-10-31 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779191450552_18cad1d6-f3c0-483a-841c-80e69cf19058.webp');
|
||
INSERT INTO `students` VALUES (183, '2026-07-01 08:06:05.258', '2026-07-03 16:11:36.954', 1409, 'N25dtcn016', 'Nguyễn Võ Gia Hân', '0384417544', 'nguyenvogiahan73@gmail.com', '2007-06-19 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/953d71d1-09b5-4ed7-86c4-a457903bc736.jpg');
|
||
INSERT INTO `students` VALUES (184, '2026-07-01 08:06:05.258', '2026-07-03 13:54:01.407', 1621, 'N25DTCN126', 'Nguyễn Văn Hoàn', '0935962810', 'nguyenhoan18042007@gmail.com', '2007-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777863434435_d25de852-fc6f-437e-b719-4c19acd3053e.webp');
|
||
INSERT INTO `students` VALUES (185, '2026-07-01 08:06:05.258', '2026-07-03 15:03:19.638', 1465, 'N25DTCN114', 'Nguyễn Văn Minh Tín', '0929421607', 'nguyenvanminhtin2007@gmail.com', '2007-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777967068855_28f080a0-0351-4edc-a73a-efea09faf0e1.webp');
|
||
INSERT INTO `students` VALUES (186, '2026-07-01 08:06:05.258', '2026-07-03 16:11:45.066', 1652, 'N25DTCN135', 'Nguyễn Văn Quân 2', '0397958807', 'qn67170@gmail.com', '2007-04-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (187, '2026-07-01 08:06:05.258', '2026-07-03 13:51:17.492', 1656, '1656', 'Ngô Thiên Thạch', '0378407176', 'ngo67775@gmail.com', '2007-01-16 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (188, '2026-07-01 08:06:05.258', '2026-07-03 16:11:43.614', 1395, 'N25DTCN049', 'Phan Hoàng Sơn', '0943314731', 'sonhoang000888@gmail.com', '2007-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6763e7d3-6fdb-49e1-aab0-94f5aa521cc6.jpg');
|
||
INSERT INTO `students` VALUES (189, '2026-07-01 08:06:05.258', '2026-07-03 14:00:59.399', 1626, 'N25DTCN139', 'Phạm Việt Thành 2', '0939222365', 'pham.vietthanh11062007@gmail.com', '2007-11-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (190, '2026-07-01 08:06:05.258', '2026-07-03 14:45:30.539', 1546, 'N25DTCN059', 'Phạm Đình Thương', '0337940369', 'dinhthuong979@gmail.com', '2007-09-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/683861f8-9e42-481f-8634-eadc3a8bdd56.jpg');
|
||
INSERT INTO `students` VALUES (191, '2026-07-01 08:06:05.258', '2026-07-02 15:10:56.055', 1660, '1660hai', 'Trương Định Hải', '0917518135', 'haideptrai034@gmail.com', '2007-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/233d0fe0-6349-4ecd-8362-12559712a4a5.jpeg');
|
||
INSERT INTO `students` VALUES (192, '2026-07-01 08:06:05.258', '2026-07-03 14:01:36.254', 1658, 'N25DTCN131', 'Trần Hoàng Nguyên', '0362857767', 'trannguyenhoang2007@gmail.com', '2007-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ecc36de2-215a-49bb-81e5-3bf09a27f72a.JPG');
|
||
INSERT INTO `students` VALUES (193, '2026-07-01 08:06:05.258', '2026-07-03 14:01:46.944', 1471, 'N25DTCN129', 'Trần Văn Khiêm', '0947432788', 'tranvankhien0307@gmail.com', '2007-03-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/d4ad7352-1914-4b83-a00e-51b30150edf0.jpg');
|
||
INSERT INTO `students` VALUES (194, '2026-07-01 08:06:05.258', '2026-07-03 14:04:37.083', 1532, 'N25DTCN102', 'Trần Đức Ngọc', '0869718209', 'tranducngoc171717@gmail.com', '2007-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777862383285_6fa65c8d-8474-4d9a-8e22-5fe0c56b784a.webp');
|
||
INSERT INTO `students` VALUES (195, '2026-07-01 08:06:05.258', '2026-07-03 14:07:08.619', 1392, 'N25DTCN097', 'Tăng Duy Khánh', '0868539212', 'khanhtang450@gmail.com', '2007-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b4a84e99-218d-470d-b703-d3138562b831.png');
|
||
INSERT INTO `students` VALUES (196, '2026-07-01 08:06:05.258', '2026-07-03 14:05:43.029', 1627, '1627', 'Tăng Mạnh Khang', '0382339223', 'ankhangbc.2021@gmail.com', '2007-11-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c8fec508-f96d-4e1d-a616-9aedc1283dc7.JPG');
|
||
INSERT INTO `students` VALUES (197, '2026-07-01 08:06:05.258', '2026-07-03 15:21:52.967', 1489, 'N25DTCN010', 'Võ Thanh Điền', '0397597904', 'thanhdien071207@gmail.com', '2007-12-07 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/a8bce5a3-c179-4b4b-b768-0900bc50d1b9.jpg');
|
||
INSERT INTO `students` VALUES (198, '2026-07-01 08:06:05.258', '2026-07-03 11:11:26.371', 1405, 'N25DTCN017', 'Đinh Quang Hào', '0363044482', 'fshi0206@gmail.com', '2007-03-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (199, '2026-07-01 08:06:05.258', '2026-07-03 13:51:26.875', 1480, 'N25DTCN113', 'Đặng Đức Tín', '0373356260', 'dtyn13579@gmail.com', '2007-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/73e3820e-a3e2-454c-9abd-4bee078c1d02.jpg');
|
||
INSERT INTO `students` VALUES (200, '2026-07-01 08:06:05.258', '2026-07-03 13:57:26.882', 591, 'PTIT-HCM-013', 'Hồ Quốc Khải', '0963147932', 'khaiho6040@gmail.com', '2006-04-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776409462856_8afb8cff-e602-4a22-a32c-b5a16e93f16e.webp');
|
||
INSERT INTO `students` VALUES (201, '2026-07-01 08:06:05.258', '2026-07-02 15:11:01.204', 616, 'PTIT-HCM-038', 'Phan Trung Kiên', '0814780306', 'phantrungkien2006@gmail.com', '2006-11-09 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781510451374_be253ebf-7a68-443d-82d2-4687e85a0573.webp');
|
||
INSERT INTO `students` VALUES (202, '2026-07-01 08:06:05.572', '2026-07-03 13:44:36.446', 1468, 'N25DTCN099', 'Bạch Chí Lân', '0843224848', 'quindethuong@gmail.com', '2007-03-31 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778114137390_d9f4224c-3266-40a5-ac5b-9122bbd36969.webp');
|
||
INSERT INTO `students` VALUES (203, '2026-07-01 08:06:05.572', '2026-07-03 09:03:37.472', 587, 'PTIT-HCM-009', 'Hoàng Công Dũng', '0862240506', 'hoangcongdung2006@gmail.com', '2006-05-24 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1783037519599_685f0361-90f3-407b-8f7b-a35085f1e54f.webp');
|
||
INSERT INTO `students` VALUES (204, '2026-07-01 08:06:05.572', '2026-07-03 13:39:13.788', 1319, 'N25DTCN008', 'Huỳnh Công Danh', '0898944933', 'danhc7620@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/786c5248-cfcf-4f73-a675-8570db84c1ff.jpg');
|
||
INSERT INTO `students` VALUES (205, '2026-07-01 08:06:05.572', '2026-07-03 16:01:23.954', 1357, 'N25DTCN006', 'Huỳnh Hồ Nhĩ Đan', '0357634961', 'huynhhonhidan@gmail.com', '2007-10-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/34b9bbc9-9822-4a07-b604-c6e1f5d0b11b.jpeg');
|
||
INSERT INTO `students` VALUES (206, '2026-07-01 08:06:05.572', '2026-07-02 15:10:55.180', 1517, 'N25DTCN036', 'Hồ Hữu Hoài Nam', '0944412275', 'hoainamho146@gmail.com', '2007-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3a8b2bba-84b3-4559-8da5-60fdb047a4bd.jpeg');
|
||
INSERT INTO `students` VALUES (207, '2026-07-01 08:06:05.572', '2026-07-03 13:41:38.872', 1442, 'N25DTCN086', 'Hồ Quang Duy', '0933748769', 'quangduybin2007@gmail.com', '2007-09-04 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (208, '2026-07-01 08:06:05.572', '2026-07-03 13:53:27.776', 1586, 'N25DTCN095', 'Lã Duy Khang', '0931268446', 'laduykhang776353@gmail.com', '2007-01-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778032177756_a8f69feb-695c-4c4a-9bdc-7910d7f7a25e.webp');
|
||
INSERT INTO `students` VALUES (209, '2026-07-01 08:06:05.572', '2026-07-03 12:12:07.111', 1353, 'N25DTCN085', 'Lê Phúc Duy', '0918818421', 'Leefusdii5@gmail.com', '2007-07-05 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (210, '2026-07-01 08:06:05.572', '2026-07-03 16:11:37.204', 1337, 'N25DTCN100', 'Lê Phước Lộc', '0375646013', 'lephuocloc00z12@gmail.com', '2007-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778142516436_148778e9-ddfe-457e-93fd-2a68cac85e34.webp');
|
||
INSERT INTO `students` VALUES (211, '2026-07-01 08:06:05.572', '2026-07-03 16:11:37.951', 1496, 'N25DTCN002', 'Lê Tuấn Anh 4', '0327177021', 'tuananhbigboi@gmail.com', '2007-11-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/cda5beef-d249-4781-bc8f-44f33372fa3a.jpeg');
|
||
INSERT INTO `students` VALUES (212, '2026-07-01 08:06:05.572', '2026-07-03 13:49:31.510', 1457, 'N25DTCN009', 'Nguyễn Duy Đạt', '0908444937', 'datllkk456@gmail.com', '2007-01-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/3d90e8d9-cdcb-48d3-b600-516b1d5d559d.jpg');
|
||
INSERT INTO `students` VALUES (213, '2026-07-01 08:06:05.572', '2026-07-03 13:46:20.808', 1590, 'N25DTCN093', 'Nguyễn Hoàng Đức Huy', '0846633069', 'Huycanxak7@gmail.com', '2007-12-19 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779155388731_b2686efb-150e-4b21-9b32-27b85bb3381f.webp');
|
||
INSERT INTO `students` VALUES (214, '2026-07-01 08:06:05.572', '2026-07-03 11:12:20.928', 1497, 'N25DTCN081', 'Nguyễn Kim Thành Đạt', '0865761314', 'datkim2222@gmail.com', '2007-12-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/bc77fae7-1e10-4749-967b-f6ddfbb13076.jpg');
|
||
INSERT INTO `students` VALUES (215, '2026-07-01 08:06:05.572', '2026-07-03 13:29:42.012', 1655, 'N25DTCN141', 'Nguyễn Minh Thức', '0366093401', 'nmthuc2007@gmail.com', '2007-01-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775637536956_065578b7-976f-43db-a76c-9f450b862a0e.webp');
|
||
INSERT INTO `students` VALUES (216, '2026-07-01 08:06:05.572', '2026-07-03 16:11:41.963', 1558, 'N25DTCN064', 'Nguyễn Minh Trung', '0346512063', 'ft.trung0902@gmail.com', '2007-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778769902855_20864e97-c9e5-40b5-be44-3e2320663eb2.webp');
|
||
INSERT INTO `students` VALUES (217, '2026-07-01 08:06:05.572', '2026-07-03 16:11:39.049', 1356, 'N25DTCN115', 'Nguyễn Minh Tuấn', '0917129156', 'nguyenminhtuan26127@gmail.com', '2007-01-26 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/21aceb60-00e0-4b9c-bd9a-115f1f5060ed.jpeg');
|
||
INSERT INTO `students` VALUES (218, '2026-07-01 08:06:05.572', '2026-07-02 15:10:55.180', 1303, 'N25DTCN052', 'Nguyễn Thiện Tân', '0909532204', 'tannguyen28092007@gmail.com', '2007-09-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4f894af6-1184-4530-b1ca-69ff734cebba.jpg');
|
||
INSERT INTO `students` VALUES (219, '2026-07-01 08:06:05.572', '2026-07-03 13:35:38.835', 1339, 'N25DTCN088', 'Nguyễn Thị Thu Hiền 2', '0397124546', 'nguyentth0909@gmail.com', '2007-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (220, '2026-07-01 08:06:05.572', '2026-07-03 13:51:56.777', 1484, 'N25DTCN066', 'Nguyễn Vân Trường', '0973708491', 'nguyenvantruong130627@gmail.com', '2007-06-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778805660709_84403422-bd4b-4c45-af8b-799087ae63e6.webp');
|
||
INSERT INTO `students` VALUES (221, '2026-07-01 08:06:05.572', '2026-07-02 15:10:55.180', 1634, '1634', 'Nguyễn Văn Hoàng', '0981254369', 'cungbietbuon@gmail.com', '2007-09-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778025842422_a4637109-8ade-487c-8ad4-832073a4f420.webp');
|
||
INSERT INTO `students` VALUES (222, '2026-07-01 08:06:05.572', '2026-07-03 16:11:37.220', 1460, 'N25DTCN120', 'Nguyễn Đức Huy 2', '0788537572', 'huyrvt21102007@gmail.com', '2007-10-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (223, '2026-07-01 08:06:05.572', '2026-07-03 14:42:11.934', 1654, 'N25DTCN128', 'Nguyễn Đức Huy 4', '0948154810', 'Huydaobang098@gmail.com', '2007-10-12 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780040500325_fc8a88d0-6f51-4a73-b913-94eb37e2c746.webp');
|
||
INSERT INTO `students` VALUES (224, '2026-07-01 08:06:05.572', '2026-07-03 13:42:51.435', 1691, '1691', 'Phạm Ngọc Quỳnh Như', '0934768670', 'mina03239@gmail.com', '2007-11-21 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8026af03-b16d-4d65-85c0-52a378bbe849.jpeg');
|
||
INSERT INTO `students` VALUES (225, '2026-07-01 08:06:05.572', '2026-07-03 16:08:12.972', 1333, 'N25DTCN077', 'Phạm Quốc Anh', '0356533190', 'phamquocanha5k02@gmail.com', '2007-06-23 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775541704300_c9239cf4-44cd-40b8-86bc-f57dfffdc8ac.webp');
|
||
INSERT INTO `students` VALUES (226, '2026-07-01 08:06:05.572', '2026-07-03 10:45:22.343', 1443, 'N25DTCN005', 'Phạm Thanh Đài', '0395497903', 'phamthanhdai12345@gmail.com', '2007-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (227, '2026-07-01 08:06:05.572', '2026-07-03 13:52:42.444', 1659, 'N25DTCN130', 'Trần Hiếu Nghĩa', '0912045013', 'mcl541ngogiatu@gmail.com', '2007-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779069227676_c3e13901-29b3-456f-88b7-dbb4f66e0eb5.webp');
|
||
INSERT INTO `students` VALUES (228, '2026-07-01 08:06:05.572', '2026-07-03 14:35:38.515', 1385, 'N25DTCN075', 'Trần Nguyễn Quốc Việt', '0777742422', 'vietq984@gmail.com', '2007-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/9221bc72-e263-403f-af86-3815184ad3b1.jpg');
|
||
INSERT INTO `students` VALUES (229, '2026-07-01 08:06:05.572', '2026-07-03 14:03:55.733', 1665, 'N25DTCN124', 'Trần Đình Đạt', '0981362806', 'ddattran2810@gmail.com', '2007-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (230, '2026-07-01 08:06:05.572', '2026-07-03 13:44:55.548', 1571, 'N25DTCN047', 'Trịnh Thị Hồng Quyên', '0981455133', 'hongquyen2007.bh@gmail.com', '2007-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (231, '2026-07-01 08:06:05.572', '2026-07-03 16:11:39.797', 1475, 'N25DTCN106', 'Tạ Ngọc Phúc', '0386059697', 'phucdihoc133@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781860487670_98cb92cb-1ead-4c75-a899-7a0488616a13.webp');
|
||
INSERT INTO `students` VALUES (232, '2026-07-01 08:06:05.572', '2026-07-03 13:42:34.343', 1620, 'N25DTCN123', 'Đặng Thành Đạt 2', '0942091379', 'dangthanhdat1508@gmail.com', '2007-08-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/bf97e804-6c3e-41dd-997a-05263d6b98e8.jpg');
|
||
INSERT INTO `students` VALUES (233, '2026-07-01 08:06:05.572', '2026-07-03 07:15:25.262', 1631, '1631', 'Đặng Trần Anh Khoa', '0888866647', 'khoaa3093@gmail.com', '2007-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (234, '2026-07-01 08:06:05.572', '2026-07-02 15:11:10.218', 644, 'PTIT-HCM-066', 'Đỗ Hoàng Sơn', '0363946040', 'sonlazack123456@gmail.com', '2006-10-28 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777940195191_9519bcdc-de98-45e3-a301-a1605f83c216.webp');
|
||
INSERT INTO `students` VALUES (235, '2026-07-01 08:06:05.572', '2026-07-03 13:35:58.153', 1448, 'N25DTCN061', 'Đỗ Minh Tiến', '0945916079', 'cudm2001@gmail.com', '2007-03-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776069759990_a68bb241-a337-4c3c-a931-5cbcc661d3ce.webp');
|
||
INSERT INTO `students` VALUES (236, '2026-07-01 08:06:05.572', '2026-07-03 13:49:13.694', 1459, 'N25DTCN080', 'Đỗ Minh Đặng', '0378605639', 'dangdo090507@gmail.com', '2007-05-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775541659049_b3ee6b47-ce45-4014-998d-8d9f9afb1bec.webp');
|
||
INSERT INTO `students` VALUES (237, '2026-07-01 08:06:05.572', '2026-07-03 13:46:54.122', 1477, 'N25DTCN111', 'Đỗ Xuân Tân', '0941564612', 'doxuantan1999a0@gmail.com', '2007-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/c01ee048-1791-4327-9561-36a7c3ba2991.jpg');
|
||
INSERT INTO `students` VALUES (238, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 1054, 'BRSE NI - 08', 'Bùi Thanh Phương', '0397770857', 'buithanhphuong337@gmail.com', '1999-11-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (239, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2651, 'BRSE NI - 09', 'Lê Châu Công Quyền', NULL, 'congquyen0408@gmail.com', '1994-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779849050658_c48302db-7a9f-413c-a82a-727f8a3a4b97.webp');
|
||
INSERT INTO `students` VALUES (240, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2650, 'BRSE NI - 07', 'Ngô Thị Minh Quyên', NULL, 'ngominhquyen1309@gmail.com', '1990-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781050462123_3d7d0e70-67e6-4b0c-bae7-9c11cd25b313.webp');
|
||
INSERT INTO `students` VALUES (241, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2648, 'BRSE NI - 05', 'Nguyễn Tiến Đạt', NULL, 'nguyendat203.work@gmail.com', '2003-08-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (242, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2649, 'BRSE NI - 06', 'Cấn Thị Ly', NULL, 'canly13126@gmail.com', '2006-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (243, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2647, 'BRSE NI - 04', 'Đỗ Thị Hoài Thu', NULL, 'akithaihuy@gmail.com', '1981-12-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (244, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2645, 'BRSE NI - 02', 'Dương Ngọc Thắng', NULL, 'mazino9x@gmail.com', '1994-04-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (245, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2646, 'BRSE NI - 03', 'Đới Anh Minh', NULL, 'yaephaixephang1505@gmail.com', '2001-05-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (246, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2681, 'BrSE NI - 01', 'Lương Đức Tuấn ', '0966032745', 'ductuan0112@gmail.com', '1994-10-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782037634367_e08e92b2-6bec-4054-b505-cae61d55ea24.webp');
|
||
INSERT INTO `students` VALUES (247, '2026-07-01 08:06:05.785', '2026-07-02 15:10:29.812', 2688, 'BRSE - NI - 12', 'Trần Thị Bích Thảo', '0933921512', 'tranthibichthao1731996@gmail.com', '1996-03-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (248, '2026-07-01 08:06:05.993', '2026-07-02 15:10:29.986', 2235, 'JB IOC - 133', 'Đỗ Trung Quân', '0902170359', 'quantrungdo198@gmail.com', '2004-08-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (249, '2026-07-01 08:06:05.993', '2026-07-02 15:10:29.986', 2576, 'JB IOC - 185', 'Bùi Trọng Nghĩa', '0325096602', 'btnghia25@gmail.com', '2005-09-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (250, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1321, 'B25DTCN217', 'Vũ Quang Việt', '0833402617', 'ruqiong.ruqiong@gmail.com', '2007-05-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (251, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1440, 'B25DTCN280', 'Vũ Nhất Thống', '0826410807', 'vunhatthong10122007@gmail.com', '2007-12-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (252, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1310, 'B25DTCN267', 'Đỗ Việt Anh', '0342675903', 'vietanh282007@gmail.com', '2007-08-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (253, '2026-07-01 08:06:06.413', '2026-07-03 09:02:55.871', 1592, 'B25DTCN183', 'Nguyễn Bảo Khanh', '0373173064', 'khanhbaonguyen76@gmail.com', '2007-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d7695cf2-4908-4a48-a424-dcfc9d480852.jpeg');
|
||
INSERT INTO `students` VALUES (254, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1360, 'B25DTCN085', 'Lê Đức Duy 2', '0782240201', 'leducduy.899@gmail.com', '2001-02-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776041601171_8bf8d725-e126-42ed-afad-cd8773449329.webp');
|
||
INSERT INTO `students` VALUES (255, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1285, 'B25DTCN124', 'Hoàng Văn Sơn', '0876162678', 'hoangvanson2552@gmail.com', '2005-04-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7f48761b-be66-496f-a79c-50cb1f2e3770.jpg');
|
||
INSERT INTO `students` VALUES (256, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1494, 'B2SDTCN222', 'Phạm Quốc Anh 2', '0325138896', 'quocanhchamhoc2007@gmail.com', '2007-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c5a4dbda-0226-4eee-9c0e-ba45c2f24652.jpeg');
|
||
INSERT INTO `students` VALUES (257, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1351, 'D25TXCN09-B', 'Trần Huy Đạt', '0392691728', 'huydatmcvn123@gmail.com', '2007-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782346061164_1438ce36-e790-45e4-8f38-6b17db9fe5f4.webp');
|
||
INSERT INTO `students` VALUES (258, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1298, 'PTIT - K25 - 01', 'Trần Thành Đạt', '0329577175', 'dat64584@gmail.com', '2007-10-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (259, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1601, 'B25DTCN226', 'Lưu Mạnh Cường', '0961990389', 'thuynga2335@gmail.com', '2007-11-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (260, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1679, ' B25DTCN298', 'Phạm Văn Thái', '0941908588', 'pvthai105@gmail.com', '2007-06-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781664344671_72e7a6cd-fa46-4543-9507-91ab9d835a8a.webp');
|
||
INSERT INTO `students` VALUES (261, '2026-07-01 08:06:06.413', '2026-07-03 06:49:24.697', 1681, ' B25DTCN316', 'Hoàng Anh Vũ', '0967008045', 'hoangvu2007hg@gmail.com', '2007-05-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/539ab242-c7f5-4867-a114-0ed8c2cbb1a8.jpg');
|
||
INSERT INTO `students` VALUES (262, '2026-07-01 08:06:06.413', '2026-07-03 07:33:18.685', 1364, 'B25DTCN073', 'Hà Minh Diệu', '0356826058', 'haminhdieu336@gmail.com', '2007-03-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/69debb9b-0174-42d4-b4d9-d075af9db063.jpg');
|
||
INSERT INTO `students` VALUES (263, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1309, 'B25DTCN160', 'Nguyễn Việt Đức', '0378431857', 'nguyenvietducc2007@gmail.com', '2007-07-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776913050934_5cc50f3d-968d-4c49-9896-e1205411c2b4.webp');
|
||
INSERT INTO `students` VALUES (264, '2026-07-01 08:06:06.413', '2026-07-02 23:14:16.034', 1354, 'B25DTCN072', 'Phạm Văn Diệp', '0367662382', 'diepdz29012k7@gmail.com', '2007-01-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782716154284_bd644b43-97e9-4d38-9359-4c84a4ebb059.webp');
|
||
INSERT INTO `students` VALUES (265, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1315, 'B25DTCN215', 'Nguyễn Đức Tuyên', '0338956483', 'tuyenbeo312@gmail.com', '2007-11-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d6bc1570-3e75-4982-9167-a486270bcde1.jpg');
|
||
INSERT INTO `students` VALUES (266, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1604, 'B25DTCN102 ', 'Nguyễn Trung Hiếu 9', '0365002338', 'doanhien271982@gmail.com', '2007-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d3de2a63-951d-483b-9159-444e8c29d8c9.jpeg');
|
||
INSERT INTO `students` VALUES (267, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1580, 'B25DTCN213', 'Hoàng Minh Tuấn', '0813716199', 'tuan2382007t@gmail.com', '2007-08-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (268, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1355, 'B25DTCN180', 'Trần Gia Huy', '0793732748', 'dangchoine@gmail.com', '2007-12-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f9c4a8d8-4aa0-4bcb-b772-2978455560cc.jpeg');
|
||
INSERT INTO `students` VALUES (269, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1684, ' B25DTCN304', 'Nguyễn Tiến Đạt 7', '0922010358', 'mmo.vuanh2807@gmail.com', '2007-01-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (270, '2026-07-01 08:06:06.413', '2026-07-03 12:21:35.683', 1371, 'B25DTCN123', 'Đặng Kiên Quyết', '0967086871', 'kienquyet1201@gmail.com', '2007-01-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/96cf20d1-a0e5-4128-82fb-77884f937115.jpeg');
|
||
INSERT INTO `students` VALUES (271, '2026-07-01 08:06:06.413', '2026-07-03 16:06:17.112', 1449, 'B25DTCN151', 'Trịnh Huy Đại', '0387854421', 'datdr2007@gmail.com', '2007-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (272, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1380, 'B25DTCN216', 'Thân Văn Minh Tuyến', '0378004497', 'monter182007@gmail.com', '2007-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776041224092_fcd939e3-6828-453f-9b6b-cd2f2f9e3dd1.webp');
|
||
INSERT INTO `students` VALUES (273, '2026-07-01 08:06:06.413', '2026-07-03 16:02:37.762', 1528, 'B25DTCN065', 'Nguyễn Nhật Anh 2', '0366947544', 'nnanh14062007@gmail.com', '2007-06-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fd2b7150-495b-410e-b8e9-03dc9f31ab34.jpeg');
|
||
INSERT INTO `students` VALUES (274, '2026-07-01 08:06:06.413', '2026-07-03 07:16:30.986', 1534, '1534', 'Trương Công Duy', '0342560244', 'duy34514@gmail.com', '2007-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b52e8649-becd-4618-81c6-dbe9019578c6.jpeg');
|
||
INSERT INTO `students` VALUES (275, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.875', 1536, 'B25DTCN096', 'Phùng Đỗ Việt Hùng', '0367451689', 'phungdoviethunggl2007@gmail.com', '2007-11-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a670f440-dcbe-466c-8438-82e099f69eee.jpeg');
|
||
INSERT INTO `students` VALUES (276, '2026-07-01 08:06:06.413', '2026-07-02 16:19:04.455', 1316, 'B25DTCN109', 'Trần Giang Long', '0839066886', 'tranhagianglong131007@gmail.com', '2000-10-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c6f67dd4-5395-49b3-a0cd-6df55bc2c78b.jpeg');
|
||
INSERT INTO `students` VALUES (277, '2026-07-01 08:06:06.413', '2026-07-03 15:12:06.520', 1495, 'B25DTCN236', 'Hoàng Đình Trung Dũng', '0824195407', 'hngdungtr55@gmail.com', '2007-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (278, '2026-07-01 08:06:06.413', '2026-07-02 15:10:58.262', 1503, 'B25DTCN194', 'Nguyễn Thị Kim Ngân', '0971872099', 'kngan040707@gmail.com', '2007-07-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8b75934c-8d22-40e7-8369-0a5e1891c801.jpeg');
|
||
INSERT INTO `students` VALUES (279, '2026-07-01 08:06:06.413', '2026-07-02 16:19:06.233', 1384, '1384', 'Hoàng Quốc Bảo', '0878509502', 'quocbaohoang968@gmail.com', '2007-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (280, '2026-07-01 08:06:06.413', '2026-07-03 16:11:43.296', 1564, 'B25DTCN162', 'Ngô Việt Dũng', '0947208358', 'vietdungn353@gmail.com', '2007-10-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/10aafbb2-4f70-446d-9212-4e81c70bbccd.jpg');
|
||
INSERT INTO `students` VALUES (281, '2026-07-01 08:06:06.413', '2026-07-01 14:48:09.428', 1283, 'B25DTCN090', 'Vũ Văn Hiếu', '0865217198', 'hieuv8835@gmail.com', '2006-09-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (282, '2026-07-01 08:06:06.413', '2026-07-02 15:10:59.301', 1551, 'B25DTCN243', 'Trịnh Xuân Hùng', '0334705045', 'hungyha882007@gmail.com', '2007-08-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (283, '2026-07-01 08:06:06.413', '2026-07-02 15:10:30.365', 1678, '1678', 'Nguyễn Thị Quỳnh Chi', '0866993237', 'ntqc27102007@gmail.com', '2007-10-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/40d84993-4a20-4c2c-837e-b250ae0e1ce4.jpeg');
|
||
INSERT INTO `students` VALUES (284, '2026-07-01 08:06:06.716', '2026-07-01 14:48:08.985', 1588, 'B25DTCN145', 'Nguyễn Thạch Anh', '0369053284', 'nguyenthachanhlctu@gmail.com', '2007-01-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (285, '2026-07-01 08:06:06.716', '2026-07-02 15:11:45.119', 1388, 'B25DTCN202', 'Phan Minh Quang', '0964619707', 'phanminhquang892@gmail.com', '2007-04-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774487255474_842aea79-b7ad-45b2-8520-00c18654ccfd.webp');
|
||
INSERT INTO `students` VALUES (286, '2026-07-01 08:06:06.716', '2026-07-02 16:19:05.727', 1602, 'B25dtcn196', 'Lương Thiện Nhân', '0358248246', 'nhanluong0808@gmail.com', '2007-08-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779239240663_9fcce74e-ce39-4b76-bc02-90e1ab372e9e.webp');
|
||
INSERT INTO `students` VALUES (287, '2026-07-01 08:06:06.716', '2026-07-02 15:10:30.636', 1291, 'B25DTCN246', 'Lương Gia Huy', '0339526585', 'matn9141@gmail.com', '2007-01-01 07:00:00.000', 2, 'BẢO LƯU', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777345218362_17add869-93fe-43c2-971c-4b50895da72b.webp');
|
||
INSERT INTO `students` VALUES (288, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1287, 'B25DTCN186', 'Tạ Thành Long', '0965180003', 'longita237@gmail.com', '2007-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (289, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1469, 'B25DTCN133', 'Mai Đức Thuy', '0868718641', 'mai489788@gmail.com', '2007-01-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778026848071_48f3cf2c-7f88-4e2c-ae80-549c42d2db7b.webp');
|
||
INSERT INTO `students` VALUES (290, '2026-07-01 08:06:06.716', '2026-07-02 16:19:37.382', 1342, 'SV1342', 'Nguyễn Anh Tùng 2', '0338742615', 'tunghlls01@gmail.com', '2007-10-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (291, '2026-07-01 08:06:06.716', '2026-07-03 16:11:44.049', 1491, 'B25DTCN245', 'Lê Quang Huy 3', '0824692222', 'huy.ptg.media@gmail.com', '2007-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5c5af943-3b79-4a10-8b95-19eb156d3edd.png');
|
||
INSERT INTO `students` VALUES (292, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1312, 'B25DTCN221', 'Trịnh Hoàng Anh', '0974690887', 'hoangtrinhk6@gmail.com', '2007-01-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/aa59822d-5be9-4045-b88b-aa1e053817cc.jpg');
|
||
INSERT INTO `students` VALUES (293, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1362, 'B25DTCN265', 'Nguyễn Hoàng Văn', '0363318346', 'van892478@gmail.com', '1999-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e1084488-7370-4559-8921-822dd61dead4.png');
|
||
INSERT INTO `students` VALUES (294, '2026-07-01 08:06:06.716', '2026-07-02 18:37:41.783', 1325, 'B25DTCN173', 'Nguyễn Trí Hùng', '0377490074', 'hungloc51@gmail.com', '2007-11-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782979889165_bf0f031a-1753-4a8d-9483-0d8620c87ccd.webp');
|
||
INSERT INTO `students` VALUES (295, '2026-07-01 08:06:06.716', '2026-07-02 15:10:30.636', 1428, 'B25DTCN107', 'Phùng Thị Diệu Linh', '0965028894', 'dieulinhphung064@gmail.com', '2007-04-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (296, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1279, 'SV1279', 'Cao Phạm Thùy Linh', '0913445678', 'lcao49628@gmail.com', '2007-05-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9026113c-0189-45ea-bd07-2ea4677330d5.jpeg');
|
||
INSERT INTO `students` VALUES (297, '2026-07-01 08:06:06.716', '2026-07-03 15:00:48.855', 1680, 'B25DTCN295', 'Nguyễn Xuân Hoà', '0971283347', 'hoadzhkb@gmail.com', '2007-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/027fde36-a356-4036-b24d-9ae604070b26.jpg');
|
||
INSERT INTO `students` VALUES (298, '2026-07-01 08:06:06.716', '2026-07-02 16:19:23.979', 1519, 'B25dtcn235', 'Hà Đức Dũng', '0948097969', 'ducdungha28107@gmail.com', '2007-01-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8e0bb0b8-83e7-40df-86ca-9a5e8dbe3ca9.jpg');
|
||
INSERT INTO `students` VALUES (299, '2026-07-01 08:06:06.716', '2026-07-02 23:28:44.662', 1322, 'B25DTCN071', 'Nguyễn Như Hải Đăng', '0983798171', 'n.hoanganh0203@gmail.com', '2007-03-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778599923456_b2964af9-0f94-40a6-8955-dadebc6c741c.webp');
|
||
INSERT INTO `students` VALUES (300, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1433, 'B25DTCN179', 'Phùng Quang Huy', '0357134986', 'Phunghuy22072007@gmail.com', '2007-07-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (301, '2026-07-01 08:06:06.716', '2026-07-03 14:57:10.441', 1553, 'B25dtcn220', 'Nguyễn Đức Anh 12', '0869684299', 'nducanhh0402@gmail.com', '2007-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779860064885_544c9e14-ebc9-4462-97b1-1c0fd6ca08db.webp');
|
||
INSERT INTO `students` VALUES (302, '2026-07-01 08:06:06.716', '2026-07-02 15:10:58.875', 1390, 'B25DTCN093', 'Bùi Duy Hoàng', '0335631198', 'buiduyhoang09122007@gmail.com', '2007-12-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (303, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1642, '1642', 'Nguyễn Ngọc Hiển Vinh', '0981093859', 'ngngochienvinh07@gmail.com', '2007-07-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (304, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1649, '1649', 'Trần Đại Vũ', '0972178236', 'vutran02072007@gmail.com', '2007-07-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7fb53590-27c4-4ecf-959e-2f906e7dc051.jpg');
|
||
INSERT INTO `students` VALUES (305, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1345, 'B25DTCN075', 'Mai Trọng Doanh', '0376270962', 'dothithuhuongnd83@gmail.com', '2007-03-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2e79191b-d341-4b3a-b6ce-cf08925ab7a1.jpg');
|
||
INSERT INTO `students` VALUES (306, '2026-07-01 08:06:06.716', '2026-07-02 15:10:30.636', 1498, '1498', 'Đặng Ngọc Thái', '0914245563', 'dangthai061107@gmail.com', '2007-11-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (307, '2026-07-01 08:06:06.716', '2026-07-03 16:11:34.850', 1618, 'B25DTCN287', 'Lê Minh Duy', '0862311976', 'minhduy3904@gmail.com', '2004-09-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (308, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1578, 'B25DTCN223', 'Trần Nhật Anh 2', '0339462695', 'zudo131207@gmail.com', '2007-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5e6658a6-950b-4918-b4dd-300b7cd7123e.jpeg');
|
||
INSERT INTO `students` VALUES (309, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1561, 'B25DTCN059', 'Bùi Nguyễn Thanh An', '0339192598', 'buia84929@gmail.com', '2007-11-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776131978467_614f862c-0cbc-4e11-848c-7e859146c87d.webp');
|
||
INSERT INTO `students` VALUES (310, '2026-07-01 08:06:06.716', '2026-07-03 15:02:04.928', 1599, 'B25DTCN263', 'Trịnh Quốc Trung', '0968187367', 'Trungtrinh787@gmail.com', '2006-04-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1783065653123_9ce36c83-3759-435d-a490-09701799cbe0.webp');
|
||
INSERT INTO `students` VALUES (311, '2026-07-01 08:06:06.716', '2026-07-03 14:25:05.710', 1521, 'B25DTCN132', 'Nguyễn Thiện Thuật', '0977539144', 'nthuat256@gmail.com', '2007-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (312, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1591, 'B25DTCN070', 'Đặng Thị Thu Cúc', '0914666760', 'dangthucuc.2007@gmail.com', '2007-12-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1b4b9645-6749-4a09-ba76-8db4afab715e.jpg');
|
||
INSERT INTO `students` VALUES (313, '2026-07-01 08:06:06.716', '2026-07-03 16:07:44.004', 1617, 'B25DTCN310', 'Trần Nhật Long', '0974255685', 'ipdragon1537@gmail.com', '2007-03-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/f0b90712-b77a-41e7-89dd-a00f7a338202.jpg');
|
||
INSERT INTO `students` VALUES (314, '2026-07-01 08:06:06.716', '2026-07-02 15:28:52.015', 1329, 'B25DTCN159', 'Nguyễn Minh Đức 8', '0981247456', 'ngminhduc1412007@gmail.com', '2007-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ed3fb3c0-7c92-4453-adbf-307e96e33959.png');
|
||
INSERT INTO `students` VALUES (315, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1567, 'B25dtcn125', 'Nông Văn Sơn', '0392477940', 'nongvanson625@gmail.com', '2007-09-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/cc415ce2-4888-4f60-8daf-eec096a21da0.jpeg');
|
||
INSERT INTO `students` VALUES (316, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1314, 'B25DTCN152', 'Lê Tuấn Đạo', '0349943500', 'nguyenthikhanhnhung3009@gmail.com', '2007-12-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (317, '2026-07-01 08:06:06.716', '2026-07-03 15:14:54.057', 1447, 'B25DTCN101', 'Phạm Gia Huy 2', '0392042422', 'traitimmuathu1974@gmail.com', '2007-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776132052712_0d0e69b9-1833-4cb8-a8d0-cc097974cbe4.webp');
|
||
INSERT INTO `students` VALUES (318, '2026-07-01 08:06:06.716', '2026-07-02 15:10:59.301', 1374, 'B25DTCN153', 'Nguyễn Tuấn Đạt', '0328644636', 'dat433365@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/bb6e4a56-57cc-4d9e-ad0f-76cb872ef5a8.jpg');
|
||
INSERT INTO `students` VALUES (319, '2026-07-01 08:06:07.188', '2026-07-02 15:10:56.760', 1402, 'B25dtcn067', 'Hoàng Triệu Gia Bách', '0915315786', 'kiviYT2007@gmail.com', '2007-08-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (320, '2026-07-01 08:06:07.188', '2026-07-03 08:21:25.030', 1393, 'B25DTCN108', 'Hoàng Tuấn Long', '0396992159', 'kieuhuong.iamg@gmail.com', '2007-05-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (321, '2026-07-01 08:06:07.188', '2026-07-02 15:10:56.760', 1523, 'B25DTCN111', 'Hà Đức Minh', '0888510507', 'minom35w@gmail.com', '2007-05-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (322, '2026-07-01 08:06:07.188', '2026-07-03 07:40:15.227', 1693, 'B25DTCN324', 'Khổng Ngô Gia Hưng', '0965328607', 'sofmyuk1ne@gmail.com', '2007-06-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779062393013_b14263b6-b64e-43f1-9967-0dfd54c84c45.webp');
|
||
INSERT INTO `students` VALUES (323, '2026-07-01 08:06:07.188', '2026-07-02 15:10:30.989', 1401, 'B25DTCN253', 'Lê Nguyễn Quang Minh', '0868087969', 'minhle2312206@gmail.com', '2006-12-23 07:00:00.000', 2, 'BẢO LƯU', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a692ef8b-2da1-420c-961f-716834508c81.jpeg');
|
||
INSERT INTO `students` VALUES (324, '2026-07-01 08:06:07.188', '2026-07-03 08:50:51.427', 1340, 'B25DTCN204', 'Lê Trung Sơn', '0339539918', 'trungsonle32@gmail.com', '2007-07-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5c1c8062-278d-4111-9819-b6f8b4e524d2.jpg');
|
||
INSERT INTO `students` VALUES (325, '2026-07-01 08:06:07.188', '2026-07-02 15:10:56.760', 1478, 'B25DTCN148', 'Nghiêm Đình Bình', '0971699468', 'ndb01102007@gmail.com', '2007-10-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/b1cc5ba4-f28e-41f7-87af-0c98483ef582.jpg');
|
||
INSERT INTO `students` VALUES (326, '2026-07-01 08:06:07.188', '2026-07-03 07:05:43.732', 1535, 'B25DTCN064', 'Nguyễn Hoàng Anh 7', '0378522675', 'nguyenhoanganh10112007@gmail.com', '2007-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e3d3c824-beb8-4af3-a225-343650f0b844.jpg');
|
||
INSERT INTO `students` VALUES (327, '2026-07-01 08:06:07.188', '2026-07-02 15:10:30.989', 1830, 'B25DTCN279', 'Nguyễn Hoàng Quân', '0386351321', 'quannek2k6@gmail.com', '2006-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (328, '2026-07-01 08:06:07.188', '2026-07-03 09:01:19.618', 1525, 'B25DTCN239', 'Nguyễn Minh Hiển 3', '0987782067', 'siuotp@gmail.com', '2007-07-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781135870170_6f4e49ae-9d50-47d0-aeb6-181064eb556e.webp');
|
||
INSERT INTO `students` VALUES (329, '2026-07-01 08:06:07.188', '2026-07-03 07:08:56.351', 1387, 'B25DTCN232', 'Nguyễn Minh Đức 9', '0587345645', 'nmducdeptrai2701@gmail.com', '2007-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780019185571_455e2fb0-05b2-4065-afba-80a82a37be93.webp');
|
||
INSERT INTO `students` VALUES (330, '2026-07-01 08:06:07.188', '2026-07-03 07:24:17.343', 1358, 'B25DTCN113', 'Nguyễn Nhật Minh 3', '0393535719', 'nhatminh.hangbot@gmail.com', '2007-01-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6902eb0a-cd84-40ad-b0ae-243cc39358e2.JPG');
|
||
INSERT INTO `students` VALUES (331, '2026-07-01 08:06:07.188', '2026-07-02 16:48:06.305', 1506, 'B25DTCN083', 'Nguyễn Quý Dũng', '0969804710', 'dungvyvp2007@gmail.com', '2007-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (332, '2026-07-01 08:06:07.188', '2026-07-02 17:15:59.717', 1431, 'B25DTCN244', 'Nguyễn Tuấn Hưng 2', '0945091783', 'thwng08092007@gmail.com', '2007-09-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779766674451_aaad7f53-1261-4c18-96f2-79e33b6cbf7d.webp');
|
||
INSERT INTO `students` VALUES (333, '2026-07-01 08:06:07.188', '2026-07-02 15:10:56.760', 1507, 'B25dtcn081', 'Nguyễn Tấn Dũng 2', '0964859095', 'ntdung692007@gmail.com', '2007-09-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (334, '2026-07-01 08:06:07.188', '2026-07-03 07:44:12.705', 1510, 'B25DTCN098', 'Nguyễn Việt Hưng 7', '0969728040', 'yfcvhbpjb@gmail.com', '2007-07-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774424895364_95391aa4-8a3e-418d-a553-62c568773fe0.webp');
|
||
INSERT INTO `students` VALUES (335, '2026-07-01 08:06:07.188', '2026-07-03 07:09:06.108', 1413, 'B25DTCN154', 'Nguyễn Đức Đạt 3', '0976917616', 'ngducdat1011@gmail.com', '2007-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (336, '2026-07-01 08:06:07.188', '2026-07-03 08:31:25.372', 1302, 'B25DTCN249', 'Phạm Hồ Nam Khánh', '0961342877', 'NamKhanhPH2007@gmail.com', '2007-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (337, '2026-07-01 08:06:07.188', '2026-07-03 09:02:00.021', 1296, 'B25DTCN140', 'Quách Trần Anh', '0917566218', 'quachtrananh1609@gmail.com', '2007-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774505636126_0f2bec19-4c7a-4664-9b0d-99e7510d9b74.webp');
|
||
INSERT INTO `students` VALUES (338, '2026-07-01 08:06:07.188', '2026-07-02 15:10:49.902', 191, 'PTIT-HN-124', 'Thái Hồng Đức', '0396871579', 'thaihongduc2006@gmail.com', '2006-07-31 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6178bbcd-fb9a-4b0d-b2c8-884341ab6c78.jpg');
|
||
INSERT INTO `students` VALUES (339, '2026-07-01 08:06:07.188', '2026-07-03 09:01:11.310', 1415, '1415', 'Trần Bảo Hưng', '0357689095', 'tranbaohungvirttri07@gmail.com', '2007-04-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/dbd36da9-e6c2-431d-b5d1-7b32bad10721.png');
|
||
INSERT INTO `students` VALUES (340, '2026-07-01 08:06:07.188', '2026-07-03 07:00:40.676', 1596, 'B25DTCN252', 'Trần Đức Mạnh', '0976682973', 'ducmanht6@gmail.com', '2007-05-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773736967631_ae2c30f7-6bc2-47df-8f09-45b48ec97b89.webp');
|
||
INSERT INTO `students` VALUES (341, '2026-07-01 08:06:07.188', '2026-07-02 15:10:56.760', 1399, 'B25dtcn079', 'Trịnh Anh Đức', '0364387706', 'trinhvuongduy@gmail.com', '2007-02-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (342, '2026-07-01 08:06:07.188', '2026-07-03 08:34:45.106', 1640, 'B25DTCN306', 'Trịnh Huy Hoàng', '0849595116', 'hoangtrinh1004@gmail.com', '2007-04-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776060142532_614789d1-cf76-49c7-ab28-ba9dd308dd17.webp');
|
||
INSERT INTO `students` VALUES (343, '2026-07-01 08:06:07.188', '2026-07-03 09:01:48.085', 1543, 'B25DTCN089', 'Vũ Lê Minh Hiếu', '0865042989', 'leloanhd73@gmail.com', '2007-04-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781249836221_0ccf7685-ce70-4645-ac84-99dee2766147.webp');
|
||
INSERT INTO `students` VALUES (344, '2026-07-01 08:06:07.188', '2026-07-03 08:58:17.524', 1436, 'B25dtcn082', 'Đặng Việt Dũng', '0382915926', 'dungxyz9999@gmail.com', '2007-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774623811304_08e2a0b5-32ae-41d4-a805-a5bdacbb8633.webp');
|
||
INSERT INTO `students` VALUES (345, '2026-07-01 08:06:07.188', '2026-07-02 17:19:10.853', 1723, 'B25DTQT081', 'Bùi Thị Thu Hòa', '0394909132', 'buithuhoa06@gmail.com', '2007-06-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0eb4db0b-8611-47fe-8b8f-72f33d55a477.jpg');
|
||
INSERT INTO `students` VALUES (346, '2026-07-01 08:06:07.188', '2026-07-03 09:02:38.377', 1808, 'B25DTQT119', 'Hùng Gia Linh', '0947315655', 'lilireview21@gmail.com', '2007-11-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9684f807-c995-4d1f-8436-9656891467ae.jpg');
|
||
INSERT INTO `students` VALUES (347, '2026-07-01 08:06:07.188', '2026-07-02 17:24:56.610', 1752, 'B25DTQT076', 'Nguyễn Hoàng Bách 3', '0834827906', 'nguyenhoangbach0807@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8767dba8-1dac-4a4f-b87e-72a0fac106f5.jpeg');
|
||
INSERT INTO `students` VALUES (348, '2026-07-01 08:06:07.188', '2026-07-03 08:17:17.371', 1747, 'B25DTQT030', 'Nguyễn Thế Hùng', '0348489207', 'nguyenhungeyyy07@gmail.com', '2007-08-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (349, '2026-07-01 08:06:07.188', '2026-07-02 17:20:43.003', 1727, 'B25DTQT031', 'Nguyễn Trần Ngọc Hùng', '0399864467', 'minhhunga98@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/945ffec9-0850-4cb9-8746-0c09b4dfce4c.jpg');
|
||
INSERT INTO `students` VALUES (350, '2026-07-01 08:06:07.188', '2026-07-03 09:03:04.294', 1737, 'B25DTQT049', 'Phạm Hà Ánh Ngọc', '0774386739', 'phamhaanhngoc2711@gmail.com', '2007-11-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (351, '2026-07-01 08:06:07.188', '2026-07-02 15:10:53.158', 1769, 'B25DTQT085', 'Vũ Ngọc Linh', '0337299504', 'ngoclinh29112007@gmail.com', '2007-11-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/75b56bb2-4793-48dd-ba0d-ed81d93e82ff.jpg');
|
||
INSERT INTO `students` VALUES (352, '2026-07-01 08:06:07.188', '2026-07-02 15:10:53.158', 1704, 'B25DTQT020', 'Nguyễn Bảo Châu', '0911581688', 'chaubong000@gmail.com', '2007-10-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (353, '2026-07-01 08:06:07.188', '2026-07-02 16:53:57.491', 1792, 'SV1792', 'Đinh Hà Vy', '0868945266', 'dinhhavy.a5.2225.ltt@gmail.com', '2007-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/d82dec19-ebe1-4be5-b15e-26acebfb2fa0.jpg');
|
||
INSERT INTO `students` VALUES (354, '2026-07-01 08:06:07.188', '2026-07-02 17:22:49.234', 1441, 'SV1441', 'Ngô Tiến Khang', '0943997180', 'khangtien10032008@gmail.com', '2008-08-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/6c2636ef-b44a-45a9-b473-6e80ee5f8098.jpg');
|
||
INSERT INTO `students` VALUES (356, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1372, 'B25DTCN105', 'Bùi Trung Kiên', '0969177125', 'kienhangbui@gmail.com', '2007-03-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a08d3703-5e13-454d-982f-f56521f169bb.jpeg');
|
||
INSERT INTO `students` VALUES (357, '2026-07-01 08:06:08.045', '2026-07-03 09:50:36.181', 1505, 'B25DTCN165', 'Cao Nguyễn Anh Dương', '0382946913', 'caoanhnguyenduong@gmail.com', '2007-02-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/83f997d1-5e59-4d0e-8648-3f0544d1281f.jpeg');
|
||
INSERT INTO `students` VALUES (358, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.782', 1289, ' B25dtcn150', 'Cao Xuân Cường', '0398117828', 'Caoxuancuong655@gmail.com', '2007-02-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781590105913_8cbe9283-f6f2-4758-bb44-5cedcb502219.webp');
|
||
INSERT INTO `students` VALUES (359, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1514, 'B25DTCN095', 'Lê Minh Hoàng 2', '0385676716', 'hoangvergo1@gmail.com', '2007-01-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/3956cd52-6b52-42df-9e86-8c86b4717d95.jpeg');
|
||
INSERT INTO `students` VALUES (360, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1544, 'B25DTCN256', 'Lê Nguyễn Hữu Quốc', '0825087288', 'lenhuquynhd1qt@gmail.com', '2007-11-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/77abf363-423a-4e72-985e-415de60e7797.jpeg');
|
||
INSERT INTO `students` VALUES (361, '2026-07-01 08:06:08.045', '2026-07-03 07:16:25.015', 1619, 'B25DTCN289', 'Lê Văn Hùng', '0876786281', 'lehung187207@gmail.com', '2007-07-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (362, '2026-07-01 08:06:08.045', '2026-07-01 14:48:09.428', 1344, 'B25DTCN191', 'Mai Quân Minh', '0868220407', 'Maiquanminh220407@gmail.com', '2007-04-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (363, '2026-07-01 08:06:08.045', '2026-07-02 15:10:31.369', 1318, 'B25DTCN103', 'Nguyễn Hoàng Khang', '0777336665', 'khangnguyenhoang1802@gmail.com', '2007-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/45172046-b3ab-4e93-b842-09c64487e8c2.jpeg');
|
||
INSERT INTO `students` VALUES (364, '2026-07-01 08:06:08.045', '2026-07-03 09:18:16.390', 1330, 'B25DTCN068', 'Nguyễn Huy Bình', '0879898393', 'binhhuynguyen22@gmail.com', '2007-05-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779076795635_6bf9b789-5a74-43b4-813a-13b24d5d3b27.webp');
|
||
INSERT INTO `students` VALUES (365, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1383, 'B25DTCN116', 'Nguyễn Hữu Nam', '0984432122', '848900md@gmail.com', '2007-11-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/f974fe26-cad1-4b7f-a13a-47e1a50beadd.png');
|
||
INSERT INTO `students` VALUES (366, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1370, '1370', 'Nguyễn Khắc Hiếu', '0334608959', 'nguyenlion077@gmail.com', '2007-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (367, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1530, 'B25DTCN240', 'Nguyễn Minh Hiếu 8', '0961647315', 'minhhieu19692016@gmail.com', '2007-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776076984994_7952cd76-8a90-4749-bffc-cf92f9593d12.webp');
|
||
INSERT INTO `students` VALUES (368, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1376, 'B25DTCN205', 'Nguyễn Minh Tân', '0869348155', 'minhtannguyen173@gmail.com', '2007-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (369, '2026-07-01 08:06:08.045', '2026-07-03 09:23:06.357', 1313, 'B25DTCN167', 'Nguyễn Thế Hiếu', '0396321408', 'thehieu090107@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8cc1c08a-4e30-4277-9d35-01574b46b58a.jpeg');
|
||
INSERT INTO `students` VALUES (370, '2026-07-01 08:06:08.045', '2026-07-02 15:10:35.698', 279, 'PTIT-HN-211', 'Nguyễn Tùng Dương', '0345155688', 'duonvipbn@gmail.com', '2006-11-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750078250/mdob6pggs4ejx4l8vppy.jpg');
|
||
INSERT INTO `students` VALUES (371, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1419, 'B25DTCN155', 'Phùng Duy Đạt', '0867912208', 'datphung1801@gmail.com', '2007-01-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/95acbc7f-e1f4-461b-9087-63a997001a72.jpeg');
|
||
INSERT INTO `students` VALUES (372, '2026-07-01 08:06:08.045', '2026-07-02 15:10:31.369', 1320, 'B25DTCN198', 'Phạm Ngọc Hồng Phúc', '0868020659', 'Haquyhb2004@gmail.com', '2006-04-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/495245e9-e47f-4fcd-9f25-1bee884a9b22.jpg');
|
||
INSERT INTO `students` VALUES (373, '2026-07-01 08:06:08.045', '2026-07-03 09:20:04.909', 1427, 'B25DTCN077', 'Trần Minh Đức 3', '0362411083', 'ducktran123456@gmail.com', '2007-03-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776664835777_184a5a09-5bd8-4769-a1d6-9ee1ad164a54.webp');
|
||
INSERT INTO `students` VALUES (374, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.242', 1473, 'B25DTCN260', 'Tăng Hiếu Thành', '0911045717', 'tanghieuthanh221027@gmail.com', '2007-10-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (375, '2026-07-01 08:06:08.045', '2026-07-01 14:48:09.132', 1485, '1485', 'Tạ Hoàng Nam', '0943927468', 'namthn1234@gmail.com', '2007-03-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (376, '2026-07-01 08:06:08.045', '2026-07-02 15:10:57.782', 1324, 'B25DTCN175', 'Vũ Mạnh Hùng 3', '0989551288', 'Doanngocanh485@gmail.com', '2007-10-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781149533317_b7f9b96c-de49-404d-a61a-8ca4c8777e18.webp');
|
||
INSERT INTO `students` VALUES (377, '2026-07-01 08:06:08.045', '2026-07-02 15:10:31.369', 1439, 'B25DTCN264', 'Đình Đức Tú', '0333161813', 'ductu2309vn@gmail.com', '2007-09-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (378, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.962', 1776, 'B25DTQ099', 'Cao Thị Thảo Hiền', '0965153510', 'hienhalley16@gmail.com', '2007-08-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/82f5d6b0-5e2d-4dab-a28a-2b3b8674a918.jpeg');
|
||
INSERT INTO `students` VALUES (379, '2026-07-01 08:06:08.045', '2026-07-03 15:31:34.917', 1804, 'B25DTQT115', 'Hà Thùy Dương', '0332125570', 'Htd24307@gmail.com', '2007-03-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775030867164_7157cd65-4e3d-46b4-9592-3d6acbe136e2.webp');
|
||
INSERT INTO `students` VALUES (380, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1725, 'B25DTQT121', 'Hoàng Thanh Nam', '0961598407', 'namhoang110207@gmail.com', '2007-02-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fdbd96a5-aa7a-4967-b082-d69738f388ea.jpeg');
|
||
INSERT INTO `students` VALUES (381, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.962', 1708, 'B25DTQT054', 'Lê Yến Như', '0974610738', 'Yennhu1404365@gmail.com', '2007-04-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/85c33b9e-6021-4476-b3cf-b0c5249aec05.jpeg');
|
||
INSERT INTO `students` VALUES (382, '2026-07-01 08:06:08.045', '2026-07-02 15:10:31.369', 1726, 'B25DTQT090', 'Mai Hoàng Việt', '0901469221', 'vietlogc2011@gmail.com', '2007-11-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (383, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1694, 'SV1694', 'Nguyễn An Khánh', '0941714207', 'vanvinh1973@gmail.com', '2007-07-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1fb41eba-45be-486f-bc63-f1cdf2a807c4.jpeg');
|
||
INSERT INTO `students` VALUES (384, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1765, 'B25DTQT071', 'Mai Thảo Vi', '0869083032', 'maithaovi297ub@gmail.com', '2007-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/989ed6ea-a57d-4c11-a674-7d3c9d830bf4.jpeg');
|
||
INSERT INTO `students` VALUES (385, '2026-07-01 08:06:08.045', '2026-07-03 13:54:26.017', 933, 'PTIT-HNK23-050', 'Ngô Quang Anh', '0undefined', 'ngoquanganh2003a@gmail.com', '2003-03-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (386, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1706, 'B25DTQT077', 'Trần Gia Bảo', '0356386869', 'giabao212007@gmail.com', '2007-01-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (387, '2026-07-01 08:06:08.045', '2026-07-03 08:56:48.018', 1707, 'SV1707', 'Trần Khánh An 2', '0838102007', 'khanhantran2k7@gmail.com', '2007-10-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/9e0ed5da-2c7c-4041-a1ab-80ca5532d51d.jpg');
|
||
INSERT INTO `students` VALUES (388, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1806, 'B25DTQT106', 'Trần Quang Minh 3', '0397806687', 'ccminh39@gmail.com', '2007-10-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/20f9addb-85a7-415b-870d-a6a3a0f345cc.jpeg');
|
||
INSERT INTO `students` VALUES (389, '2026-07-01 08:06:08.045', '2026-07-03 11:06:48.471', 1763, 'B25DTQT070', 'Trần Thu Uyên', '0968677016', 'tranthuuyen19052007@gmail.com', '2007-05-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b2eedc31-5ca5-4f23-96f9-99662524e365.jpeg');
|
||
INSERT INTO `students` VALUES (390, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.158', 1702, 'B25DTQT124', 'Trần Thị Diễm Quỳnh', '0796234569', 'dquynh190706@gmail.com', '2006-07-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c7cc640f-56b2-4e4a-995b-6b8d8925bd75.png');
|
||
INSERT INTO `students` VALUES (391, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.962', 1736, 'B25DTQT044', 'Trần Đức Minh', '0824740333', 'tranducminh1357@gmail.com', '2007-11-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a1c39162-1450-45d1-bc8e-ae5f5ebfe7a8.jpg');
|
||
INSERT INTO `students` VALUES (392, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.158', 1755, '304077862', 'Trịnh Bảo Châu', '0354912356', 'tbchau1505@gmail.com', '2007-05-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/e2973a4d-36da-4a9f-b39f-a5a6dd601aeb.png');
|
||
INSERT INTO `students` VALUES (393, '2026-07-01 08:06:08.045', '2026-07-03 15:09:50.240', 1768, 'B25DTQT019', 'Đào Thị Bảo Châu', '0328700551', 'Daothibaochau18102007@gmail.com', '2007-10-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b2ea4d31-3909-4678-94da-2fc133845e8d.jpeg');
|
||
INSERT INTO `students` VALUES (394, '2026-07-01 08:06:08.045', '2026-07-03 11:10:28.829', 1751, 'B25DTQT026', 'Trần Thị Hà', '0387299388', 'hatrann07@gmail.com', '2007-05-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8c41d386-658d-4255-9622-0ccbe18fab99.jpeg');
|
||
INSERT INTO `students` VALUES (395, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1705, 'B25DTQT068', 'Đào Thị Ánh Tuyết', '0985870362', 'daoanhtuyet0601@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/48c0c132-5ac0-4711-87b2-c5cd0fa94762.jpeg');
|
||
INSERT INTO `students` VALUES (396, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.158', 1749, 'B25DTQT064', 'Đào Quỳnh Trang', '0832468963', 'quynhtrang08106@gmail.com', '2006-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (397, '2026-07-01 08:06:08.045', '2026-07-03 11:10:20.284', 1771, 'B25DTQT066', 'Phạm Thuỳ Trang', '0348037644', 'trangphamtp2k6@gmail.com', '2006-08-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f6ff2207-661b-418e-8f4a-f548c817947e.png');
|
||
INSERT INTO `students` VALUES (398, '2026-07-01 08:06:08.045', '2026-07-02 15:10:53.598', 1728, 'B25DTQT051', 'Nguyễn Phương Thảo 3', '0582014230', 'phthor16@gmail.com', '2007-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/69cab8c6-5a1f-47e9-9a6e-eb4d6ae2c1fd.jpeg');
|
||
INSERT INTO `students` VALUES (399, '2026-07-01 08:06:08.045', '2026-07-03 11:09:22.001', 1813, 'B25DTQT097', 'Nguyễn Thị Hồng Hạnh', '0375987562', 'hanh02022007@gmail.com', '2007-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/111abca4-9f81-48b4-a2a7-e3dd7d174aed.jpeg');
|
||
INSERT INTO `students` VALUES (400, '2026-07-01 08:06:08.045', '2026-07-02 16:20:03.635', 1537, 'B25DTCN092', 'Phạm Công Khải Hoàn', '0966087106', 'hoannzey@gmail.com', '2010-07-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1529a419-fae4-4679-ad40-0d0edb417ee2.jpg');
|
||
INSERT INTO `students` VALUES (401, '2026-07-01 08:06:08.514', '2026-07-03 11:13:42.106', 1452, 'B25DTCN195', 'Chu Đoàn Nguyên', '0877743233', 'stupitdogz@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782803275514_3fe65311-6719-4dfa-819f-67f4b286692a.webp');
|
||
INSERT INTO `students` VALUES (402, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1346, 'B25DTCN076', 'Hồ Phương Đông', '0886634987', 'phuongdongexe@gmail.com', '2006-02-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774514997554_d284df67-21c5-4cde-aba1-f288e4f10886.webp');
|
||
INSERT INTO `students` VALUES (403, '2026-07-01 08:06:08.514', '2026-07-03 11:13:05.239', 1437, 'B25DTCN164', 'Nguyễn Hải Dương 3', '0989389111', 'dfg.hd.2035@gmail.com', '2007-10-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782903452795_2652d6bb-1314-4a05-bf7e-6ac054c3a0e0.webp');
|
||
INSERT INTO `students` VALUES (404, '2026-07-01 08:06:08.514', '2026-07-01 14:48:08.985', 1594, '1758474008611', 'Nguyễn Hồng Minh', '0865791322', 'nguyenhongminh6d@gmail.com', '2006-05-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (405, '2026-07-01 08:06:08.514', '2026-07-03 09:21:55.519', 1338, 'B25DTCN250', 'Nguyễn Lê Quốc Khánh', '0966446133', 'khanhkinh23@gmail.com', '2007-04-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782191602574_e18391ca-ea4f-43ff-bcd1-d5ab88d7cc14.webp');
|
||
INSERT INTO `students` VALUES (406, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1373, 'B25DTCN184', 'Nguyễn Quý Khánh', '0975685074', 'nguyenquykhanh5150@gmail.com', '2007-08-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774514954080_309c28b6-43c2-4bfd-8669-48d75e8206dd.webp');
|
||
INSERT INTO `students` VALUES (407, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1368, 'B25DTCN187', 'Nguyễn Thế Long', '0337015207', 'nguyenthelong218@gmail.com', '2007-12-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/49d3df14-6e1d-4985-ab8c-da7144a7d01d.png');
|
||
INSERT INTO `students` VALUES (408, '2026-07-01 08:06:08.514', '2026-07-02 15:10:58.262', 1307, 'B25DTCN188', 'Nguyễn Tuấn Minh 2', '0342365630', 'minhnguyen29bh@gmail.com', '2007-01-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4ce7a749-df12-4a9e-871a-03972a8e9eb6.jpeg');
|
||
INSERT INTO `students` VALUES (409, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.782', 1323, 'B25DTCN266', 'Nguyễn Tuấn Việt', '0375106022', 'tunav602@gmail.com', '2007-02-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/038f0cc2-8a05-48fc-907c-98bd1ea0c7d1.jpeg');
|
||
INSERT INTO `students` VALUES (410, '2026-07-01 08:06:08.514', '2026-07-02 15:10:31.904', 1585, 'B25DTCN268', 'Nguyễn Vân Anh 2', '0345717488', 'vananhnguyen1897117@gmail.com', '2007-07-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (411, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1297, 'B25DTCN209', 'Nguyễn Đức Toàn', '0862882747', 'nguyenductoan450@gmail.com', '2007-06-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782958815744_fb6bc17d-5a91-41af-ba53-5c94e2efa635.webp');
|
||
INSERT INTO `students` VALUES (412, '2026-07-01 08:06:08.514', '2026-07-03 09:56:14.621', 1359, 'B25DTCN119', 'Phạm Hồng Phong', '0522827899', 'hongphongpham2108@gmail.com', '2007-08-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776063172146_98b64279-3751-403d-9f1b-37fff0db0542.webp');
|
||
INSERT INTO `students` VALUES (413, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1444, 'B25DTCN137', 'Phạm Ngọc Vinh', '0942722662', 'dragonzoro17@gmail.com', '2007-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778220654254_dbdb6509-f06d-44b7-9a01-a6e3fe9fcfea.webp');
|
||
INSERT INTO `students` VALUES (414, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.782', 1493, 'B25DTCN229', 'Phạm Thành Đạt 2', '0337288537', 'phdat369@gmail.com', '2007-03-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779116863911_28d6befc-5e7a-4e1f-a365-866b015d53a9.webp');
|
||
INSERT INTO `students` VALUES (415, '2026-07-01 08:06:08.514', '2026-07-01 14:48:09.132', 1509, '1509', 'Phạm Trung Hiếu 3', '0385869182', 'trunghieupham843@gmail.com', '2007-10-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (416, '2026-07-01 08:06:08.514', '2026-07-03 09:16:25.140', 1398, 'B25DTCN258', 'Trần Ngọc Sơn 2', '0866520567', 'jtran7467@gmail.com', '2007-12-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (417, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.782', 1545, 'B25DTCN141', 'Trần Tuấn Anh 2', '0333374472', 'tuananh270407@gmail.com', '2007-04-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/dac195d0-c5e7-492d-8b0c-05ae808cfd9b.jpeg');
|
||
INSERT INTO `students` VALUES (418, '2026-07-01 08:06:08.514', '2026-07-03 11:12:50.488', 1420, 'B25DTCN237', 'Trần Tùng Dương 2', '0977527408', 'duong20082007@gmail.com', '2007-08-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d075cd95-a3ec-4e18-b79c-6a2c649482e1.jpeg');
|
||
INSERT INTO `students` VALUES (419, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1490, 'B25DTCN143', 'Vũ Hoàng Lan Anh', '0941840875', 'vulananh29112007@gmail.com', '2007-11-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (420, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.782', 1692, ' B25DTCN320', 'Vũ Hàn Thiên Đức', '0359706595', 'vuhanthienduc.a3k57.lqdyb@gmail.com', '2007-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (421, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1531, 'B25DTCN157', 'Vũ Minh Đức 3', '0904767801', 'vuminhd910@gmail.com', '2007-08-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (422, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.782', 1615, 'B25DTCN326', 'Vũ Quốc Khánh', '0844282838', 'darkuu2007@gmail.com', '2007-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782799227059_67f1f2f5-5499-4175-a635-8cc042a26654.webp');
|
||
INSERT INTO `students` VALUES (423, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1284, 'B25DTCN251', 'Vũ Trần Lâm', '0869787760', 'tranthithuyanh0302@gmail.com', '2007-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (424, '2026-07-01 08:06:08.514', '2026-07-03 11:07:59.683', 1577, 'B25DTCN142', 'Đặng Viết Hoàng Anh', '0915502155', 'hoanganh09nc2@gmail.com', '2007-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (425, '2026-07-01 08:06:08.514', '2026-07-02 15:10:56.760', 1347, 'B25DTCN156', 'Đồng Nguyễn Tiến Đạt', '0917147046', 'tiendatdong7b2@gmail.com', '2007-10-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (426, '2026-07-01 08:06:08.514', '2026-07-03 09:03:30.707', 1796, 'B25DTQT111', 'Cù Thị Mai Uyên', '0343115247', 'maiuyen11032007@gmail.com', '2007-03-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a4e9cf90-71b0-4140-b106-4ad367feface.png');
|
||
INSERT INTO `students` VALUES (427, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1760, 'B25DTQT015', 'La Thị Ngọc Anh', '0982168259', 'ngocanhlathi18082007@gmail.com', '2007-08-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (428, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1764, 'SV1764', 'Lê Anh Khôi', '0964193073', 'khoinekkhaha@gmail.com', '2007-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/48913fc0-b6e1-4a8f-b18e-27c0a708f54b.jpg');
|
||
INSERT INTO `students` VALUES (429, '2026-07-01 08:06:08.514', '2026-07-03 09:00:04.604', 1717, 'B25DTQT024', 'Lê Gia Dương', '0399371007', 'aesonaepeiros@gmail.com', '2007-01-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (430, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1780, 'B25DTQT104', 'Nguyễn Phương Linh', '0876449446', 'Linhfhuonq85207@gmail.com', '2007-05-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/3afec797-2145-49e4-9167-5a81d6c6fcb8.jpeg');
|
||
INSERT INTO `students` VALUES (431, '2026-07-01 08:06:08.514', '2026-07-03 09:02:56.932', 1729, 'B25DTQT052', 'Nguyễn Phương Yến Nhi', '0936112574', 'winter30082007@gmail.com', '2007-08-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8264dd7f-33cc-42cb-a52b-c222eadaf481.jpg');
|
||
INSERT INTO `students` VALUES (432, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1782, 'B25DTQT094', 'Lê Thị Quỳnh Anh', '0915621248', 'quynhanhlethi547@gmail.com', '2007-09-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d44056fd-251c-4f61-b370-a602bd731299.jpg');
|
||
INSERT INTO `students` VALUES (433, '2026-07-01 08:06:08.514', '2026-07-02 15:10:31.904', 1797, 'B25DTQT120', 'Lê Vũ Khánh Linh', '0867510907', 'llekhanhlinh29@gmail.com', '2007-09-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/10600371-1aca-40c9-9e6c-4aa2634fd31a.jpg');
|
||
INSERT INTO `students` VALUES (434, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1739, 'B25DTQT018', 'Nguyễn Thị Bắc', '0346365207', 'thibacnguyen2007@gmail.com', '2007-01-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/569440b3-2fc5-48cf-8bda-558715ce43fe.jpeg');
|
||
INSERT INTO `students` VALUES (435, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1807, 'SVQTKD1807', 'Nguyễn Thị Thu Hà 4', '0398602006', 'thuha171006@gmail.com', '2006-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7bb903a9-6f59-42c7-ba9c-048cff18bd72.jpg');
|
||
INSERT INTO `students` VALUES (436, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1767, 'B25DTQT041', 'Nguyễn Thị Khánh Linh 2', '0367931309', 'linhkhanhnguyeenn@gmail.com', '2007-11-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/95d6f892-f5c7-4b0c-ada2-ac601d8126fe.jpeg');
|
||
INSERT INTO `students` VALUES (437, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.158', 1784, 'B25DTQT050', 'Ngô Minh Nhật', '0982909659', 'nhatngo37810@gmail.com', '2007-11-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0fc62c66-ba1b-484f-8ccb-ae198236cc57.jpg');
|
||
INSERT INTO `students` VALUES (438, '2026-07-01 08:06:08.514', '2026-07-03 11:10:10.524', 1770, 'B25dtqt021', 'Nguyễn Văn Chiết', '0987828530', 'nguyenchiet65@gmail.com', '2007-08-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781582621938_869dc64c-aa17-48ed-91b1-cc87cb681307.webp');
|
||
INSERT INTO `students` VALUES (439, '2026-07-01 08:06:08.514', '2026-07-03 09:02:54.961', 1789, 'SV1789', 'Phạm Cao Thảo Nguyên', '0399909642', 'caonguyenpham0712@gmail.com', '2007-12-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/67a1da66-a54c-464d-9a93-e0c0db975e20.png');
|
||
INSERT INTO `students` VALUES (440, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.598', 1732, 'B25DTQT055', 'Đào Thị Hải Ninh', '0868842863', 'dthninh99@gmail.com', '2007-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4c48e079-7c0f-434d-887b-264df4dcf891.jpeg');
|
||
INSERT INTO `students` VALUES (441, '2026-07-01 08:06:08.514', '2026-07-03 14:56:54.056', 1775, 'B25DTQT089', 'Vũ Anh Thư', '0332547633', 'anhthuvu8307@gmail.com', '2007-03-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (442, '2026-07-01 08:06:08.514', '2026-07-02 15:10:53.962', 1733, 'B25dtqt053', 'Đặng Thị Linh Nhi', '0973260134', 'lnhidang253@gmail.com', '2007-03-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5af1773d-6738-43cb-8020-8445276e27bf.jpeg');
|
||
INSERT INTO `students` VALUES (443, '2026-07-01 08:06:08.514', '2026-07-02 15:10:57.242', 1549, 'B25DTCN138', 'Nguyễn Trường Vũ', '0865559527', 'truongvun781@gmail.com', '2007-11-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3ff011a5-4f8c-49d1-8b50-8ed3e41a0cb4.jpg');
|
||
INSERT INTO `students` VALUES (444, '2026-07-01 08:06:08.514', '2026-07-03 07:18:02.524', 1781, 'B25DTQT107', 'Lãnh Thái Ngọc', '0799776936', 'hlinhngoc74@gmail.com', '2007-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9be9e4ff-72b0-41a5-add5-d9450de09146.jpeg');
|
||
INSERT INTO `students` VALUES (445, '2026-07-01 08:06:08.895', '2026-07-02 15:10:58.262', 1450, 'B25DTCN277', 'Lê Thị Ngọc Lê', '0963805319', 'ngoclee280907@gmail.com', '2007-09-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d8d43e45-59ec-4259-b575-ba34c3b6b13b.jfif');
|
||
INSERT INTO `students` VALUES (446, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1560, 'PTIT - K25', 'Lăng Hồng Phúc', '0888091602', 'langphuc27@gmail.com', '2007-10-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b19275e7-2a8a-43f7-b75a-20f516d6f8c2.jpeg');
|
||
INSERT INTO `students` VALUES (447, '2026-07-01 08:06:08.895', '2026-07-03 09:22:08.565', 1646, 'B25DTCN297', 'Nguyễn Cao Nguyên', '0849165666', 'nguyencaonguyen135@gmail.com', '2007-11-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/c7066e4e-1dad-4b1a-af91-79816d4f3469.jpg');
|
||
INSERT INTO `students` VALUES (448, '2026-07-01 08:06:08.895', '2026-07-03 07:00:52.178', 1612, 'B25DTCN212', 'Nguyễn Công Trường', '0972908858', 'truongcong877@gmail.com', '2007-07-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/061381df-5366-42f4-86b2-02d72a3243a2.jpeg');
|
||
INSERT INTO `students` VALUES (449, '2026-07-01 08:06:08.895', '2026-07-03 11:12:52.529', 178, 'PTIT-HN-111', 'Nguyễn Danh Nam Khánh', '0329920896', 'nguyendanhnamkhanh06@gmail.com', '2006-11-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/215733af-a2ea-49c0-a977-6358255c551d.png');
|
||
INSERT INTO `students` VALUES (450, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1290, 'B25DTCN087', 'Nguyễn Khả Minh Đức', '0964850507', 'bopnguyen12345@gmail.com', '2007-06-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (451, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.242', 1317, 'B25DTCN169', 'Nguyễn Minh Hiếu 6', '0329780987', 'minh.n.nguyen@outlook.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ceffad19-8ee8-43de-9372-28c5ae9c117e.jpg');
|
||
INSERT INTO `students` VALUES (452, '2026-07-01 08:06:08.895', '2026-07-03 09:19:56.436', 1425, 'B25DTCN121', 'Nguyễn Ngọc Phúc', '0384416977', 'nguyenphuc230607@gmail.com', '2007-06-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/49388054-9314-4047-9d50-55028c81804c.jpg');
|
||
INSERT INTO `students` VALUES (453, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.242', 1524, 'B25DTCN110', 'Nguyễn Quang Minh 7', '0336918898', 'nqm220807@gmail.com', '2007-08-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/37c7aac0-3bdf-4c7c-825b-f464af709843.jpg');
|
||
INSERT INTO `students` VALUES (454, '2026-07-01 08:06:08.895', '2026-07-02 15:10:58.262', 1308, 'B25DTCN286', 'Nguyễn Thành Đạt 2', '0388063051', 'ngdat2808@gmail.com', '2007-01-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4f552014-4149-40a0-b543-3e5f8353f240.jpeg');
|
||
INSERT INTO `students` VALUES (455, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1334, 'B25DTCN174', 'Nguyễn Tiến Hùng', '0338519007', 'nguyentienhung13012007@gmail.com', '2007-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/67cef7ae-eef0-4507-8e5c-cf84084f2f6c.jpg');
|
||
INSERT INTO `students` VALUES (456, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.242', 1311, 'B25DTCN185', 'Nguyễn Võ Trung Kiên', '0902020359', 'nguyenvotrungkien7002@gmail.com', '2007-04-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (457, '2026-07-01 08:06:08.895', '2026-07-02 15:10:58.262', 1464, 'B25DTCN200', 'Nguyễn Văn Quân', '0395530207', 'nguyenvanquan5820007@gmail.com', '2007-08-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/16d8ad11-0713-4618-bfa8-5dded4b383cf.jpg');
|
||
INSERT INTO `students` VALUES (458, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1675, 'B25DTCN313', 'Ngô Xuân Tài', '0393026024', 'ngoxuantai1705@gmail.com', '2007-05-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778224061849_ee31e7db-2773-485c-a2ed-4d14eb6ff8d5.webp');
|
||
INSERT INTO `students` VALUES (459, '2026-07-01 08:06:08.895', '2026-07-03 09:20:40.639', 1570, 'B25DTCN163', 'Phạm Tấn Dũng', '0916816986', 'dungbede16827@gmail.com', '2007-08-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ddb83fd5-c9d1-4cd8-92e2-17bb2fd06876.jpg');
|
||
INSERT INTO `students` VALUES (460, '2026-07-01 08:06:08.895', '2026-07-02 15:10:58.262', 1332, 'B25DTCN063', 'Trần Đức Anh 2', '0827561718', 'tducanh261@gmail.com', '2007-10-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a2dcde99-2a4f-4621-9857-fdee5ac7d57b.jpeg');
|
||
INSERT INTO `students` VALUES (461, '2026-07-01 08:06:08.895', '2026-07-02 15:10:56.760', 1614, 'B25DTCN314', 'Trần Đức Thành 2', '0354301299', 'tranthanh27022007@gmail.com', '2007-02-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2c6b06a2-aaa2-4dd4-b489-d262ee6287c7.jpg');
|
||
INSERT INTO `students` VALUES (462, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1361, '1361', 'Vũ Anh Đức', '0914670613', 'vad010107@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/aa0896e6-83a9-4723-a490-c14461af0f54.jpeg');
|
||
INSERT INTO `students` VALUES (463, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1430, 'B25DTCN238', 'Vũ Minh Hải', '0326714919', 'Vuminhhai1047@gmail.com', '2007-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (464, '2026-07-01 08:06:08.895', '2026-07-03 11:13:36.799', 1412, 'B25DTCN117', 'Đỗ Tiến Nam', '0963920762', 'Ghastnam001@gmail.com', '2007-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776751337135_8f1bbb6a-c5f6-40e0-95f9-a8399e42bea9.webp');
|
||
INSERT INTO `students` VALUES (465, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.962', 1734, 'SV1734', 'Bùi Hà Uyên', '0816710189', 'buihauyen121007@gmail.com', '2007-10-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (466, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1786, 'B25DTQT105', 'Hoàng Cẩm Ly', '0389432007', 'camly0518@gmail.com', '2007-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775550854688_4119215e-d00c-42ab-a9ec-1c5968241aee.webp');
|
||
INSERT INTO `students` VALUES (467, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1783, 'B25DTQT100', 'Hoàng Kim Huệ', '0859699151', 'hehjhjhjhj@gmail.com', '2007-09-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2cbbd9b4-b1b9-4ca4-89c7-ca51bb972b41.jpeg');
|
||
INSERT INTO `students` VALUES (468, '2026-07-01 08:06:08.895', '2026-07-03 08:13:55.420', 1738, 'SV1738', 'Hồ Xuân Dũng', '0357105407', 'xuandung13032007@gmail.com', '2007-03-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (469, '2026-07-01 08:06:08.895', '2026-07-03 09:02:28.461', 1741, 'B25DTQT040', 'Lê Khánh Linh', '0335145935', 'linhlekhanh07@gmail.com', '2007-05-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/56fbc085-d120-4a03-a662-ae0b66b7ed83.jpeg');
|
||
INSERT INTO `students` VALUES (470, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.962', 1788, 'B25DTQT123', 'Hà Thị Quỳnh', '0329830926', 'haquynh961@gmail.com', '2007-07-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1509ef9f-64ac-48a9-9e04-bbd634a64fcc.jpeg');
|
||
INSERT INTO `students` VALUES (471, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1715, 'B25DTQT032', 'Nguyễn Thu Hương', '0355546307', 'nguyenhuong27012007@gmail.com', '2007-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (472, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1697, 'B25DTQT082', 'Nguyễn Minh Hoàng 4', '0986342085', 'hn4241034@gmail.com', '2007-08-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ffdf70cf-5d09-4a04-a0cb-3d2fa82a664a.jpeg');
|
||
INSERT INTO `students` VALUES (473, '2026-07-01 08:06:08.895', '2026-07-02 15:10:32.298', 1735, 'B25DTQT091', 'Nguyễn Nhật Vy', '0332026855', 'nnhatvyy0412207@gmail.com', '2007-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f4e866cf-d7b7-49cc-9a89-4d50fef62508.png');
|
||
INSERT INTO `students` VALUES (474, '2026-07-01 08:06:08.895', '2026-07-03 00:48:28.048', 1719, 'B25DTQT062', 'Trần Thị Thu Thảo', '0981929853', 'tranthithuh530@gmail.com', '2007-10-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (475, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.962', 1714, 'D25DTQT088', 'Vũ Thanh Thảo', '0337375626', 'thao191207@gmail.com', '2007-01-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (476, '2026-07-01 08:06:08.895', '2026-07-03 14:09:57.258', 303, 'PTIT-HN-232', 'Nguyễn Thế Kiên', '0984178465', 'thekien780@gmail.com', '2006-01-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/71330d05-5cd1-4bb7-b560-a2b82ef9284d.png');
|
||
INSERT INTO `students` VALUES (477, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.158', 1757, 'B25DTQT073', 'Nguyễn Đức Anh 13', '0987238959', 'aduc4910@gmail.com', '2007-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/cd20a40e-7d8f-4549-9675-73bed5698a44.jpg');
|
||
INSERT INTO `students` VALUES (478, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1794, 'B25DTQT109', 'Đỗ Duy Trường', '0819646389', 'truonghehe307@gmail.com', '2007-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/19871193-ecb0-4e51-b9a8-9d0b5309b974.jpeg');
|
||
INSERT INTO `students` VALUES (479, '2026-07-01 08:06:08.895', '2026-07-03 09:02:36.566', 1787, 'SV1787', 'Đỗ Ngọc Ánh', '0912111111', 'nyancam14@gmail.com', '2007-11-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (480, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1798, 'B25DTQT101', 'Tạ Minh Huệ', '0397578572', 'minhhuetm1@gmail.com', '2007-09-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e4cf0eed-7ffe-4f9e-94d0-29c75cda3d14.jpg');
|
||
INSERT INTO `students` VALUES (481, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.962', 1750, 'B25dtqt042', 'Vũ Khánh Linh 2', '0766000907', 'vulinh10098@gmail.com', '2007-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (482, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.962', 1731, 'B25DTQT023', 'Đinh Ngọc Đỉnh', '0335802466', 'dn677523@gmail.com', '2007-12-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b11c09fe-32eb-4139-8200-8e94ffc9ffc8.jpeg');
|
||
INSERT INTO `students` VALUES (483, '2026-07-01 08:06:08.895', '2026-07-02 15:10:53.598', 1756, 'B25DTQT057', 'Vũ Thị Minh Phương', '0985488307', 'vtmphuong.k53a1@gmail.com', '2007-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d773f4da-8cb8-4b03-881a-24d1aa61ce9c.jpg');
|
||
INSERT INTO `students` VALUES (484, '2026-07-01 08:06:08.895', '2026-07-03 09:14:36.108', 1777, 'D25TXQT03-B', 'Đặng Ngọc Đạt', '0862326474', 'ngocdat0@icloud.com', '2007-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781577406106_47f7aef2-7ee0-4075-8a7f-5dc9ec15ad6c.webp');
|
||
INSERT INTO `students` VALUES (485, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1587, 'B25DTCN247', 'Nguyễn Thị Khánh Huyền 3', '0344228207', 'nguyenthikhanhhuyen517@gmail.com', '2007-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781590501484_29fc189a-2faa-4725-9d69-d9fafe120ecd.webp');
|
||
INSERT INTO `students` VALUES (486, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1335, 'B25DTCN257', 'Nguyễn Như Quỳnh', '0948492287', 'tentaikhoancuato@gmail.com', '2007-01-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/92f5e3ed-aef2-49b0-b32f-ebe8cc5830f8.jpeg');
|
||
INSERT INTO `students` VALUES (487, '2026-07-01 08:06:08.895', '2026-07-03 09:00:39.587', 1637, 'B25DTCN317', 'Lê Vân Anh', '0971586628', 'lva130907@gmail.com', '2007-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (488, '2026-07-01 08:06:08.895', '2026-07-02 15:10:57.782', 1611, 'B25DTCN254', 'Bùi Hữu Nhân', '0906599756', 'buihuunhan2007nhtk@gmail.com', '2007-01-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/9855e49d-a74e-48de-b7aa-406b20644a62.jpg');
|
||
INSERT INTO `students` VALUES (489, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.242', 1688, 'STuB25DTCN290', 'Lê Văn Gia Huy', '0325200081', 'giahuylevan1807@gmail.com', '2027-01-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (490, '2026-07-01 08:06:09.261', '2026-07-03 08:58:56.624', 1403, 'B25DTCN192', 'Nguyễn Duy Minh 3', '0363575926', 'duym5412@gmail.com', '2007-01-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6a665b30-10ac-4aed-bb29-fa9de0d81596.jpg');
|
||
INSERT INTO `students` VALUES (491, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.242', 1574, 'B25DTCN259', 'Nguyễn Phú Tài', '0839646207', 'taitinh12342@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fdb0fb80-1a3b-49df-aaf3-17b873ba75ba.jpeg');
|
||
INSERT INTO `students` VALUES (492, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.782', 1671, '1671', 'Nguyễn Phúc Minh Duy', '0961974084', 'nguyenduy246808642@gmail.com', '2007-12-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (493, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.782', 1644, 'B25DTCN294', 'Nguyễn Tiến Đạt 6', '0835095818', 'dothithuhak115b@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/155aec57-e828-47b0-834f-52a00849e8d2.jpeg');
|
||
INSERT INTO `students` VALUES (494, '2026-07-01 08:06:09.261', '2026-07-03 09:03:06.073', 1453, 'B25DTCN274', 'Nguyễn Tuấn Dũng 2', '0384139596', 'trgnguyen001@gmail.com', '2007-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/239a7980-2dea-44d7-b819-ce8f34cae647.jpg');
|
||
INSERT INTO `students` VALUES (495, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.242', 1526, 'B25DTCN176', 'Nguyễn Tuấn Hưng 3', '0396906644', 'hung20071612@gmail.com', '2007-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/913db25c-8016-4d41-9e8b-14c6d98bf6be.JPG');
|
||
INSERT INTO `students` VALUES (496, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.242', 1515, 'B25DTCN261', 'Nguyễn Văn Thi', '0373661201', 'tz3579344@gmail.com', '2007-01-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (497, '2026-07-01 08:06:09.261', '2026-07-02 15:10:56.760', 1499, 'B25DTCN203', 'Nguyễn Xuân Sơn 2', '0362546495', 'nguyenxuanson01012007@gmail.com', '2007-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (498, '2026-07-01 08:06:09.261', '2026-07-02 15:10:56.760', 1293, 'B25DTCN158', 'Nguyễn Đình Đức', '0374902607', 'ducdocma@gmail.com', '2007-05-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (499, '2026-07-01 08:06:09.261', '2026-07-02 15:10:56.760', 1367, 'B25DTCN114', 'Phạm Thị Na Na', '0896984566', 'nana22022007@gmail.com', '2007-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/172d7c0a-d1d3-4d9a-ac22-14764d575853.jpg');
|
||
INSERT INTO `students` VALUES (500, '2026-07-01 08:06:09.261', '2026-07-01 14:48:09.428', 1304, 'B25DTCN127', 'Phạm Việt Thành', '0374739670', 'vietthanh13578@gmail.com', '2007-02-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (501, '2026-07-01 08:06:09.261', '2026-07-02 15:10:48.284', 1033, '21020281', 'Trần Tuấn Anh', '0393003112', 'tuananhniichan@gmail.com', '2003-01-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (502, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.782', 1349, 'B25DTCN088', 'Tạ Phúc Minh Hiếu', '0828146555', 'hta85055@gmail.com', '2007-11-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d8384206-3a27-4af3-8881-96028ec216f3.jpg');
|
||
INSERT INTO `students` VALUES (503, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.782', 1378, 'B25DTCN171', 'Vũ Đức Hoàng 2', '0904421628', 'vuduchoang316@gmail.com', '2007-05-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782354273741_eee9450c-d12e-4e55-859c-209d33125393.webp');
|
||
INSERT INTO `students` VALUES (504, '2026-07-01 08:06:09.261', '2026-07-02 15:10:58.262', 1306, 'B25DTCN210', 'Đinh Nguyễn Khánh Toàn', '0967209083', 'vietanh85.daiduong.thienkhoi@gmail.com', '2007-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776041123903_ddb1571a-3fa8-4a2b-a0fe-97c24e13245c.webp');
|
||
INSERT INTO `students` VALUES (505, '2026-07-01 08:06:09.261', '2026-07-03 09:14:03.572', 1609, 'B25DTCN182', 'Điêu Bảo Thái Khang', '0359559607', 'd.khang3007@gmail.com', '2007-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/593edc08-e35e-4b73-af8e-97ff6f5733d5.JPG');
|
||
INSERT INTO `students` VALUES (506, '2026-07-01 08:06:09.261', '2026-07-02 15:10:57.242', 1579, 'B25DTCN197', 'Đồng Lê Tuyết Nhung', '0375729626', 'dongletuyetnhung@gmail.com', '2007-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0775d928-6fe3-4052-af2f-043a90a13777.jpeg');
|
||
INSERT INTO `students` VALUES (507, '2026-07-01 08:06:09.261', '2026-07-02 15:15:05.542', 1758, 'B25DTQT092', 'Lã Nguyễn Hải Yến', '0362977635', 'layen171207@gmail.com', '2007-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/22f0742b-302f-4b12-89b5-bf0c80ff3541.png');
|
||
INSERT INTO `students` VALUES (508, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1746, 'B25TQT038', 'Bùi Thị Ngọc Hằng', '0367660183', 'hangb3712@gmail.com', '2007-02-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f5debd51-569a-414a-8fbb-d3699e1697ef.jpeg');
|
||
INSERT INTO `students` VALUES (509, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1722, 'B25DTQT084', 'Cung Gia Khánh', '0328020907', 'khanhcung0902@gmail.com', '2007-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (510, '2026-07-01 08:06:09.261', '2026-07-03 10:47:12.984', 1698, 'B25DTQT103', 'Hoàng Diệu Linh', '0862430189', 'Dieulinhhoang03122007@gmail.com', '2007-12-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (511, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1761, 'B25DTQT074', 'Hoàng Hiền Anh', '0973475291', 'hiena1387@gmail.com', '2007-09-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ac53bd65-f93b-48e6-8368-ac8c76bb1a24.jpeg');
|
||
INSERT INTO `students` VALUES (512, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1754, 'B25DTQT080', 'Hồ Mạnh Duy', '0817737782', 'homanhduy2000@gmail.com', '2007-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/29f5533c-d9f2-455b-af18-f1e2578b4f94.jpeg');
|
||
INSERT INTO `students` VALUES (513, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1716, 'B25DTQT048', 'Lê Minh Ngọc 2', '0363651407', 'minhngoc2612207@gmail.com', '2007-12-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (514, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1721, 'B25DTQT016', 'Lê Minh Đức Anh', '0972155207', 'leminhducanh17@gmail.com', '2007-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ba72c15c-543f-4d17-824b-0b3a0dfe00c3.jpg');
|
||
INSERT INTO `students` VALUES (515, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.158', 1695, 'SV1695', 'Lê Thị Kiều Trang', '0375729254', 'thoavanarch@gmail.com', '2007-10-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/be0c85de-1872-45ed-b568-abc4a0e9134a.jpg');
|
||
INSERT INTO `students` VALUES (516, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1713, 'B25DTQT025', 'Mai Thị Dương', '0968119815', 'maithiduong02022007@gmail.com', '2007-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e4eafb93-1f3f-4ce6-94ea-64c7f47d959b.jpeg');
|
||
INSERT INTO `students` VALUES (517, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1720, 'B25DTQT047', 'Nguyễn Bảo Ngọc 3', '0362848956', 'baongocnguyen686827@gmail.com', '2007-08-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8d263c14-47df-4025-ab14-a35cddb4e542.jpeg');
|
||
INSERT INTO `students` VALUES (518, '2026-07-01 08:06:09.261', '2026-07-03 06:57:28.828', 1803, 'B25DTQT096', 'Nguyễn Lê Kiều Châm', '0387021523', 'Nguyencham1408@gmail.com', '2007-08-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (519, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1711, 'B25dtqt075', 'Nguyễn Nhật Anh', '0867660067', 'nhatmitliza@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9ca08ac8-809c-407c-bc78-e0ed150aeb94.jpeg');
|
||
INSERT INTO `students` VALUES (520, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.962', 1740, 'B25DTQT022', 'Nguyễn Thành Đạt 4', '0347647314', 'nguyenthanhdat2172007@gmail.com', '2007-08-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (521, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1801, 'B25DTQT126', 'Nguyễn Thị Trang 2', '0347488976', 'nttrangz1207@gmail.com', '2007-10-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (522, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1744, 'B25DTQT014', 'Nguyễn Vân Anh', '0969891259', 'nguyenvanh2910@gmail.com', '2007-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c5e0247e-607f-432b-b66e-01ce255a4d11.png');
|
||
INSERT INTO `students` VALUES (523, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1762, 'B25DTQT072', 'Nguyễn Văn Việt', '0823407123', 'vietnguyen231207@gmail.com', '2007-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a63bef71-0f21-46f7-9473-8bcb94cb3cd0.jpeg');
|
||
INSERT INTO `students` VALUES (524, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.158', 1700, 'B25DTQT059', 'Ngô Công Sơn', '0961117031', 'ngocongson66@gmail.com', '2007-05-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/309b9c4e-0480-4c09-afc2-57bd5856b0e7.jpeg');
|
||
INSERT INTO `students` VALUES (525, '2026-07-01 08:06:09.261', '2026-07-02 15:10:32.652', 1703, 'SV1703', 'Trần Thị Thu Hường', '0913413272', 'thuhuongtran652@gmail.com', '2007-01-11 07:00:00.000', 2, 'BỎ HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6d52102c-0af5-4735-b353-67f92020c730.jpeg');
|
||
INSERT INTO `students` VALUES (526, '2026-07-01 08:06:09.261', '2026-07-03 10:28:43.971', 1779, 'B25DTQT117', 'Vũ Ruy Hoàng', '0357629269', 'vgh089689@gmail.com', '2007-10-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (527, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.158', 1699, 'B25DTQT060', 'Đinh Công Thắng', '0347623390', 'dinhthang15tui@gmail.com', '2007-03-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/abc9bfd5-863e-44d4-9167-9e5141f574dc.jpg');
|
||
INSERT INTO `students` VALUES (528, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1802, 'B25DTQT102', 'Đặng Gia Hưng', '0397510343', 'danghung260307@gmail.com', '2007-03-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (529, '2026-07-01 08:06:09.261', '2026-07-03 11:21:26.512', 1759, 'B25DTQT017', 'Đỗ Hải Anh 2', '0964342282', 'userhaianh26@gmail.com', '2006-09-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/e4c1c9e1-6eef-41ec-a4cd-2d390d46da31.jpg');
|
||
INSERT INTO `students` VALUES (530, '2026-07-01 08:06:09.261', '2026-07-02 15:10:56.760', 1502, 'B25DTCN128', 'Hà Duy Thành', '0336530369', 'duythanhcute11@gmail.com', '2007-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/546604b6-9292-4847-8edf-69f620193559.jpg');
|
||
INSERT INTO `students` VALUES (531, '2026-07-01 08:06:09.261', '2026-07-02 15:10:53.598', 1790, 'B25DTQT108', 'Nguyễn Bắc Việt Tiến', '0338690577', 'tiengamingzzt2@gmail.com', '2007-04-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0f56fc4f-4e88-41d9-a653-9ae5a2e0ded2.jpg');
|
||
INSERT INTO `students` VALUES (532, '2026-07-01 08:06:09.845', '2026-07-03 13:07:22.417', 901, 'PTIT-HNK23-018', 'Trần Thị Khánh Huyền', '0undefined', 'tkhuyen1303@gmail.com', '2005-03-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (533, '2026-07-01 08:06:09.845', '2026-07-03 14:06:25.138', 88, 'PTIT-HN-022', 'Nguyễn Quang Huy 8', '0392213816', 'huyhuy9126@gmail.com', '2006-10-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1769952801757_e7937d6e-aa28-402f-8c0e-fca36e90a171.webp');
|
||
INSERT INTO `students` VALUES (534, '2026-07-01 08:06:09.845', '2026-07-03 14:10:49.456', 285, 'PTIT-HN-217', 'Nguyễn Văn Hiếu', '0328441049', 'nn650370@gmail.com', '2006-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/163cd71c-0584-422c-b8b1-32a7cdcffa06.jpg');
|
||
INSERT INTO `students` VALUES (535, '2026-07-01 08:06:09.845', '2026-07-03 14:07:56.153', 194, 'PTIT-HN-127', 'Trần An Ninh', '0966557518', '260806tan@gmail.com', '2006-08-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781675543193_18dfd987-f82f-458f-90d8-6eeeff183270.webp');
|
||
INSERT INTO `students` VALUES (536, '2026-07-01 08:06:09.845', '2026-07-03 14:06:38.130', 75, 'PTIT-HN-010', 'Lê Trung Đông', '0396391319', 'tle474498@gmail.com', '2006-08-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1739616357/e9xw1o1h7vvn0c5enup1.jpg');
|
||
INSERT INTO `students` VALUES (537, '2026-07-01 08:06:09.845', '2026-07-02 15:11:03.851', 889, 'PTIT-HNK23-006', 'Nguyễn Thanh Tùng 3', '0undefined', 'thanhtung100705@gmail.com', '2005-10-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750051064/r2zglldllqnpyajyq2ai.jpg');
|
||
INSERT INTO `students` VALUES (538, '2026-07-01 08:06:09.845', '2026-07-03 13:35:58.482', 227, 'PTIT-HN-160', 'Đỗ Hồng Kỳ', '0984063626', 'dohongky2006@gmail.com', '2006-12-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726561673/d2l1xmyctwqshwzxsbfd.jpg');
|
||
INSERT INTO `students` VALUES (539, '2026-07-01 08:06:09.845', '2026-07-02 15:11:03.851', 162, 'PTIT-HN-095', 'Bùi Văn Phương', '0343648796', 'hexgaming26@gmail.com', '2006-03-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (540, '2026-07-01 08:06:09.845', '2026-07-03 14:06:27.041', 910, 'PTIT-HNK23-027', 'Đặng Tô Ngọc Dũng', '0961511574', 'dungbgbg12tt@gmail.com', '2005-09-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750092195/au6o347a3u3hmhllvqnt.jpg');
|
||
INSERT INTO `students` VALUES (541, '2026-07-01 08:06:09.845', '2026-07-03 14:10:05.197', 173, 'PTIT-HN-106', 'Đỗ Gia Hưng', '0904946523', 'dogiahungtplc@gmail.com', '2006-05-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750077070/nlq9nraxzffcizscbqnz.jpg');
|
||
INSERT INTO `students` VALUES (542, '2026-07-01 08:06:09.845', '2026-07-03 14:07:41.942', 239, 'PTIT-HN-172', 'Nguyễn Ngọc Thanh', '0972380198', 'nguyentuananhdni26@gmail.com', '2006-12-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (543, '2026-07-01 08:06:09.845', '2026-07-03 14:06:20.428', 250, 'PTIT-HN-183', 'Đặng Văn Thắng', '0866171066', 'dvthang0412@gmail.com', '2006-12-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778036121513_f5edfb66-491e-4241-9819-5b697fb8fe61.webp');
|
||
INSERT INTO `students` VALUES (544, '2026-07-01 08:06:09.845', '2026-07-03 13:13:33.631', 254, 'PTIT-HN-187', 'Hồ Khánh Linh', '0586519028', 'hokhanhlinh2006@gmail.com', '2006-05-31 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/6f07c28a-8d71-497c-ad75-a57a54edcefa.jpeg');
|
||
INSERT INTO `students` VALUES (545, '2026-07-01 08:06:09.845', '2026-07-03 13:03:10.345', 151, 'PTIT-HN-084', 'Tạ Xuân Chiến', '0564170988', 'xuanchien319@gmail.com', '2006-03-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726561089/ycwnp08my3kat9c2mqvr.png');
|
||
INSERT INTO `students` VALUES (546, '2026-07-01 08:06:09.845', '2026-07-03 14:08:10.672', 218, 'PTIT-HN-151', 'Hoàng Trung Dũng', '0834527469', 'hoangdunghhtlc@gmail.com', '2006-01-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (547, '2026-07-01 08:06:09.845', '2026-07-03 13:27:55.992', 137, 'PTIT-HN-070', 'Đặng Khánh An', '0975810928', 'khanhanke@gmail.com', '2006-04-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122590/quogtdodxherfyxuq8lz.jpg');
|
||
INSERT INTO `students` VALUES (548, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 221, 'PTIT-HN-154', 'Vi Trung Quý', '0329957203', 'viquy16@gmail.com', '2003-02-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/64d795ab-8493-4dd6-9cdc-4df3529727db.jpg');
|
||
INSERT INTO `students` VALUES (549, '2026-07-01 08:06:09.845', '2026-07-03 14:08:24.018', 402, 'PTIT-HN-258', 'Bàng Trọng Tú', '0943478560', 'bangtu2005.com@gmail.com', '2005-01-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/dec40adb-50b0-4be0-9de5-623363734909.jpg');
|
||
INSERT INTO `students` VALUES (550, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 416, 'PTIT-HN-273', 'Nguyễn Hoàng Nhật', '0349910997', 'nghoangnhat50@gmail.com', '2004-07-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1727678032/qh2lgiedabhrd1ndomrq.jpg');
|
||
INSERT INTO `students` VALUES (551, '2026-07-01 08:06:09.845', '2026-07-02 15:11:06.895', 252, 'PTIT-HN-185', 'Lê Thành Long', '0868107131', 'lethanhlong1224@gmail.com', '2006-03-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750093362/dxgffh9j59x4tidlbdtv.jpg');
|
||
INSERT INTO `students` VALUES (552, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 185, 'PTIT-HN-118', 'Trần Khánh An', '0385408745', 'trankhanhan080506@gmail.com', '2006-05-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/048f4c17-2a67-4b19-95b9-65fe58129686.jpg');
|
||
INSERT INTO `students` VALUES (553, '2026-07-01 08:06:09.845', '2026-07-03 13:31:31.499', 222, 'PTIT-HN-155', 'Hà Quang Huy', '0913006091', 'haquanghuy2006abc@gmail.com', '2006-06-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/4ef660f4-b8ff-4cf5-b39f-d70185e7b212.jpg');
|
||
INSERT INTO `students` VALUES (554, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 902, 'PTIT-HNK23-019', 'Trịnh Khắc Hưng', '0335412487', 'trinhkhachung27@gmail.com', '2005-08-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775634234180_9f7a9ecd-f1fa-4c45-b95c-23db07305db1.webp');
|
||
INSERT INTO `students` VALUES (555, '2026-07-01 08:06:09.845', '2026-07-03 14:04:58.780', 99, 'PTIT-HN-0615', 'Đỗ Thảo Minh', '0344623918', 'dothaominh2401@gmail.com', '2006-01-24 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726561185/nu3ya8qctwb7baykcve2.jpg');
|
||
INSERT INTO `students` VALUES (556, '2026-07-01 08:06:09.845', '2026-07-03 14:10:28.787', 273, 'PTIT-HN-205', 'Nguyễn Tiến Thành', '0368318206', 'thannhk6@gmail.com', '2006-06-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775837027067_85faf622-23d4-406d-b4b0-8fed2cb8180f.webp');
|
||
INSERT INTO `students` VALUES (557, '2026-07-01 08:06:09.845', '2026-07-03 14:07:44.469', 226, 'PTIT-HN-159', 'Hoàng Thiên Sơn', '0362490374', 'son666727@gmail.com', '2006-11-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779675407589_40f2a081-0666-46ab-a592-cddbc97602f3.webp');
|
||
INSERT INTO `students` VALUES (558, '2026-07-01 08:06:09.845', '2026-07-03 14:07:15.793', 298, 'PTIT-HN-227', 'Lê Hoàng Xuân Vinh', '0346981206', 'xuanvinhle06@gmail.com', '2006-10-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749883829/noa6svre1dcldhlycudv.jpg');
|
||
INSERT INTO `students` VALUES (559, '2026-07-01 08:06:09.845', '2026-07-03 14:08:22.628', 236, 'PTIT-HN-169', 'Đoàn Việt Anh', '0354978826', 'sivanh740@gmail.com', '2006-11-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750117910/zv8nv0iycam27evhusqi.jpg');
|
||
INSERT INTO `students` VALUES (560, '2026-07-01 08:06:09.845', '2026-07-03 12:15:14.796', 122, 'PTIT-HN-056', 'Trương Hà Cẩm Linh', '0337323451', 'camlinhmattron@gmail.com', '2006-01-03 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775802031999_5f8aa8e4-3013-4140-a95c-3e205ea10163.webp');
|
||
INSERT INTO `students` VALUES (561, '2026-07-01 08:06:09.845', '2026-07-03 13:31:54.947', 267, 'PTIT-HN-200', 'Nguyễn Minh Duy', '0965098989', 'nguyenduy26806@gmail.com', '2006-08-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750084201/h6t8mngyktgfvubioowy.jpg');
|
||
INSERT INTO `students` VALUES (562, '2026-07-01 08:06:09.845', '2026-07-03 14:07:44.369', 209, 'PTIT-HN-142', 'Nguyễn Trần Bảo Khánh', '0888688056', 'khanh040604@gmail.com', '2006-04-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/d2170851-5f01-4798-ba6b-fdda7474fb97.jpg');
|
||
INSERT INTO `students` VALUES (563, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 208, 'PTIT-HN-141', 'Hoàng Nguyên Đức', '0368788980', 'ducgay233@gmail.com', '2006-06-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750090042/lzg351bvrmauza32ilmn.jpg');
|
||
INSERT INTO `students` VALUES (564, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 223, 'PTIT-HN-156', 'Trần Anh Dũng', '0946475866', 'dungoo2605@gmail.com', '2006-05-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1769996461508_5262f0f8-4874-4da2-816a-33a8a37470d2.webp');
|
||
INSERT INTO `students` VALUES (565, '2026-07-01 08:06:09.845', '2026-07-03 14:08:28.039', 308, 'PTIT-HN-237', 'Đỗ Chung Hiếu', '0982213913', 'quangngochieu266@gmail.com', '2006-02-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122488/vg2dfx7ctkkiryeqhitu.jpg');
|
||
INSERT INTO `students` VALUES (566, '2026-07-01 08:06:09.845', '2026-07-02 15:11:04.976', 723, 'PTIT-HN-275', 'Phan Phước Anh', '0706756158', 'phanphuocanh97@gmail.com', '2006-10-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122954/keefalzt4nm7yz9zaf75.jpg');
|
||
INSERT INTO `students` VALUES (567, '2026-07-01 08:06:09.845', '2026-07-02 15:11:02.421', 887, 'PTIT-HNK23-004', 'Nguyễn Minh Hoàng', '0966711686', 'miinhhoangg204@gmail.com', '2004-11-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (568, '2026-07-01 08:06:09.845', '2026-07-03 14:01:35.872', 415, 'PTIT-HN-272', 'Nguyễn Quyết Thắng', '0782154417', 'Phanhtran0501@gmail.com', '2004-07-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750083527/wdfzf6m7fssbnsfmwshp.jpg');
|
||
INSERT INTO `students` VALUES (569, '2026-07-01 08:06:09.845', '2026-07-03 14:03:53.691', 238, 'PTIT-HN-171', 'Lê Thanh Tùng', '0962966025', 'lethanhtungdeptrai@gmail.com', '2005-03-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774239633590_0b150ce5-9f31-46d9-a07a-7d4bec54822a.webp');
|
||
INSERT INTO `students` VALUES (570, '2026-07-01 08:06:09.845', '2026-07-03 13:50:30.926', 92, 'PTIT-HN-026', 'Nguyễn Duy Mạnh', '0344762838', 'manhduy0989@gmail.com', '2006-02-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750026134/y7hu6lx5nodlagp1x7zf.jpg');
|
||
INSERT INTO `students` VALUES (571, '2026-07-01 08:06:09.845', '2026-07-03 14:05:50.501', 244, 'PTIT-HN-177', 'Nguyễn Trường An', '0988912254', 'suki6b@gmail.com', '2001-09-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750123133/o4hhrfsatqslvywmpfgc.jpg');
|
||
INSERT INTO `students` VALUES (574, '2026-07-01 08:06:10.115', '2026-07-02 15:10:33.357', 2044, 'TEST-001', 'Rikkei Education', '0321456789', 'lamlt@rikkei.edu.vn', '2001-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773999753626_8ee18e82-443a-4cda-ba35-b9fc325d3279.webp');
|
||
INSERT INTO `students` VALUES (575, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2605, 'TES - 05', 'Nguyễn Thị Thu Hằng', NULL, 'hang17111998@gmail.com', '1998-11-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (576, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2604, 'TES - 04', 'Lê Thị Hải Hà', NULL, 'haiha3639@gmail.com', '2004-02-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778746575564_2e525ae5-9193-47ee-be78-d554a63b6a7c.webp');
|
||
INSERT INTO `students` VALUES (577, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2603, 'TES - 02', 'Nguyễn Thị Lan Anh', NULL, 'nguyenlanh21092005@gmail.com', '2005-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (578, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2606, 'TES - 07', 'Đặng Thu Trà', NULL, 'tradangthu449@gmail.com', '2003-07-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778899202164_73329705-7ad1-4b87-aa60-6f70df976a63.webp');
|
||
INSERT INTO `students` VALUES (579, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2602, 'TES - 01', 'Hà Gia Huy', NULL, 'hahuyhgh@gmail.com', '2004-10-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778743681228_e949a3c9-95ab-4ad1-8057-80d107c56c97.webp');
|
||
INSERT INTO `students` VALUES (580, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2615, 'TES - 07', 'Nguyễn Đình Văn', NULL, 'nguyenvanlesking@gmail.com', '2005-04-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (581, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2616, 'TES - 08', 'Phạm Phương Anh', NULL, 'pphuonganh0705@gmail.com', '2005-06-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (582, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2617, 'TES - 09', 'Nguyễn Thị Thu Quỳnh', NULL, 'nguyenthithuquynh121@gmail.com', '2005-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (583, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2614, 'TES - 06', 'Kim Nguyệt Ánh', NULL, 'anhkn.work@gmail.com', '2001-05-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (584, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2618, 'TES - 10', 'Hà Huyền Trang', '0367235426', 'changchang15625@gmail.com', '2005-06-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (585, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2632, 'TES - 12', 'Trần Tuyết Như', NULL, 'trantuyetnhu16305@gmail.com', '2005-03-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778940400606_6159a9bc-1f8f-476b-88f2-077cf31e0e85.webp');
|
||
INSERT INTO `students` VALUES (586, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2631, 'TES - 11', 'Trần Thị Quỳnh Chi', NULL, 'buithichi1998hb@gmail.com', '2005-07-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (587, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2696, 'TES - AUTO 05', 'Trần Thu Giang', NULL, 'trangiang05112005@gmail.com', '2005-05-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (588, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2694, 'TES - AUTO 03', 'Nguyễn Khánh Linh', NULL, 'khanhlinh.19980906@gmail.com', '1998-09-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (589, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2693, 'TES - AUTO 02', 'Huỳnh Thị Kiều Uyên', NULL, 'htkuyen195@gmail.com', '1994-11-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (590, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2692, 'TES - AUTO 01', 'Trần Quang Minh', NULL, 'tranquangminh1502@gmail.com', '2002-02-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (591, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2695, 'TES - AUTO 04', 'Hoàng Nguyễn Quỳnh Hương', NULL, 'huongelfish@gmail.com', '2000-04-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (592, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2698, 'TES - AUTO 07', 'Thái Ngọc Anh', NULL, 'thaingocanh2005@gmail.com', '2005-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (593, '2026-07-01 08:06:10.337', '2026-07-02 15:10:33.557', 2697, 'TES - AUTO 06', 'Đào Ngọc Tuấn Anh', NULL, 'twolfdota@gmail.com', '1996-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (594, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2577, 'EMB - 82', 'Lê Anh Duy', NULL, 'leduy090425@gmail.com', '2005-09-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (595, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2578, 'EMB - 83', 'Lê Anh Đức', NULL, 'anhhducc9605@gmail.com', '2005-09-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (596, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2582, 'EMB - 87', 'Tô Minh Tú', NULL, 'tominhtu1919@gmail.com', '2006-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (597, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2583, 'EMB - 88', 'Phạm Trần Tiến Phong', NULL, 'kiwinno181105@gmail.com', '2005-11-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (598, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2587, 'EMB - 92', 'Đỗ Quốc Anh', NULL, 'quocanhbeo0@gmail.com', '2003-05-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (599, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2588, 'EMB - 93', 'Đoàn Tuấn Đạt', NULL, 'doantuandat1752003@gmail.com', '2003-05-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (600, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2590, 'EMB - 95', 'Nguyễn Hải Nam', NULL, 'namnguyen20152567@gmail.com', '1997-07-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (601, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2581, 'EMB - 86', 'Đàm Minh Đức', NULL, 'minhduc31122003@gmail.com', '2003-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (602, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2591, 'EMB - 96', 'Nguyễn Trung Hiếu', NULL, 'ngtrunghieu220803@gmail.com', '2003-08-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (603, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2593, 'EMB - 98', 'Trần Chí Ân', NULL, 'chiantran05@gmail.com', '2005-11-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (604, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2584, 'EMB - 89', 'Nguyễn Hoàng Bảo', NULL, 'nguyenhoangbao2799@gmail.com', '1999-04-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (605, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2585, 'EMB - 90', 'Trần Thanh Hải', NULL, 'haitran121006@gmail.com', '2006-12-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (606, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2586, 'EMB - 91', 'Than Phan Khải', NULL, 'phankhai14.dn@gmail.com', '2006-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (607, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2594, 'EMB - 99', 'Bùi Hải Anh', NULL, 'buihaianh12032001@gmail.com', '2001-12-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (608, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2589, 'EMB - 94', 'Nguyễn Trung Hiếu', NULL, 'ntrunghieu2206@gmail.com', '2001-06-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (609, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2596, 'EMB - 101', 'Đinh Hữu Thành', NULL, 'roothanh2003@gmail.com', '2003-01-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (610, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2598, 'EMB - 103', 'Hồ Lê Phú Lộc', NULL, 'hlpl150204@gmail.com', '2004-02-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (611, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2597, 'EMB - 102', 'Nguyễn Kiều Trinh', NULL, 'nkieutrinh688@gmail.com', '2003-05-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778490324917_aec3e76f-e892-4c90-b9b3-73889aa25cd7.webp');
|
||
INSERT INTO `students` VALUES (612, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2592, 'EMB - 97', 'Nguyễn Bình Chiến', NULL, 'nguyenbinhchien06@gmail.com', '2007-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (613, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2599, 'EMB - 104', 'Đặng Vĩnh Phúc', NULL, 'vinhphucdang2003@gmail.com', '2003-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (614, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2595, 'EMB - 100', 'Nguyễn Phan Minh Khôi', NULL, 'npminhkhoi8824@gmail.com', '2004-08-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (615, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2600, 'EMB - 105', 'Nguyễn Thái Sơn', '0828138002', 'sonbtv123180@gmail.com', '2002-03-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (616, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2620, 'EMB - 107', 'Lê chí thiêm', '0983350557', 'lechithiem1983@gmail.com', '1993-07-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (617, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2621, 'EMB - 108', 'Hoàng Văn Vinh', '0334866665', 'vinhhua67@gmali.com', '1996-07-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (618, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2622, 'EMB - 109', 'Trần Đình Đức Minh', '0369596153', 'minhtranlion@gmail.com', '2007-10-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (619, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2623, 'EMB - 110', 'Lê Thanh Phúc', '0942173767', 'lephuc2132004@gmail.com', '2004-03-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (620, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2624, 'EMB - 111', 'Lê trần sang', '0393559630', 'sangle422005@gmail.com', '2005-02-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (621, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2630, 'EMB - 112', 'Phạm Kim Tài', '0984161396', 'kimtaip58@gmail.com', '2006-02-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (622, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2634, 'EMB - 115', 'Đoàn Văn Cương', NULL, 'doanvancuong711@gmail.com', '2004-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (623, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2636, 'EMB - 113', 'Nguyễn Trung Hiếu', '0987054615', 'trunghieunguyen1003@gmail.com', '1997-03-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (624, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2640, 'EMB - 116', 'Hoàng Lê Nhật Minh', '0889968520', 'hoangminhfcb@gmail.com', '2003-12-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (625, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2641, 'EMB - 117', 'Phạm Ngọc Sáng', '0358806999', 'sang.pnbka98@gmail.com', '1998-02-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (626, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2643, 'EMB - 118', 'Lê Nhật Hoài', '0976782824', 'lenhathoai12042006@gmail.com', '2006-04-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (627, '2026-07-01 08:06:10.632', '2026-07-02 15:10:34.046', 2689, 'EMB - 119', 'Dương Văn Hoàng', '0862936156', 'dvhoanghauik172026@gmail.com', '2004-11-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (628, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2572, 'JB IOC - 182', 'Đỗ Phú Đạt', NULL, 'hoalandodat@gmail.com', '2005-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (629, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2574, 'JB IOC - 184', 'Đinh Quang Hưng', NULL, 'hungthkk123@gmail.com', '2006-12-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778565762810_815fab43-5532-4da5-9d4b-e0f430bed840.webp');
|
||
INSERT INTO `students` VALUES (630, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2570, 'JB IOC - 180', 'Ngô Anh Khôi', NULL, 'ngoanhkhoitq2024@gmail.com', '2007-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (631, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2571, 'JB IOC - 181', 'Vương Đắc Tài', NULL, 'taivuongdac@gmail.com', '1997-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778601849863_383597b7-0728-4176-bc31-480fe7b2ee7f.webp');
|
||
INSERT INTO `students` VALUES (632, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2569, 'JB IOC - 179', 'Bùi Tiến Minh', NULL, 'tienminhtun2007@gmail.com', '2007-04-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (633, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2568, 'JB IOC - 178', 'Nguyễn Trung Cử', NULL, 'trungcu9811@gmail.com', '1998-11-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778858166621_b97fced9-ea50-4e8e-91a0-088c5dcb9c1f.webp');
|
||
INSERT INTO `students` VALUES (634, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2563, 'JB IOC - 173', 'Bùi Công Sơn', NULL, 'buison150304@gmail.com', '2004-03-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778724373085_ce4153de-d920-42fe-8f16-aced35a09d9e.webp');
|
||
INSERT INTO `students` VALUES (635, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2562, 'JB IOC - 172', 'Lê Đắc Huy', NULL, 'ldh2k3@gmail.com', '2003-02-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (636, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2561, 'JB IOC - 171', 'Bùi Quang Hùng', NULL, 'hungbqdev@gmail.com', '1995-06-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779104732017_139febcc-954d-4575-abbd-d4f6fe968de0.webp');
|
||
INSERT INTO `students` VALUES (637, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2560, 'JB IOC - 170', 'Đào Hoàng Phúc', NULL, 'daohoangphuc2005@gmail.com', '2005-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (638, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2559, 'JB IOC - 169', 'Phạm Gia Trung', NULL, 'pgtrung1997@gmail.com', '1997-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (639, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2558, 'JB IOC - 168', 'Huỳnh Trương Hiển Vinh', NULL, 'hthvinh48@gmail.com', '2002-02-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781006239726_2f2b5cb1-fd7c-4af9-96c9-0009247b0586.webp');
|
||
INSERT INTO `students` VALUES (640, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2566, 'JB IOC - 176', 'Đinh Trọng Hòa', NULL, 'skynetgarden@gmail.com', '1986-06-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (641, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2556, 'JB IOC - 166', 'Lê Hồng Sơn', NULL, 'lehongson270920050@gmail.com', '2005-09-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778587563292_7e0f0326-3212-4f0f-9a85-40290188523f.webp');
|
||
INSERT INTO `students` VALUES (642, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2567, 'JB IOC - 177', 'Nguyễn Nhật Cường', NULL, 'nguyennhatcuong2004@icloud.com', '2004-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779093920638_014eea1e-1a1b-4802-b38d-756ff6bec8a9.webp');
|
||
INSERT INTO `students` VALUES (643, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2557, 'JB IOC - 167', 'Đinh Tuấn Minh', NULL, 'dtm240603@gmail.com', '2003-06-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779708315521_c57cbc0d-0a9a-4146-94b0-481d1477dcc2.webp');
|
||
INSERT INTO `students` VALUES (644, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2565, 'JB IOC - 175', 'Nguyễn Công Minh', NULL, 'minh.nguyen12101997@gmail.com', '1997-12-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (645, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2573, 'JB IOC - 183', 'Lê Tùng Nguyên', NULL, 'lenguyen143work@gmail.com', '2003-03-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (646, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2625, 'JB IOC - 186', 'Mai Ngọc Tuấn', '0917421984', 'ngoctuan9781@gmail.com', '2005-06-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (647, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2627, 'JB IOC - 188', 'Nguyễn Mạnh Thắng', '0398280167', '910.nguyenmanhthang@gmail.com', '2004-05-31 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (648, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2628, 'JB IOC - 189', 'Đặng Tiến Dũng', '0961725130', 'dangtiendung04082001@gmail.com', '2001-08-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (649, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2629, 'JB IOC - 190', 'Nguyễn Duy Trung', '0868985346', 'trung08042003@gmail.com', '2003-04-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (650, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2633, 'JB IOC - 191', 'Phan Trần Việt Anh', '0374386709', 'phantranvietanh2005@gmail.com', '2005-04-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (651, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2639, 'JB IOC - 192', 'Ngô Ngọc Gia Hân', '09016675018', 'hanngo416@gmail.com', '2006-01-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (652, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2113, 'JB IOC - 104', 'Trương Minh Đăng', NULL, 'truongminhdangphenikaauni@gmail.com', '2003-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (653, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 1902, 'JB IOC - 37', 'Nguyễn Phú Quí', '0345869971', 'phuqui007050@gmail.com', '2005-05-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (654, '2026-07-01 08:06:10.914', '2026-07-02 15:10:34.330', 2131, 'JB IOC - 110', 'Trần Duy Hiếu', '0969779873', 'hieutranduy74@gmail.com', '2006-06-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (655, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2552, 'BA - 19', 'Nguyễn Hồ Linh Đan', NULL, 'linhdan.sam@gmail.com', '2002-06-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (656, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2551, 'BA - 18', 'Hoàng Minh Hiếu', NULL, 'hieu.hminh93@gmail.com', '1993-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778672410766_0adde47f-c8c0-4fb7-b070-8dd634a00422.webp');
|
||
INSERT INTO `students` VALUES (657, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2548, 'BA - 15', 'Nguyễn Thị Thu Trang', NULL, 'nguyenthithutrang11022003@gmail.com', '2003-11-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778771545512_6ff1a0ea-e582-44a0-93c7-e95779a2baf4.webp');
|
||
INSERT INTO `students` VALUES (658, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2545, 'BA - 12', 'Phạm Thị Hiền', NULL, 'phamthihien.knq@gmail.com', '1998-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (659, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2547, 'BA - 14', 'Nguyễn Manh Duy', NULL, 'duysip2006@gmail.com', '2006-06-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (660, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2546, 'BA - 13', 'Nghiêm Thị Thành', NULL, 'hoa1504252@gmail.com', '2004-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (661, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2542, 'BA - 09', 'Lê Hải Đăng', NULL, 'danglehai2k4@gmail.com', '2004-11-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (662, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2540, 'BA - 07', 'Trần Anh Quân', NULL, 'quantnkd@gmail.com', '2005-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778270109458_8cfb7259-cd04-4675-b33f-9c79c355cfba.webp');
|
||
INSERT INTO `students` VALUES (663, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2541, 'BA - 08', 'Trần Đức Mạnh', NULL, 'ducmanhtranreborn@gmail.com', '2006-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (664, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2539, 'BA - 06', 'Kiều Huyền Trang', NULL, 'meiimashiro1610@gmail.com', '2006-10-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778250030596_1e2bd9d3-cc9c-4583-9ce5-1b0bf7d519ae.webp');
|
||
INSERT INTO `students` VALUES (665, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2535, 'BA - 02', 'Đỗ Thị Kiều Trinh', NULL, 'trinh.kieuthido51@gmail.com', '2004-05-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (666, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2538, 'BA - 05', 'Nguyễn Hoàng Hạnh', NULL, 'nhhanh815@gmail.com', '2005-08-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (667, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2537, 'BA - 04', 'Đào Lưu Ly', NULL, 'luulyhy512@gmail.com', '2005-05-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (668, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2543, 'BA - 10', 'Phạm Thị Hiền Linh', NULL, 'hienlinhpham04@gmail.com', '2004-08-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (669, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2534, 'BA - 01', 'Hoàng Vũ Thùy Trang', NULL, 'hoangvuthuytrang2006@gmail.com', '2006-02-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779026479595_658bdcb3-b6e2-49d0-b7b8-5e90ac349d27.webp');
|
||
INSERT INTO `students` VALUES (670, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2549, 'BA - 16', 'Đinh Thị Huyền', NULL, 'huyendinh040200@gmail.com', '2000-04-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (671, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2536, 'BA - 03', 'Trần Hải Nam', NULL, 'tranhainama01@gmail.com', '2006-09-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (672, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2544, 'BA - 11', 'Nguyễn Thị Minh Châu', NULL, 'chau20048888@gmail.com', '2004-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778579202618_7206c1b4-4b06-4925-bf59-771a089591d9.webp');
|
||
INSERT INTO `students` VALUES (673, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2575, 'BA - 20', 'Lê Thị Hải Yến ', '0879765184', 'lethuong821978@gmail.com', '2004-09-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (674, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2612, 'BA - 26', 'Dương Bình Minh', NULL, 'duongbinhminh1104@gmail.com', '2003-11-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (675, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2611, 'BA - 25', 'Đoàn Phương Anh', NULL, 'phuonganhdoan162006@gmail.com', '2006-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (676, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2610, 'BA - 24', 'Bùi Tuấn Anh', NULL, 'moc161206@gmail.com', '2006-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (677, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2608, 'BA - 22', 'Nguyễn Duy Mạnh', NULL, 'manhcvak114@gmail.com', '2006-03-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (678, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2607, 'BA - 21', 'Nguyễn Huyền Điệp', NULL, 'huyendiep6806@gmail.com', '2006-06-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (679, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2609, 'BA - 23', 'Huỳnh Thị Minh Nguyệt', NULL, 'huynhthiminhnguyet198@gmail.com', '2004-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (680, '2026-07-01 08:06:11.137', '2026-07-02 15:10:34.563', 2682, 'Ba - TEST', 'BA Rikkei Education', '0984654654', 'ba@rikkei.edu.vn', '2003-03-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779939133853_e9ad6d57-83e7-4abe-b795-fea4dac5418c.webp');
|
||
INSERT INTO `students` VALUES (681, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2520, 'DA - 248', 'Nguyễn Lê Mỹ Anh ', '0903638568', 'nguyenlemyanh0506@gmail.com', '2006-05-06 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội ', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (682, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2519, 'DA - 247', 'Nguyễn Thúy Hải', NULL, 'thuyhai88@gmail.com', '1988-11-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (683, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2518, 'DA - 246', 'Lê Trung Hiếu', NULL, 'letrunghieu140803@gmail.com', '2003-08-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (684, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2517, 'DA - 245', 'Phan Tuấn Kiệt', NULL, 'kietphan1508@gmail.com', '2003-08-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (685, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2514, 'DA - 242', 'Phạm Thị Hảo', NULL, 'phamhaoth1993@gmail.com', '1993-06-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (686, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2510, 'DA - 238', 'Nguyễn Như Hằng', NULL, 'nhuhangg.nguyen@gmail.com', '1997-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (687, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2509, 'DA - 237', 'Đoàn Cẩm Hồng', NULL, 'camhong1224@gmail.com', '1992-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (688, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2508, 'DA - 236', 'Nguyễn Thị Minh Ngọc', NULL, 'minhngocxv@gmail.com', '1992-10-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (689, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2515, 'DA - 243', 'Đỗ Ngọc Anh', NULL, 'dongocanh131104@gmail.com', '2004-11-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (690, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2507, 'DA - 235', 'Nguyễn Phan Anh', NULL, 'nguyenphananh2901@gmail.com', '2002-01-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (691, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2506, 'DA - 234', 'Trần Trương Thái Nguyên', NULL, 'trantruongthainguyen93@gmail.com', '1993-11-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (692, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2505, 'DA - 233', 'Nguyễn Diệu Vy', NULL, 'dieuvy2912@gmail.com', '2004-12-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (693, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2504, 'DA - 232', 'Lê Thị Hải Yến', NULL, 'leyen2001hl@gmail.com', '2001-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (694, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2516, 'DA - 244', 'Phạm Công Thành', NULL, 'thanhfam10@gmail.com', '2002-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (695, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2513, 'DA - 241', 'Nguyễn Huy Hiếu', NULL, 'huyhieunhh@gmail.com', '2005-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (696, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2511, 'DA - 239', 'Nguyễn Thị Diệu Linh', NULL, 'dieulinh5759@gmail.com', '2003-04-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (697, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2502, 'DA - 230', 'Nguyễn Hải Bình', NULL, 'binhnguyenhaibinh@gmail.com', '2004-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (698, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2501, 'DA - 229', 'Châu Nguyễn Tường Vy', NULL, 'Vy.chau505@gmail.com', '2005-09-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (699, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2512, 'DA - 240', 'Trần Thuỷ Tiên', NULL, 'thuytien4402@gmail.com', '2002-04-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (700, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2503, 'DA - 231', 'Nông Thị Thanh Phương', NULL, 'phuongntt.dsls@gmail.com', '1991-10-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (701, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2521, 'DA - 249', 'Nguyễn Huỳnh Kim Thảo', '0392880755', 'kacyhuynh012@gmail.com', '2005-12-25 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội ', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (702, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2529, 'DA - 257', 'Trần Thị Ngọc', NULL, 'ngoctran18297@gmail.com', '1997-01-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (703, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2528, 'DA - 256', 'Nguyễn Khánh Tùng', NULL, 'khanhtung.nguyen.162@gmail.com', '1998-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (704, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2525, 'DA - 253', 'Đặng Thanh Thuỷ', NULL, 'thanhthuy050802@gmail.com', '2002-05-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (705, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2523, 'DA - 251', 'Đinh Huy Hoàng', NULL, 'hh01677788779@gmail.com', '2001-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (706, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2522, 'DA - 250', 'Lê Hữu Hoàng Mai', NULL, 'hoangmai166@gmail.com', '1988-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (707, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2524, 'DA - 252', 'Nguyễn Thị Minh Thi', NULL, 'hienthi0612@gmail.com', '2006-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (708, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2530, 'DA - 258', 'Phan Thuỵ Bích Trâm', NULL, 'phanbichtram0310@gmail.com', '1995-03-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (709, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2219, 'DA - 122', 'Nguyễn Ngọc Tâm Như', NULL, 'nguyenngoctamnhu.tn@gmail.com', '2003-11-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (710, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2533, 'DA - 261', 'Lê Thái Trường', '0968450582', 'leetruong51006@gmail.com', '2006-10-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (711, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2555, 'DA - 263', 'Ngô Triệu Mẫn', NULL, 'trieumanngo1407@gmail.com', '2004-07-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (712, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2554, 'DA - 262', 'Nguyễn Bích Diệp', NULL, 'bichdiep.nguyn@gmail.com', '2003-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (713, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2160, 'DA - 73', 'Lê Anh Tuấn', NULL, 'leanhtuan.94hvtc@gmail.com', '1994-03-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (714, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2613, 'DA - 265', 'Nguyễn Hoàng Yến Linh', '0911902835', 'nhyenlinh1811@gmail.com', '2002-11-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (715, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2635, 'DA - 267', 'Nguyễn Nghiêm Minh Hậu', '0908090281', 'minhhaufy@gmail.com', '1981-02-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (716, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2638, 'DA - 268', 'Nguyễn Minh Vũ', '0822300163', 'zaoxudu1@gmail.com', '2003-05-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (717, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2140, 'DA - 53', 'Huỳnh Hồ Hoàng Anh', NULL, 'hoanganhhuynhaz@gmail.com', '2001-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (718, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2032, 'DA - 39', 'Trương Hiền Minh Ánh', NULL, 'thma2111@gmail.com', '2003-11-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/26d9e10b-4548-4b7e-bc76-f82a87c23eaf.jpg');
|
||
INSERT INTO `students` VALUES (719, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2718, 'DA - 270', 'Mu Thưởng Quyền ', '0933451670', 'muquyen169@gmail.com', '2003-02-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (720, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2022, 'DA - 29', 'Đỗ Đoàn Anh', '0338811305', 'ddoananh03@gmail.com', '2003-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (721, '2026-07-01 08:06:11.429', '2026-07-02 15:10:34.867', 2780, 'DA - 312', 'Võ Diệu Hương', '0987449845', 'vodieuhuonggl@gmail.com', '2000-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (722, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2496, 'TSU K01 - 180', 'Trần Ngọc Thạch', NULL, 'thachtma532@gmail.com', '1992-03-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (723, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2494, 'TSU K01 - 178', 'Nguyễn Xuân Tiến', NULL, 'katzukiaso@gmail.com', '2001-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (724, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2491, 'TSU K01 - 175', 'Phan Anh Vũ', NULL, 'phananhvu21091996@gmail.com', '1996-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777372808047_a2a83dd8-f58e-48f4-9b36-1ef7836b5935.webp');
|
||
INSERT INTO `students` VALUES (725, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2495, 'TSU K01 - 179', 'Phạm Minh Trí', NULL, 'phamminhtri220703@gmail.com', '2003-07-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (726, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2490, 'TSU K01 - 174', 'Đoàn Thế Hậu', NULL, 'doanthehau2004@gmail.com', '2004-01-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (727, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2493, 'TSU K01 - 177', 'Nguyễn Minh Đức', NULL, 'duc3940700@gmail.com', '2003-06-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (728, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2489, 'TSU K01 - 173', 'Lê Gia Khang', NULL, 'legiakhang1412@gmail.com', '2003-12-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (729, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2488, 'TSU K01 - 172', 'Lê Thị Thu', NULL, 'thuleeehd@gmail.com', '1995-09-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (730, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2487, 'TSU K01 - 171', 'Huỳnh Trọng Vĩ', NULL, 'huynhvi12022000@gmail.com', '2000-12-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777292131748_60f3cbad-d091-4d35-b94c-c79a4c4f474b.webp');
|
||
INSERT INTO `students` VALUES (731, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2497, 'TSU K01 - 181', 'Trần Thị Thùy Linh', '0376242856', 'linhtran.1697.lt@gmail.com', '1997-04-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (732, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2498, 'TSU K01 - 182', 'Nguyễn Tiến Dũng', NULL, 'dung15987@gmail.com', '2001-12-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (733, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2500, 'TSU K01 - 184', 'Nguyễn Thị Hằng ', '0989808606', 'Hanikinguyen@gmail.com', '1992-07-10 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội ', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (734, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2085, 'TSU K01 - 140', 'Hoàng Ngọc Đình Vũ', NULL, 'dinhvu987987@gmail.com', '2001-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (735, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2271, 'TSU K01 - 164', 'Sầm Thị Thủy', NULL, 'Thuymieu44@gmail.com', '1999-01-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782213576868_4d886fea-1c0a-45b1-9d5b-b6b9d4b9bb72.webp');
|
||
INSERT INTO `students` VALUES (736, '2026-07-01 08:06:11.885', '2026-07-02 15:10:35.323', 2249, 'TSU K01 - 152', 'Nguyễn Văn Đức', NULL, 'Nvduc9620@gmail.com', '1996-09-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775114594053_ef929b74-198e-4b9f-a412-9b40aeb5155b.webp');
|
||
INSERT INTO `students` VALUES (737, '2026-07-01 08:06:12.262', '2026-07-02 15:10:43.044', 132, 'PTIT-HN-065', 'Trần Minh Quang', '0355061509', 'quangchsga@gmail.com', '2006-07-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749799976/n9xnfmzkrb0e8yvfk2ov.jpg');
|
||
INSERT INTO `students` VALUES (738, '2026-07-01 08:06:12.262', '2026-07-02 15:10:43.044', 135, 'PTIT-HN-068', 'Nguyễn Khắc Phong', '0344527706', 'kaito0676@gmail.com', '2006-03-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750126006/onyapl2cwnvsog8mnf8j.png');
|
||
INSERT INTO `students` VALUES (739, '2026-07-01 08:06:12.262', '2026-07-02 15:10:48.284', 299, 'PTIT-HN-228', 'Chu Văn Ninh', '0332370869', 'chuninh2006@gmail.com', '2006-02-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (740, '2026-07-01 08:06:12.262', '2026-07-02 15:10:35.698', 311, 'PTIT-HN-239', 'Đỗ Ngọc Dân', '0354744360', 'ngocdan191026@gmail.com', '2006-10-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777867101305_b2cf1327-18a0-4a58-ac97-e16d164410c7.webp');
|
||
INSERT INTO `students` VALUES (741, '2026-07-01 08:06:12.262', '2026-07-03 09:07:56.634', 219, 'PTIT-HN-152', 'Lương Trọng Đạt', '0982653124', 'luongdat114zu@gmail.com', '2006-04-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/dedf5267-12b2-4226-b9ca-726b91d96994.jpg');
|
||
INSERT INTO `students` VALUES (742, '2026-07-01 08:06:12.262', '2026-07-03 09:07:46.408', 255, 'PTIT-HN-188', 'Vũ Hồng Anh', '0976460744', 'honganhzarck@gmail.com', '2006-09-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1727837066/zucitoxlz23moazn6al1.jpg');
|
||
INSERT INTO `students` VALUES (743, '2026-07-01 08:06:12.262', '2026-07-02 15:10:35.698', 900, 'PTIT-HNK23-017', 'Trần Mạnh Dương', '0undefined', 'duong.tranmanhduong.2005@gmail.com', '2005-04-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (744, '2026-07-01 08:06:12.262', '2026-07-03 07:33:41.923', 116, 'PTIT-HN-050', 'Hà Bích Ngọc', '0355203516', 'ngoc01072006@gmail.com', '2006-07-01 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/26ea0135-f1be-46cb-b85f-fb6dd2e249cf.jpg');
|
||
INSERT INTO `students` VALUES (745, '2026-07-01 08:06:12.262', '2026-07-02 15:11:07.198', 153, 'PTIT-HN-086', 'Nguyễn Hữu Đại', '0325915238', 'daizzt10@gmail.com', '2006-08-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750131270/t8vtszldzo9ketay8yjv.jpg');
|
||
INSERT INTO `students` VALUES (746, '2026-07-01 08:06:12.262', '2026-07-02 15:10:35.698', 95, 'PTIT-HN-029', 'Đỗ Trung Hiếu', '0854614222', 'dohieu30102006@gmail.com', '2006-10-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750048411/vcxmzkzcusfb9neayivh.jpg');
|
||
INSERT INTO `students` VALUES (747, '2026-07-01 08:06:12.262', '2026-07-02 15:11:02.646', 183, 'PTIT-HN-116', 'Trần Việt Anh', '0975933423', 'vanhdzpro2006@gmail.com', '2006-11-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775112091969_a40bdff1-917c-47a8-9b35-4dcf52d31073.webp');
|
||
INSERT INTO `students` VALUES (748, '2026-07-01 08:06:12.262', '2026-07-03 09:08:47.169', 406, 'PTIT-HN-262', 'Đặng Tuấn Minh', '037 4473926', 'manhtruong2497@gmail.com', '2006-12-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/5f55d0aa-6b42-4d7a-aa87-e738f95e270d.jpg');
|
||
INSERT INTO `students` VALUES (749, '2026-07-01 08:06:12.262', '2026-07-03 07:22:24.962', 142, 'PTIT-HN-075', 'Nguyễn Phạm Vĩnh Thành', '0325601111', 'thanh2006hanh@gmail.com', '2006-08-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726562170/hjlodw1cnz86j6n9sx79.jpg');
|
||
INSERT INTO `students` VALUES (750, '2026-07-01 08:06:12.262', '2026-07-02 15:11:06.895', 184, 'PTIT-HN-117', 'Nguyễn Hoàng Việt', '0909689782', 'viet4112006@gmail.com', '2006-11-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750126073/ztsxc1bam7ikuaazyn1p.jpg');
|
||
INSERT INTO `students` VALUES (751, '2026-07-01 08:06:12.262', '2026-07-02 15:11:02.646', 107, 'PTIT-HN-041', 'Nguyễn Khắc Hưng', '0353141596', 'hungskyok06@gmail.com', '2006-10-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (752, '2026-07-01 08:06:12.262', '2026-07-02 15:10:35.698', 101, 'PTIT-HN-035', 'Trần Văn Thắng', '0326774631', 'tranvanthang02122006@gmail.com', '2006-12-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (753, '2026-07-01 08:06:12.262', '2026-07-02 15:10:35.698', 147, 'PTIT-HN-080', 'Bùi Phương Nam', '0388515306', 'namuy24@gmail.com', '2006-10-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779806388524_7f28eaad-0621-49c7-9e0b-07b720db5529.webp');
|
||
INSERT INTO `students` VALUES (754, '2026-07-01 08:06:12.262', '2026-07-02 15:11:09.834', 927, 'PTIT-HNK23-044', 'Nguyễn Văn Vương', '0367675699', 'Enlove2005@gmail.com', '2005-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750079411/kbcaxoc5tsb9m3tmyse5.jpg');
|
||
INSERT INTO `students` VALUES (755, '2026-07-01 08:06:12.262', '2026-07-03 07:21:20.702', 937, 'PTIT-HNK23-054', 'Thái Nguyễn Gia Bảo', '0333345386', 'thainguyengiabao082105@gmail.com', '2005-08-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1742202902/ffldaado00fz2aoaqehb.jpg');
|
||
INSERT INTO `students` VALUES (756, '2026-07-01 08:06:12.262', '2026-07-02 15:11:03.851', 112, 'PTIT-HN-046', 'Nguyễn Hải Đăng 2', '0974229045', 'haidanghanoi2003@gmail.com', '2003-01-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726587709/skiea0a8uloa7txnqgr8.jpg');
|
||
INSERT INTO `students` VALUES (759, '2026-07-01 08:06:12.983', '2026-07-02 15:10:55.607', 1512, 'N25DTCN079', 'Trần Phạm Minh Cường', '0384330529', 'tpmcuong1367@gmail.com', '2007-06-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/28b94ef5-b006-47be-92a6-1427b88d1e60.JPG');
|
||
INSERT INTO `students` VALUES (760, '2026-07-01 08:06:12.983', '2026-07-02 15:10:55.607', 1645, '1645', 'Nguyễn Hoàng Thiên Phúc', '0386218064', 'pn1006200@gmail.com', '2007-06-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (761, '2026-07-01 08:06:12.983', '2026-07-01 14:48:09.273', 1404, 'N25DTCN060', 'Nguyễn Khắc Tiến', '0397500668', 'nguyenkhactien0706@gmail.com', '2007-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (762, '2026-07-01 08:06:12.983', '2026-07-03 07:26:27.094', 1486, 'N25DTCN058', 'Trần Bảo Trân', '0852337378', 'bao.tran.073108@gmail.com', '2007-08-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0f8df069-ba63-4c1c-bcd6-3139d7b4f669.jpg');
|
||
INSERT INTO `students` VALUES (763, '2026-07-01 08:06:12.983', '2026-07-03 07:38:34.673', 1327, 'N25DTCN116', 'Lê Chí Vỹ', '0927127179', 'lechivy117@gmail.com', '2007-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6b725b22-6408-46db-b15b-bdb188d93952.jpeg');
|
||
INSERT INTO `students` VALUES (764, '2026-07-01 08:06:12.983', '2026-07-02 15:10:55.607', 1690, 'N25DTCNO71', 'Nguyễn Khánh Tùng', '0889669938', 'ngkhanhtung04@gmail.com', '2006-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (765, '2026-07-01 08:06:12.983', '2026-07-03 08:32:52.953', 589, 'PTIT-HCM-011', 'Huỳnh Nguyễn Thành Đạt', '0939612371', 'daithanhdat73@gmail.com', '2006-06-28 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0a40ec21-8c00-4b0c-85a4-5c4de78d8930.jpeg');
|
||
INSERT INTO `students` VALUES (766, '2026-07-01 08:06:12.983', '2026-07-03 08:40:20.338', 627, 'PTIT-HCM-049', 'Trần Minh Ân', '0908949460', 'tranminhan05092000@gmail.com', '2006-05-09 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/9c8492b2-4f78-4b2e-910d-22a2dedacc5b.jpeg');
|
||
INSERT INTO `students` VALUES (767, '2026-07-01 08:06:12.983', '2026-07-03 06:56:12.585', 586, 'PTIT-HCM-008', 'Dương Trung Dũng', '0774122999', 'conanshinan@gmail.com', '2006-06-19 07:00:00.000', 0, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (768, '2026-07-01 08:06:12.983', '2026-07-03 08:30:54.524', 629, 'PTIT-HCM-051', 'Trần Quang Thiện', '0965691513', 'quangthien206z@gmail.com', '2006-04-25 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3f609cb2-e658-4455-9b9a-56cae08aba00.jpg');
|
||
INSERT INTO `students` VALUES (769, '2026-07-01 08:06:12.983', '2026-07-02 15:10:56.055', 611, 'PTIT-HCM-033', 'Nguyễn Việt Hoàng Anh', '0889010496', 'hoanganhnv1997@gmail.com', '1997-04-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/59cdfec2-2b7b-4807-94e6-e45f7e10df1c.jpg');
|
||
INSERT INTO `students` VALUES (770, '2026-07-01 08:06:12.983', '2026-07-02 15:10:36.313', 642, 'PTIT-HCM-064', 'Đỗ Tiến Phúc', '0329681177', 'dotienphuc1607@gmail.com', '2005-07-16 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (771, '2026-07-01 08:06:12.983', '2026-07-03 08:18:54.253', 619, 'PTIT-HCM-041', 'Phan Đình Nghị', '0942937503', 'phandinhnghi27062356@gmail.com', '2006-06-27 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750146235/narlsxogypa77qfkrzgc.jpg');
|
||
INSERT INTO `students` VALUES (772, '2026-07-01 08:06:12.983', '2026-07-03 07:55:58.969', 718, 'PTIT-HCM-090', 'Nguyễn Gia Huy', '0394347455', 'nguyengiahuy29lequydon@gmail.com', '2006-10-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/19bc2999-cb08-41b8-bbf3-4d979fede436.jpg');
|
||
INSERT INTO `students` VALUES (773, '2026-07-01 08:06:12.983', '2026-07-02 15:10:43.312', 601, 'PTIT-HCM-023', 'Nguyễn Gia Huy 2', '0394347455', 'trueperfect302@gmail.com', '2006-06-12 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (774, '2026-07-01 08:06:12.983', '2026-07-03 09:00:51.833', 681, 'PTIT-HCM-077', 'Nguyễn Anh Dũng', '0327840179', 'ngucmnnguoi7@gmail.com', '2006-08-01 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/02464ec9-89f7-474e-9f3f-ec46d8294e23.jpg');
|
||
INSERT INTO `students` VALUES (775, '2026-07-01 08:06:12.983', '2026-07-02 15:10:36.313', 633, 'PTIT-HCM-055', 'Võ Chí Đức', '0912380877', 'n24dtcn016@student.ptithcm.edu.vn', '2004-07-17 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c53cdd73-9c6c-4160-94b8-8665ba6e4aa0.jpg');
|
||
INSERT INTO `students` VALUES (776, '2026-07-01 08:06:12.983', '2026-07-02 15:10:36.313', 599, 'PTIT-HCM-021', 'Nguyễn Bá Hòa', '0354394749', 'bahoa12346@gmail.com', '2006-01-15 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777940105519_40806031-4ac3-4d31-af71-d289a81452c3.webp');
|
||
INSERT INTO `students` VALUES (777, '2026-07-01 08:06:12.983', '2026-07-02 15:10:36.313', 636, 'PTIT-HCM-058', 'Vũ Trần Anh Hoàng', '0334784913', 'htlvphl@gmail.com', '2006-01-22 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ee517c24-d496-4e10-93a7-efd25af774d2.jpg');
|
||
INSERT INTO `students` VALUES (778, '2026-07-01 08:06:12.983', '2026-07-03 08:21:29.120', 643, 'PTIT-HCM-065', 'Đỗ Đình Long', '0928665780', 'longlong5553333@gmail.com', '2006-04-08 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7f0a3fa4-54e2-411e-a3c5-7445de077123.JPG');
|
||
INSERT INTO `students` VALUES (779, '2026-07-01 08:06:12.983', '2026-07-03 06:56:14.339', 683, 'PTIT-HCM-080', 'Nguyễn Minh Khôi', '0967841370', 'nguyenminhkhoi17062006@gmail.com', '2006-06-17 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750127757/fi6igcvqrq0vyxbz16jt.jpg');
|
||
INSERT INTO `students` VALUES (780, '2026-07-01 08:06:12.983', '2026-07-03 09:01:30.001', 692, 'PTIT-HCM-089', 'Võ Thanh Nguyên', '0395554010', 'nguyenvo9955@gmail.com', '2006-03-20 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c70f6589-cf81-42b1-9789-6e763e888b89.jpg');
|
||
INSERT INTO `students` VALUES (781, '2026-07-01 08:06:12.983', '2026-07-03 09:01:03.594', 617, 'PTIT-HCM-039', 'Phan Trần Gia Khánh', '0867545290', 'gkvlogs333@gmail.com', '2006-04-19 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (796, '2026-07-01 08:06:13.684', '2026-07-03 11:11:32.056', 1608, 'N25DTCN032', 'Trần Quang Long 2', '0949231389', 'ruymej@gmail.com', '2007-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/984375f3-98e2-4718-b23a-633118c609aa.JPG');
|
||
INSERT INTO `students` VALUES (797, '2026-07-01 08:06:13.684', '2026-07-03 11:12:04.910', 1647, 'N25DTCN127', 'Huỳnh Quốc Huy', '0337543180', 'huynoob2406@gmail.com', '2007-06-24 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/6ca2dccc-6ab3-499f-8d32-fa16d33c6d19.jpeg');
|
||
INSERT INTO `students` VALUES (836, '2026-07-01 08:06:14.284', '2026-07-03 14:31:59.430', 1416, 'N25DTCN119', 'Phan Nguyễn Gia Bảo', '0768935789', 'phanbao15042007@gmail.com', '2007-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d9dc3576-ff3c-404e-9c95-2603cf9a8569.jpeg');
|
||
INSERT INTO `students` VALUES (837, '2026-07-01 08:06:14.284', '2026-07-03 16:11:34.688', 1669, 'N25DTCN013', 'Nguyễn Tấn Duy', '0858858025', 'ngduyhoctap01@gmail.com', '2006-08-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777442394449_ed4a97ff-8b79-4c95-b552-c001e92af33d.webp');
|
||
INSERT INTO `students` VALUES (838, '2026-07-01 08:06:14.284', '2026-07-03 16:11:39.743', 1326, 'N25DTCN101', 'Trần Thị Kim Ngân', '0334574864', 'tranthikimngan2007tg@gmail.com', '2007-03-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f0a05075-4ca7-47df-8234-0651791c95d3.jpg');
|
||
INSERT INTO `students` VALUES (839, '2026-07-01 08:06:14.284', '2026-07-03 16:11:35.744', 1513, 'N25DTCN031', 'Nguyễn Khương', '0866092212', 'nguyenkhuong244466666@gmail.com', '2007-07-26 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/dd7ba243-dabf-4519-b271-d4e8eb1e6db3.jpeg');
|
||
INSERT INTO `students` VALUES (840, '2026-07-01 08:06:14.284', '2026-07-03 16:11:38.483', 1516, 'N25DTCN042', 'Nguyễn Ngọc Tuyết Nhung', '0869174084', 'tynhung07052007@gmail.com', '2007-05-07 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/df4ada0e-14b8-44fe-a904-bd1459018d01.jpeg');
|
||
INSERT INTO `students` VALUES (841, '2026-07-01 08:06:14.284', '2026-07-03 16:11:44.361', 1529, 'N25DTCN043', 'Huỳnh Minh Phát', '0797720070', 'huynhphat2007.dmx@gmail.com', '2007-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/defa137c-60ba-4a22-9343-912e95e68d24.jpg');
|
||
INSERT INTO `students` VALUES (842, '2026-07-01 08:06:14.284', '2026-07-03 16:04:54.554', 1423, 'N25DTCN044', 'Nguyễn Thiên Phú', '0387247907', 'nguyenthienphu160307@gmail.com', '2007-03-16 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777969275883_6fca07eb-bb3e-4dbe-bcee-ba0ed11aeede.webp');
|
||
INSERT INTO `students` VALUES (843, '2026-07-01 08:06:14.284', '2026-07-03 16:11:41.988', 1396, 'N25DTCN048', 'Văn Phúc Sang', '0911125224', 'vanphucsang2@gmail.com', '2007-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2a27c322-3939-433a-ac9f-454843e5973c.jpg');
|
||
INSERT INTO `students` VALUES (844, '2026-07-01 08:06:14.284', '2026-07-03 16:11:37.295', 1466, 'N25DTCN050', 'Hồ Thanh Tài', '0325410240', 'accthanhtai@gmail.com', '2007-02-14 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780471618007_68e95b33-461f-48bd-899a-f939341ee593.webp');
|
||
INSERT INTO `students` VALUES (845, '2026-07-01 08:06:14.284', '2026-07-03 15:47:37.899', 1408, 'N25DTCN056', 'Trương Thái Thịnh', '0349029920', 'truongthaithinh.htn@gmail.com', '2007-09-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4ab62122-a0cd-4b88-a462-136b8ca531b6.jpg');
|
||
INSERT INTO `students` VALUES (846, '2026-07-01 08:06:14.284', '2026-07-03 15:26:09.894', 1456, 'N25DTCN069', 'Vũ Đình Anh Tuấn', '0384063307', 'vudinhanhtuan26@gmail.com', '2007-04-10 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c9df5ee4-88c9-4163-82a8-e2da57c26177.jpeg');
|
||
INSERT INTO `students` VALUES (847, '2026-07-01 08:06:14.284', '2026-07-03 16:11:44.610', 1426, 'ND25DTCN067', 'Huỳnh Anh Tuấn', '0364584675', 'tuanhuynh1122007@gmail.com', '2007-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (848, '2026-07-01 08:06:14.284', '2026-07-03 16:11:38.439', 1411, 'N25DTCN087', 'Hồ Anh Hào', '0383334811', 'haoanh803@gmail.com', '2007-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (849, '2026-07-01 08:06:14.284', '2026-07-03 16:11:36.121', 1598, 'N25DTCN023', 'Huỳnh Thị Ánh Hồng', '0393900217', 'huynhthianhhong2007@gmail.com', '2007-01-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778470050062_a0677cf3-78fb-4d61-806f-533c61a794fb.webp');
|
||
INSERT INTO `students` VALUES (850, '2026-07-01 08:06:14.284', '2026-07-03 16:11:37.146', 1595, 'N25DTCN041', 'Trương Ngô Quốc Nhật', '0865988045', 'sukaharikt11@gmail.com', '2007-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d6bafb41-714f-476a-ada9-cf4aebcc2ab3.jpg');
|
||
INSERT INTO `students` VALUES (851, '2026-07-01 08:06:14.284', '2026-07-03 15:25:19.573', 1568, 'N25DTCN104', 'Nguyễn Trọng Nguyên 2', '0902576645', 'Nguyentrongnguyen3456789@gmail.com', '2007-06-25 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ed0fa663-91c4-4f23-8ede-32f2f7d0b6a1.jpg');
|
||
INSERT INTO `students` VALUES (852, '2026-07-01 08:06:14.284', '2026-07-03 16:11:39.510', 1474, 'N25DTCN040', 'Hoàng Long 2', '0354962038', 'longggg553@gmail.com', '2007-08-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fd955636-cf7d-4154-bc47-a37a9cb2e021.jpg');
|
||
INSERT INTO `students` VALUES (876, '2026-07-01 08:06:15.195', '2026-07-03 14:45:14.140', 1472, 'N25DTCN011', 'Nguyễn Tấn Du', '0981506730', 'du01012004@gmail.com', '2004-09-14 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779094397120_b48ed1f2-c197-42d3-b9b5-6888163672d1.webp');
|
||
INSERT INTO `students` VALUES (877, '2026-07-01 08:06:15.195', '2026-07-02 15:10:55.607', 1539, 'N25DTCN027', 'Trịnh Trần Công Huy', '0396289197', 'konoihuy@gmail.com', '2007-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/006afcf8-e592-4369-ba46-ac898151e629.jpg');
|
||
INSERT INTO `students` VALUES (878, '2026-07-01 08:06:15.195', '2026-07-03 16:11:41.764', 1540, 'N25DTCN035', 'Trần Văn Mỹ', '0365255070', 'huynhthihienpy77@gmail.com', '2007-11-05 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781856085195_b8056607-e5c2-43ff-b336-dbf7141cd7d0.webp');
|
||
INSERT INTO `students` VALUES (879, '2026-07-01 08:06:15.195', '2026-07-03 16:11:44.908', 1292, 'N25DTCN038', 'Huỳnh Nhơn Nguyên Nghiệp', '0363341633', 'huynhnghiep20072020@gmail.com', '2007-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778838697646_5f021378-850f-42ac-b56f-ea6121008b33.webp');
|
||
INSERT INTO `students` VALUES (880, '2026-07-01 08:06:15.195', '2026-07-03 16:11:38.238', 1492, 'N25DTCN103', 'Vũ Cao Nguyên', '0941338447', 'nguyencaovu2007@gmail.com', '2007-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776916465175_bcd7aec1-12f8-4faa-b4f9-d4892ce60beb.webp');
|
||
INSERT INTO `students` VALUES (881, '2026-07-01 08:06:15.195', '2026-07-03 16:08:15.839', 1414, 'STU-N25DTCN057-RER', 'Nguyễn Ngô Quốc Thịnh', '0343180715', 'nguyenngothinh669@gmail.com', '2007-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777950949690_30f06edb-d4d7-4bcd-9710-d65cb634996c.webp');
|
||
INSERT INTO `students` VALUES (882, '2026-07-01 08:06:15.195', '2026-07-03 16:11:35.104', 1663, ' N25DTCN140', 'Nguyễn Văn Thông', '0869730937', 'nguyenthong12122015@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778306298407_e0e8db63-69cc-4cf0-a27b-2e084bc04c2f.webp');
|
||
INSERT INTO `students` VALUES (883, '2026-07-01 08:06:15.195', '2026-07-03 14:42:03.567', 1648, 'N25DTCN142', 'Lê Tấn Toàn', '0347372461', 'lttoan327ldh@gmail.com', '2007-01-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7fb5a154-ab1e-4687-b0f3-628ed8800de9.jpeg');
|
||
INSERT INTO `students` VALUES (884, '2026-07-01 08:06:15.195', '2026-07-03 16:11:43.791', 677, 'PTIT-HCM-073', 'Hoàng Dương Nam', '0899769862', 'hoangduongnampb.2k6@gmail.com', '2006-01-14 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750146653/hreperlmnbroh5f7yezx.jpg');
|
||
INSERT INTO `students` VALUES (915, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2481, 'BRSE - 11', 'Nguyễn Mậu Ánh', NULL, 'nguyenthihien.todai@gmail.com', '1990-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (916, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2480, 'BRSE - 10', 'Đỗ Khắc Minh Tâm', NULL, 'minhtam.1198@gmail.com', '1998-11-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (917, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2479, 'BRSE - 09', 'Đoàn Phi Long', NULL, 'doanphilong775@gmail.com', '2004-02-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (918, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2478, 'BRSE - 08', 'Nguyễn Thành Long', NULL, 'bakaryuu1997@gmail.com', '1997-04-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (919, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2477, 'BRSE - 07', 'Nguyễn Thị Ngọc Hậu', NULL, 'hauvn99@gmail.com', '1983-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (920, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2476, 'BRSE - 06', 'Nguyễn Xuân Trà', NULL, 'xuantra87@gmail.com', '1987-06-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (921, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2473, 'BRSE - 03', 'Nguyễn Đức King', NULL, 'duckingnguyen189@gmail.com', '1999-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (922, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2475, 'BRSE - 05', 'Nguyễn Duy Bình', NULL, 'duybinh994@gmail.com', '1994-06-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776065166386_f4a2e255-45a8-494b-8edb-854900e23d26.webp');
|
||
INSERT INTO `students` VALUES (923, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2472, 'BRSE - 02', 'NGUYỄN THỊ MINH TRÚC', NULL, 'truc.nguyenthiminh6866@gmail.com', '2001-05-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (924, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2471, 'BRSE - 01', 'Diệp Hà Xuyên', NULL, 'diepha.xuyen@gmail.com', '1998-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (925, '2026-07-01 08:06:15.367', '2026-07-02 15:10:38.543', 2474, 'BRSE - 04', 'Phạm Việt Thắng', NULL, 'vietthang1104@gmail.com', '1997-11-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (926, '2026-07-01 08:06:15.511', '2026-07-02 15:10:38.690', 2422, 'JB IOC - 160', 'Nguyễn Thanh Tùng', NULL, 'tungstun2003@gmail.com', '2003-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (927, '2026-07-01 08:06:15.511', '2026-07-02 15:10:38.690', 2424, 'JB IOC - 162', 'Phan Duy Phương', NULL, 'phuongduyphann@gmail.com', '1999-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (928, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2459, 'DA - 215', 'Đoàn Duy Long', NULL, 'doanlong7681@gmail.com', '2005-02-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (929, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2460, 'DA - 216', 'Văn Hoàng Long', NULL, 'longv1110.regular@gmail.com', '1993-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (930, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2450, 'DA - 206', 'Nguyễn Trúc Mai', NULL, 'nguyentrucmai1207@gmail.com', '2007-12-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (931, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2449, 'DA - 205', 'Trần Nhật Mai', NULL, 'nhatmai397@gmail.com', '2002-01-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (932, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2448, 'DA - 204', 'Cát Huy Dũng', NULL, 'catdung2790@gmail.com', '1999-09-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (933, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2461, 'DA - 217', 'Nguyễn Tài Trung', NULL, 'nguyentaitrung65@gmail.com', '2004-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (934, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2447, 'DA - 203', 'Lê Uyên Nhi', NULL, 'leuyennhimk@gmail.com', '2006-01-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (935, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2451, 'DA - 207', 'Nguyễn Thanh Vân', NULL, 'iamvanxeko@gmail.com', '2001-07-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (936, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2455, 'DA - 211', 'Bùi Phương Quang', NULL, 'Quang.bui@tcit.com.vn', '1996-01-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (937, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2457, 'DA - 213', 'Phí Vũ Thùy Linh', NULL, 'phivuthuylinh139@gmail.com', '2005-09-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (938, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2454, 'DA - 210', 'Giáp Thị Hoài Thu', NULL, 'hoaithu16603@gmail.com', '2003-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (939, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2453, 'DA - 209', 'Nguyễn Công Hiệu', NULL, '0865842081all@gmail.com', '2003-03-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (940, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2452, 'DA - 208', 'Trần Thị Tuyết Uyên', NULL, 'tranthituyetuyen2004@gmail.com', '2004-01-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (941, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2458, 'DA - 214', 'Nguyễn Hoàng Sơn', NULL, 'sonnh26452@gmail.com', '1989-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (942, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2445, 'DA - 201', 'Trần Anh Tuấn', NULL, 'anhtuan59gz@gmail.com', '2004-09-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (943, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2443, 'DA - 199', 'Chu Đăng Quang', NULL, 'quangcd.yec@gmail.com', '2004-09-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (944, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2439, 'DA - 195', 'Trần Văn Tuấn', NULL, 'trantuanabc14@gmail.com', '2001-07-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (945, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2446, 'DA - 202', 'Lưu Thị Thoa', NULL, 'luuthithoa21.06@gmail.com', '1996-05-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (946, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2437, 'DA - 193', 'Đặng Thị Nguyệt', NULL, 'lunadt1020@gmail.com', '2000-11-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (947, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2442, 'DA - 198', 'Nguyễn Trọng Phước', NULL, 'ngphuoctrong2402@gmail.com', '2003-02-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (948, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2438, 'DA - 194', 'Vũ Thị Hương Giang', NULL, 'vuhuonggiang2993@gmail.com', '1993-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (949, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2441, 'DA - 197', 'Hoàng Anh Phương', NULL, 'anhphuonghoang1352@gmail.com', '2005-07-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (950, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2436, 'DA - 192', 'Lê Lâm Thùy Phương', NULL, 'lelamthuyphuongkt@gmail.com', '1990-10-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (951, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2432, 'DA - 188', 'Đinh Thanh Mai', NULL, 'thanhmai.kt18@gmail.com', '1990-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (952, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2435, 'DA - 191', 'Dương Thị Thảo Nhi', NULL, 'nhi.duongt@gmail.com', '1992-04-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (953, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2433, 'DA - 189', 'Võ Thị Tuyết Anh Thư', NULL, 'vothituyetanhthu@gmail.com', '1990-01-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (954, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2431, 'DA - 187', 'Nguyễn Thu Trang', NULL, 'trangng4200@gmail.com', '1998-04-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (955, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2429, 'DA - 185', 'Nguyễn Cal Nhật Hạ', NULL, 'Han4617@gmail.com', '2002-06-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (956, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2430, 'DA - 186', 'Nguyễn Mai Quỳnh Anh', NULL, 'quynhanh.nguyenmai93@gmail.com', '1993-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (957, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2427, 'DA - 183', 'Huỳnh Ngọc Bích Châu', NULL, 'huynhchau090622@gmail.com', '2002-07-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (958, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2469, 'DA - 225', 'Nguyễn Tấn Phát', NULL, 'tanphat1193@gmail.com', '1993-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775747083337_a5137080-284d-480d-9ddc-9a58ea142c2f.webp');
|
||
INSERT INTO `students` VALUES (959, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2468, 'DA - 224', 'Nguyễn Hoàng Ngọc Lan', NULL, 'lanngocnguyen0802@gmail.com', '2000-08-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (960, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2465, 'DA - 221', 'Nguyễn Thụy Thảo Vy', NULL, 'thaovyngthuy@gmail.com', '1997-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (961, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2466, 'DA - 222', 'Bùi Thị Minh Hải', NULL, 'minhhai3268@gmail.com', '2004-12-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (962, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2463, 'DA - 219', 'Đào Thị Khánh Huyền', NULL, 'khanhhuyen.ktqd95@gmail.com', '1995-08-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (963, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2467, 'DA - 223', 'Đỗ Minh Phú', NULL, 'phudo0606@gmail.com', '2005-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (964, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2470, 'DA - 226', 'Vũ Thị Tuyết Mai', '0365946456', 'vuthituyetmai3107@gmail.com', '1995-07-31 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (965, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2482, 'DA - 226', ' Võ Thị Tuyết Anh Thư', '0932766009', 'vothituyetanhthu@gmail.com', '1990-09-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (966, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2532, 'DA - 260', 'Nguyễn Văn Nam', '0396352193', 'namtreauto93@gmail.com', '1993-10-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (967, '2026-07-01 08:06:15.877', '2026-07-02 15:10:39.138', 2014, 'DA - 21', 'Nguyễn Thị Phương Thảo', NULL, 'ntpt0301@gmail.com', '2003-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2b72b66c-612a-41ba-ae2e-ddddc16daa10.jpg');
|
||
INSERT INTO `students` VALUES (968, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2417, 'JB IOC - 158', 'Hoàng Đức Phương', NULL, 'anhtuanhoang754@gmail.com', '2001-06-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (969, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2416, 'JB IOC - 157', 'Phạm Đỗ Đình Phát', NULL, 'jicamelpham.ginious@gmail.com', '2004-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775184520601_c4d86d5c-ce4c-4f9b-9ff1-8c285c63485a.webp');
|
||
INSERT INTO `students` VALUES (970, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2415, 'JB IOC - 156', 'Nguyễn Thanh Tùng', NULL, 'tung111104@st.vimaru.edu.vn', '2006-05-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (971, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2412, 'JB IOC - 152', 'Nguyễn Tùng Dương', NULL, 'florentino7141@gmail.com', '2005-03-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (972, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2410, 'JB IOC - 150', 'Nguyễn Việt Hoàng', NULL, 'hoang0611namndir@gnail.com', '2006-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (973, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2413, 'JB IOC - 153', 'Hồ Diên Hùng', NULL, '24107264@st.phenikaa-uni.edu.vn', '2006-02-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (974, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2409, 'JB IOC - 149', 'Phạm Anh Tuấn', NULL, 'anhtuanhl2004@gmail.com', '2004-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (975, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2414, 'JB IOC - 155', 'Nguyễn Nhật Quang', NULL, 'nhatquang1424@gmail.com', '2005-06-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (976, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2408, 'JB IOC - 148', 'Nguyễn Mai Tuấn Dũng', NULL, 'dungdev12@gmail.com', '2002-07-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775184423827_80edeb75-2fca-4272-bb60-57f64a3c3afc.webp');
|
||
INSERT INTO `students` VALUES (977, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2406, 'JB IOC - 146', 'Ninh Văn Khải', NULL, 'ninhkhai238@gmail.com', '2005-08-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775483091707_13fa71ae-63b5-407d-902b-e886e103d0c9.webp');
|
||
INSERT INTO `students` VALUES (978, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2407, 'JB IOC - 147', 'Bùi Minh Thư', NULL, 'bmthu050903@gmail.com', '2003-05-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (979, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2405, 'JB IOC - 145', 'Hà Thúc Quốc Hùng', NULL, 'htquochung.dev@gmail.com', '2005-01-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775184541179_be35ca99-98d3-4a56-9b0c-2c1f18c646b1.webp');
|
||
INSERT INTO `students` VALUES (980, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2404, 'JB IOC - 144', 'Vũ Đức Cương', NULL, 'azvndx2006@gmail.com', '2006-06-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775658808372_e1a169e4-d2b8-496e-9706-6f7294b4b905.webp');
|
||
INSERT INTO `students` VALUES (981, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2403, 'JB IOC - 143', 'Nguyễn Tiến Hùng', NULL, 'femtonguyen@gmail.com', '2002-11-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (982, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2418, 'JB IOC - 154', 'Nguyễn Tú Anh', '0349191272', 'nguyentuanh09032003@gmail.com', '2003-03-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (983, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2426, 'JB IOC - 164', 'Đỗ Phúc Danh', '0945262794', 'danhdongdu2k5@gmail.com', '2005-08-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (984, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2425, 'JB IOC - 163', 'Nguyễn Trần Quang Vinh', NULL, 'vinhnguyen10011@gmail.com', '2004-09-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (985, '2026-07-01 08:06:16.166', '2026-07-02 15:10:39.450', 2205, 'JB IOC - 125', 'Trần Quang Khải', NULL, 'khai5108@gmail.com', '2002-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (986, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2376, 'JVS-0006', 'Bùi Thị Lệ', '0357933626', 'BuiThiLeIT@gmail.com', '1992-07-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (987, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2375, 'JVS-0005', 'Trần Lê Quang Triều', '0788611264', 'trieutran025@gmail.com', '2003-05-29 07:00:00.000', 0, 'ĐANG HỌC', 'ĐN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (988, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2359, 'JVS-0004', 'Trần Thanh Bình', ' 0338085181', 'kelvintran2152@gmail.com', '2002-12-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776129624274_5adbfeab-464b-4ecd-8df0-d67490e5300e.webp');
|
||
INSERT INTO `students` VALUES (989, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2354, 'JVS-0003', 'Trần Hữu Hiến', '0948564603', 'tranhien20nd@gmail.com', '2002-10-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774576285043_70b118e8-37b7-4d99-b24e-8861c431e59e.webp');
|
||
INSERT INTO `students` VALUES (990, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2123, 'JB IOC - 113', 'LY MARADA', '0765664083', 'maradaly177@gmail.com', '2002-12-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (991, '2026-07-01 08:06:16.314', '2026-07-02 15:10:39.599', 2124, 'JB IOC - 114', 'Morl Votey', '0898332066', 'voteymorl2@gmail.com', '1999-07-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (992, '2026-07-01 08:06:16.542', '2026-07-02 15:11:08.080', 264, 'PTIT-HN-197', 'Nguyễn Trọng Vương', '0328541428', 'nguyen03vuong@gmail.com', '2006-03-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773894169085_22a4ec99-2363-4a31-ab61-307433d67db2.webp');
|
||
INSERT INTO `students` VALUES (993, '2026-07-01 08:06:16.542', '2026-07-03 16:11:38.143', 110, 'PTIT-HN-044', 'Đỗ Đức Cương', '0977296556', 'cuong33442@gmail.com', '2006-02-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774232507490_a1320c9b-51ea-488a-acec-b42e1afe4540.webp');
|
||
INSERT INTO `students` VALUES (994, '2026-07-01 08:06:16.542', '2026-07-03 16:11:37.153', 179, 'PTIT-HN-112', 'Doãn Ngọc Duy', '0346480469', 'hanh250470@gmail.com', '2006-09-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/ac83cd96-5e97-4303-bacc-bcb5bfef824c.jpg');
|
||
INSERT INTO `students` VALUES (995, '2026-07-01 08:06:16.542', '2026-07-02 15:10:39.860', 175, 'PTIT-HN-108', 'Đinh Quốc Khánh', '0388932784', 'dinhkhanh1881@gmail.com', '2006-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726577103/xmx1ffppm7kshfixmdpi.jpg');
|
||
INSERT INTO `students` VALUES (996, '2026-07-01 08:06:16.542', '2026-07-03 16:05:21.146', 186, 'PTIT-HN-119', 'Trần Quang Duy', '0398713096', 'jiren510006@gmail.com', '2006-10-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750059581/yflj2xpqijbjr8hlmzlj.jpg');
|
||
INSERT INTO `students` VALUES (997, '2026-07-01 08:06:16.542', '2026-07-03 16:11:07.666', 109, 'PTIT-HN-043', 'Đoàn Mạnh Duy', '0336620883', 'duy18namdinh@gmail.com', '2006-07-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778822426847_a4de39c4-4dda-4fca-8e91-78de7f7684c3.webp');
|
||
INSERT INTO `students` VALUES (998, '2026-07-01 08:06:16.542', '2026-07-03 16:11:42.040', 164, 'PTIT-HN-097', 'Phạm Quốc Lộc', '0984065071', 'alexmd0107@gmail.com', '2006-11-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782865720052_ccd3bf40-8801-464a-bc42-65e346d1c251.webp');
|
||
INSERT INTO `students` VALUES (999, '2026-07-01 08:06:16.542', '2026-07-03 16:10:06.999', 138, 'PTIT-HN-071', 'Nguyễn Trí Thắng', '0333743206', 'trithang2006vn@gmail.com', '2006-02-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/384dd78b-d865-4b3d-8a8a-c246ca2886dd.jpg');
|
||
INSERT INTO `students` VALUES (1000, '2026-07-01 08:06:16.542', '2026-07-03 16:11:42.622', 898, 'PTIT-HNK23-015', 'Ngô Thị Hoài Phương', '0undefined', 'ngophuong74247@gmail.com', '2005-07-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776908142225_c4924d36-c6cd-44d5-a59d-56c4926cb493.webp');
|
||
INSERT INTO `students` VALUES (1001, '2026-07-01 08:06:16.542', '2026-07-03 16:11:36.886', 266, 'PTIT-HN-199', 'Nguyễn Tiến Minh', '0843235568', 'nguyentienminh.230206@gmail.com', '2006-02-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0c7d45d4-4226-4b51-a80c-dfae026adf3e.jpg');
|
||
INSERT INTO `students` VALUES (1002, '2026-07-01 08:06:16.542', '2026-07-03 16:11:37.211', 233, 'PTIT-HN-166', 'Nguyễn Tuấn Minh', '0866487696', 'minhlonroi15@gmail.com', '2006-07-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/97d61e06-b9a5-4814-91b0-4da365256fc2.png');
|
||
INSERT INTO `students` VALUES (1003, '2026-07-01 08:06:16.542', '2026-07-03 16:11:05.114', 140, 'PTIT-HN-073', 'Nguyễn Quốc Hưng', '0867107798', 'nguyenhung2952006@gmail.com', '2006-05-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1b04ea1c-0a2b-4ea8-a4d7-941129e3d4e2.jpeg');
|
||
INSERT INTO `students` VALUES (1004, '2026-07-01 08:06:16.542', '2026-07-03 16:06:54.108', 163, 'PTIT-HN-096', 'Trần Ngọc Linh', '0838169181', 'nglinh150606@gmail.com', '2006-06-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750081130/ewopjzfdljqw82tfahij.jpg');
|
||
INSERT INTO `students` VALUES (1005, '2026-07-01 08:06:16.542', '2026-07-03 16:11:35.657', 145, 'PTIT-HN-078', 'Vũ Việt Tiến', '0915402696', 'tienxinhzai241@gmail.com', '2006-01-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750077711/fmnemdcmy1dane97glct.jpg');
|
||
INSERT INTO `students` VALUES (1006, '2026-07-01 08:06:16.542', '2026-07-03 16:04:10.309', 84, 'PTIT-HN-018', 'Nguyễn Doanh Tuấn', '0373060230', 'tuan20062012@gmail.com', '2006-04-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/6f511b5f-89d7-4273-b68d-97d41a123759.jpg');
|
||
INSERT INTO `students` VALUES (1007, '2026-07-01 08:06:16.542', '2026-07-02 15:11:04.470', 888, 'PTIT-HNK23-005', 'Nguyễn Quang Vinh', '0947529699', 'vinhnguyen121105@gmail.com', '2005-12-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750059823/ko3ykx3qfsdqv5kfu0ve.jpg');
|
||
INSERT INTO `students` VALUES (1014, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2373, 'BDA - 26', 'Lê Minh Quang', NULL, 'minhq1511@gmail.com', '2005-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1015, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2372, 'BDA - 25', 'Trần Dương Thiên Phụng', NULL, 'thienphung.work@gmail.com', '2004-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1016, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2370, 'BDA - 23', 'Lê Hồng Cường', NULL, 'lehongcuong0788@gmail.com', '2006-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1017, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2369, 'BDA - 22', 'Trình Minh Quân', NULL, 'trinhq28@gmail.com', '2003-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1018, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2365, 'BDA - 18', 'Lâm Thế Huy', NULL, 'huytam158@gmail.com', '2006-06-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1019, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2366, 'BDA - 19', 'Tôn Nữ Thùy Dương', NULL, 'thuyyduonggg24@gmail.com', '2005-08-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1020, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2371, 'BDA - 24', 'Nguyễn Hạ Lục Hà', NULL, 'nguyenhalucha1989@gmail.com', '1989-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1021, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2368, 'BDA - 21', 'Nguyễn Hồng Anh', NULL, 'honganh171000@gmail.com', '2000-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1022, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2381, 'BDA - 30', 'Nguyễn Thanh Huyền', NULL, 'nguyenthanhhuyen2003tb@gmail.com', '2003-06-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1023, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2380, 'BDA - 29', 'Phạm Quang Trực', NULL, 'pqtruc1909@gmail.com', '2005-09-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1024, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2379, 'BDA - 28', 'Nguyễn Khánh Linh', NULL, 'nklinh9206@gmail.com', '2006-09-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1025, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2383, 'BDA - 32', 'Nguyễn Hữu Tài', '0931998431', 'tainh14021997@gmail.com', '1997-02-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1026, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 2382, 'BDA - 31', 'Nguyễn Thị Ngọc Anh', '0889459699', 'ngocanhnguyen1499@gmail.com', '1999-04-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1027, '2026-07-01 08:06:16.734', '2026-07-02 15:10:40.070', 1990, 'BDA-15', 'Nguyễn Ngọc Liên', NULL, 'lien.nn220694@gmail.com', '1994-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1028, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2337, 'JS - 01', 'Nguyễn Minh Thắng', NULL, 'nmthang2004@gmail.com', '2004-04-13 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1029, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2341, 'JS - 05', 'Nguyễn Đức Tài', NULL, 'nguyenductai072006@gmail.com', '2006-07-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1030, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2339, 'JS - 03', 'Nguyễn Hải Yến', NULL, 'haiyen160725@gmail.com', '2005-07-16 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1031, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2340, 'JS - 04', 'Lương Anh Minh', NULL, 'mluong625@gmail.com', '2004-03-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774512454735_f39172c0-30f3-4959-af05-8fc3154048c3.webp');
|
||
INSERT INTO `students` VALUES (1032, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2342, 'JS - 06', 'Nguyễn Tùng Sơn', NULL, 'sonnt.namchau@gmail.com', '2006-08-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1033, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2343, 'JS - 07', 'Nguyễn Phát Huy', NULL, 'nguyenphathuy2805@gmail.com', '2003-05-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1034, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2345, 'JS - 10', 'Vũ Nhật Minh', NULL, 'nhatminhptit405@gmail.com', '2006-03-31 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1035, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2347, 'JS - 12', 'Châu Gia Linh', NULL, 'chaugialinh189@gmail.com', '2004-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774499260422_82f346c8-02f4-4b82-9cac-16af90921fe1.webp');
|
||
INSERT INTO `students` VALUES (1036, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2338, 'JS - 02', 'Trương Quốc Khánh', NULL, 'qkhanhtruong.dev@gmail.com', '2003-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1037, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2344, 'JS - 08', 'Phạm Công Hoàng Anh', NULL, 'phamconghoananh2004bc@gmail.com', '2004-06-17 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1038, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2349, 'JS - 14', 'Bùi Phạm Chí Nhân', NULL, 'buiphamchinhan@gmail.com', '2006-02-14 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1039, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2346, 'JS - 11', 'Phạm Quang Tuấn', NULL, 'phamtuan2xx3@gmail.com', '2003-02-28 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1040, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2350, 'JS - 15', 'Hoàng Kim Tiến', NULL, 'hoangtienbndvv@gmail.com', '2002-01-02 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774426297962_d3386531-8940-4702-a9fc-7a8e769876d8.webp');
|
||
INSERT INTO `students` VALUES (1041, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2351, 'JS - 16', 'Nguyễn Thị Hải Yến', NULL, 'yenn65995@gmail.com', '2004-01-29 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774429217016_b8f2111b-e41e-4c60-a4a5-36db8ac52129.webp');
|
||
INSERT INTO `students` VALUES (1042, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2377, 'JS - 18', 'Dương Đại Phát', '0358379617', 'phat25032002@gmail.com', '2002-03-25 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1043, '2026-07-01 08:06:16.930', '2026-07-02 15:10:40.428', 2400, 'JS - 19', 'Hoàng Minh Đức', '0585844781', 'hminhduc28062003@gmail.com', '2003-06-28 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1044, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2299, 'EMB - 64', 'Bùi Quang Hùng', NULL, 'hungbq22@gmail.com', '2001-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1045, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2291, 'EMB - 56', 'Tống Xuân Bình', NULL, 'tongxuanbinh110104@gmail.com', '2004-11-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1046, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2298, 'EMB - 63', 'Trịnh Thành Trung', NULL, 'trinhthtrung@gmail.com', '1993-08-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1047, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2297, 'EMB - 62', 'Hoàng Mạnh Hùng', NULL, 'mhg.forwork@gmail.com', '2004-11-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1048, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2287, 'EMB - 52', 'Bùi Thanh Thảo', NULL, 'thaothanhbui3110@gmail.com', '2005-10-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1049, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2296, 'EMB - 61', 'Nguyễn Sỹ Tuấn', NULL, 'sytuan27012002@gmail.com', '2002-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1050, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2288, 'EMB - 53', 'Ngô Đức Chung', NULL, 'svayde1@gmail.com', '1999-11-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1051, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2286, 'EMB - 51', 'Nguyễn Ngọc Long', NULL, 'ygsd123@gmail.com', '2003-03-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1052, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2285, 'EMB - 50', 'Võ Đăng Khôi', NULL, 'khoivo2309@gmail.com', '2005-09-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1053, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2284, 'EMB - 49', 'Nguyễn An Ninh', NULL, 'anninh2004123@gmail.com', '2004-04-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1054, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2301, 'EMB - 66', 'Nguyễn Nhật Trung Anh', NULL, 'trunganh1302tranh@gmail.com', '2005-02-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1055, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2292, 'EMB - 57', 'Nguyễn Anh Thắng', NULL, 'nguyenanhthang383@gmail.com', '2004-04-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1056, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2293, 'EMB - 58', 'Trần Hữu Chí Hải', NULL, 'huuchihai30082006@gmail.com', '2006-08-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1057, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2278, 'EMB - 43', 'Bùi Thế Vinh', NULL, 'thevinh.3107228@gmail.com', '2005-10-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1058, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2279, 'EMB - 44', 'Nguyễn Trương Hữu Sang', NULL, 'suoils2904@gmail.com', '2007-04-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774887808595_0c8fce19-7e41-49ed-ba38-477069d79902.webp');
|
||
INSERT INTO `students` VALUES (1059, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2281, 'EMB - 46', 'Đỗ Đình Thành', NULL, 'chocopie2k7@gmail.com', '2007-06-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1060, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2280, 'EMB - 45', 'Nguyễn Nhật Bảo Anh', NULL, 'Anh.NNB2512820@sis.hust.edu.vn', '2007-12-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1061, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2289, 'EMB - 54', 'Trần Lê Duy', NULL, 'tranduyle0909@gmail.com', '2006-01-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1062, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2300, 'EMB - 65', 'Trần Hoàng Minh', NULL, 'minhbnvn2005@gmail.com', '2005-04-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1063, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2294, 'EMB - 59', 'Lê Tuấn Kiệt', NULL, 'kiet.lt233482@sis.hust.edu.vn', '2005-08-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1064, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2283, 'EMB - 48', 'Dương Văn Tài', NULL, 'vantaiduong059@gmail.com', '2005-09-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1065, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2295, 'EMB - 60', 'Phạm Thị Bích Linh', NULL, 'linh606653@gmail.com', '2004-01-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1066, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2282, 'EMB - 47', 'Nguyễn Trung Đức', NULL, 'trungducnguyen12002@gmail.com', '2003-12-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1067, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2290, 'EMB - 55', 'Nguyễn Hoàng Phúc', NULL, '27hphuct2k29@gmail.com', '2004-01-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1068, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2277, 'EMB - 42', 'Phan Mạnh Tuấn', NULL, 'tuan.pm226237@sis.hust.edu.vn', '2003-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1069, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2276, 'EMB - 41', 'Trương Đình Thanh', NULL, 'thanhbinh19082005@gmail.com', '2005-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1070, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2273, 'EMB - 38', 'Đặng Văn Vinh', NULL, 'vdangvan965@gmail.com', '1996-03-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1071, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2275, 'EMB - 40', 'Nguyễn Quốc Hưng', NULL, 'quochungng1206@gmail.com', '2006-12-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1072, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2274, 'EMB - 39', 'Nguyễn Phạm Khắc Thành', NULL, 'thanhnpk0302@gmail.com', '2003-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1073, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2330, 'EMB - 73', 'Nguyễn Hải Dương', NULL, 'duongdragneel@gmail.com', '2000-08-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1074, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2331, 'EMB - 74', 'Vũ Đình Nhật', NULL, 'vudinhhnc@gmail.com', '2000-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774373759906_3bca140f-6c97-4239-998f-de32ab1828e1.webp');
|
||
INSERT INTO `students` VALUES (1075, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2329, 'EMB - 72', 'Ngô Duy Bảo', NULL, 'ngoduybao287@gmail.com', '1993-07-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1076, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2326, 'EMB - 69', 'Nguyễn Phương Tú Anh', NULL, 'tuanhdalat1997@gmail.com', '1997-09-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1077, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2325, 'EMB - 68', 'Nguyễn Lê Hữu Thoại', NULL, 'jacknguyen25207@gmail.com', '2007-02-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1078, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2327, 'EMB - 70', 'Đào Lê Khang Uyn', NULL, 'daouyn72@gmail.com', '2003-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1079, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2328, 'EMB - 71', 'Phạm Thường Vi', NULL, 'phamthuongvi1201@gmail.com', '2004-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1080, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2357, 'EMB - 78', 'Nguyễn Hữu Sơn', NULL, 'sonnguyenhuu298@gmail.com', '2003-08-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1081, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2356, 'EMB - 77', 'Trần Ngọc Khoa', NULL, 'khoatran27011111@gmail.com', '2003-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1082, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2358, 'EMB - 79', 'Nguyễn Quốc Toản', NULL, 'toangdnguyen@gmail.com', '2005-01-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1083, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2388, 'EMB - 80', 'Huỳnh Bá Anh', '0777440634', 'huynhbaanh311@gmail.com', '2003-11-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775123586117_f834e517-1ace-416c-ab81-e295b09386c9.webp');
|
||
INSERT INTO `students` VALUES (1084, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2402, 'EBM-01', 'Rikkei Embeded', '032154467', 'rikkeiembeded@rikkei.edu.vn', '2000-03-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1085, '2026-07-01 08:06:17.243', '2026-07-02 15:10:40.741', 2485, 'EMB - 81', 'Đào Văn Quang', '0919279659', 'quangpeach@gmail.com', '2005-05-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1086, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2264, 'DA - 144', 'Nguyễn Thu Vân', NULL, 'nguyenthuvan.csc@gmail.com', '2004-09-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1087, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2261, 'DA - 141', 'Lê Bảo Sơn', NULL, 'sonbuwin@gmail.com', '2004-12-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1088, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2262, 'DA - 142', 'Phạm Thị Ánh Nguyệt', NULL, 'ptan97.hvnh@gmail.com', '1997-10-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1089, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2263, 'DA - 143', 'Nguyễn Quôc Toản', NULL, 'Nguyenquoctoan261096@gmail.com', '1996-10-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1090, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2260, 'DA - 140', 'Trần Thị Thùy Dung', NULL, 'thuydungtran0302@gmail.com', '1997-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1091, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2259, 'DA - 139', 'Nguyễn Ngọc Giang', NULL, 'nguyenchaungocgiang836@gmail.com', '2002-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1092, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2256, 'DA - 136', 'Võ Ái San', NULL, 'aisanvo@gmail.com', '2005-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1093, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2255, 'DA - 135', 'Nguyễn Thị Ánh Tuyết', NULL, 'tuyetnta2711@gmail.com', '1987-11-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1094, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2317, 'DA - 159', 'Phan Triều Dương', NULL, 'duong.tr.phan@gmail.com', '2003-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1095, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2315, 'DA - 157', 'Đặng Thanh Bảo Nghi', NULL, 'nghidang1310@gmail.com', '1999-10-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774875341463_3154b267-9ed0-4423-8d1b-01e79b204b78.webp');
|
||
INSERT INTO `students` VALUES (1096, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2314, 'DA - 156', 'Nguyễn Lê Hằng Nhi', NULL, 'nlh.nhi05@gmail.com', '2005-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1097, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2310, 'DA - 152', 'Đỗ Thị Hải Mi', NULL, 'mimyo2001@gmail.com', '2001-04-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1098, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2306, 'DA - 148', 'Trần Diệu Minh', NULL, 'trandieuminh220702@gmail.com', '2002-07-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1099, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2316, 'DA - 158', 'Đào Phương Anh', NULL, 'pdao061103@gmail.com', '2003-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1100, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2307, 'DA - 149', 'Trương Thanh Huyền', NULL, 'th.huyen.230216@gmail.com', '2007-04-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1101, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2304, 'DA - 146', 'Trần Bình Minh', NULL, 'Tranbinhminhjb@gmail.com', '2005-09-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1102, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2303, 'DA - 145', 'Nguyễn Mạnh Hùng', NULL, 'ssnguyenthang8989@gmail.com', '2005-01-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1103, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2302, 'DA - 138', 'Lương Quốc Hào', NULL, 'Quochao164@gmail.com', '2004-04-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1104, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2309, 'DA - 151', 'Vũ Đình Quỳnh', NULL, 'quynhvd.vms@gmail.com', '1988-06-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1105, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2308, 'DA - 150', 'Nguyễn Phương Ngân', NULL, 'npngan2003@gmail.com', '2003-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1106, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2305, 'DA - 147', 'Trịnh Gia Bách', NULL, 'bach130803@gmail.com', '2003-08-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1107, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2311, 'DA - 153', 'Tô Ngọc Huyền', NULL, 'huyen.tng05@gmail.com', '2005-08-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1108, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2322, 'DA - 164', 'Lê Thị Thanh Hưng', NULL, 'thanhhung.le1203@gmail.com', '1993-12-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1109, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2321, 'DA - 163', 'Nguyễn Văn Lâm', NULL, 'nguyenlam6802@gmail.com', '1991-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1110, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2320, 'DA - 162', 'Trần Vũ Bảo Linh', NULL, 'tranvubaolinh.docs@gmail.com', '1995-10-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1111, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2333, 'DA - 154', 'Tưởng Thùy Trang', NULL, 'dydy06012004@gmail.com', '2004-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1112, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2335, 'DA - 165', 'Hồ Sĩ Đức Hoài', NULL, 'Hoai2288.2288@gmail.com', '2003-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1113, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2336, 'DA - 166', 'Nguyễn Hải Long', NULL, 'longnguyen.personal358@gmail.com', '1992-08-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1114, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2386, 'DA - 169', 'Lê Thị Hoa', NULL, 'HOALEE.HOA@GMAIL.COM', '1996-09-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1115, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2385, 'DA - 168', 'Cấn Thị Mỹ Ngân', NULL, 'canthimyngan@gmail.com', '2001-05-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1116, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2384, 'DA - 167', 'Bùi Thị Thúy Hằng', NULL, 'hang.btt0803@gmail.com', '1998-08-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1117, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2398, 'DA - 180', 'Lê Liên Quang', NULL, 'ammpu23@gmail.com', '1990-04-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1118, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2397, 'DA - 179', 'Trần Thu Uyên', NULL, 'cavamuoi@gmail.com', '2005-12-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1119, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2396, 'DA - 177', 'Vũ Thị Thuỳ Dung', NULL, 'demen6885@gmail.com', '1987-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1120, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2393, 'DA - 174', 'Nguyễn Thị Ngọc Sang', NULL, 'Ngocsangg781@gmail.com', '2001-08-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1121, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2395, 'DA - 176', 'Nguyễn Lê Đình Đạt', NULL, 'dinhdat.nle@gmail.com', '2000-07-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1122, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2389, 'DA - 170', 'Ngô Phạm Mai Khanh', NULL, 'ngophammaikhanh2006@gmail.com', '2006-11-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1123, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2391, 'DA - 172', 'Trần Xuân Tuấn Anh', NULL, 'tuananhvn0203@gmail.com', '2005-02-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1124, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2394, 'DA - 175', 'Nguyễn Hoàng Minh', NULL, 'hoangminhhp26@gmail.com', '2003-09-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1125, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2390, 'DA - 171', 'Đặng Thu Nga', NULL, 'dangthunga321@gmail.com', '1982-05-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1126, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2318, 'DA - 160', 'Bùi Minh Quang', '0898708553', 'minhquang191199@gmail.com', '1999-11-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1127, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2401, 'DA - 182', 'Nguyễn Phương Anh', '0349191272', 'anh.np222853@sis.hust.edu.vn', '2003-03-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1128, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2420, 'DA - 182', 'Nguyễn Ngọc Châu Uyên', '0853809971', 'chauuyenngocnguyen@gmail.com', '1995-03-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1129, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2392, 'DA - 173', 'Ngô Thanh Tú', NULL, 'tunt@thienhacorp.com', '1990-10-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1130, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2755, 'DA - 307', 'Đào Thị Thương', '0962650912', 'thuongydtb@gmail.com', '1995-03-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1131, '2026-07-01 08:06:17.897', '2026-07-02 15:10:41.158', 2553, 'DA - 264', 'Phạm Khánh Linh', NULL, 'pklinh97@gmail.com', '1997-05-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1132, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2126, 'TSU K01 - 150', 'Nguyễn Thị Thu Hồng', '08069734922', 'jpduonghong1692@gmail.com', '2002-09-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1133, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 1232, 'TSU K01 - 102', 'Lê Thị Bích Chi', '08075321729', 'bichchii448@gmail.com', '1997-05-27 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1134, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2252, 'TSU K01 - 156', 'Nguyễn Thanh Hoài', NULL, 'Thanhhoai09344@gmail.com', '2001-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1135, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2253, 'TSU K01 - 157', 'Đinh Minh Đức', NULL, 'mdwsc.01@gmail.com', '1998-07-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1136, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2250, 'TSU K01 - 154', 'Nguyễn Đàm Ngọc Như', NULL, 'nguyendamngocnhutgdd2004@gmail.com', '2004-04-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1137, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2251, 'TSU K01 - 155', 'Đinh Ngọc Ánh', NULL, 'dinhanh012@gmail.com', '1995-09-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1138, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2270, 'TSU K01 - 163', 'Vũ Thị Ánh Dương', NULL, 'Vuanhduong95@gmail.com', '1995-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1139, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2266, 'TSU K01 - 158', 'Nguyễn Văn Cường', NULL, 'cuongtyty26@gmail.com', '1997-03-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1140, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2268, 'TSU K01 - 161', 'Nguyễn Bình Lam Nghi', NULL, 'yoshikanguyen@gmail.com', '1994-05-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1141, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2267, 'TSU K01 - 160', 'Vũ Anh', NULL, 'tommyvuanh8499@gmail.com', '1999-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1142, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2269, 'TSU K01 - 162', 'Tăng Thanh Tùng', NULL, 'tangthanhtung03101999@gmail.com', '1999-10-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1143, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2258, 'TSU K01 - 165', 'Hoàng Duy Bảo', NULL, 'bhoang15596@gmail.com', '1996-05-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1144, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2334, 'TSU K01 - 163', 'Nguyễn Hoàng Minh', NULL, 'nguyenhoangminh11102004@gmail.com', '2004-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1145, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2353, 'TSU K01 - 164', 'Trần Thanh Hải', NULL, 'thanhhai2417@gmail.com', '1994-07-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1146, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2360, 'TSU K01 - 165', 'Nguyễn Thị Thủy Tiên', NULL, 'tn232404@gmail.com', '1998-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1147, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2361, 'TSU K01 - 166', 'Huỳnh Thị Ánh Xuân', NULL, 'huynhjenny250694@gmail.com', '1994-06-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1148, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2362, 'TSU K01 - 167', 'Nguyễn Nhật Phương', NULL, 'enpiiforwork@gmail.com', '2002-06-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1149, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2127, 'TSU K01 - 151', 'Nguyễn Thành Lợi', '07091236959', 'thanhloi300101@gmail.com', '2001-01-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1150, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2364, 'TSU K01 - 168', 'Bùi Tử Kiện', '0969692739', 'buitukien@gmail.com', '1987-07-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1151, '2026-07-01 08:06:18.213', '2026-07-02 15:10:41.770', 2419, 'TSU K01 - 170', 'Hoàng Quốc Việt', '036547841', 'qviet.jp@gmail.com', '2004-02-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1152, '2026-07-01 08:06:18.440', '2026-07-03 16:03:22.182', 261, 'PTIT-HN-194', 'Lê Bá Duy', '0384722382', 'leduy26032006@gmail.com', '2006-02-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750048487/xh4oehjuufxnow81c2an.jpg');
|
||
INSERT INTO `students` VALUES (1153, '2026-07-01 08:06:18.440', '2026-07-03 16:10:37.406', 73, 'PTIT-HN-061', 'Đào Quang Huy', '0889382506', 'zed99hy@gmail.com', '2006-06-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/90d88db1-c451-4596-8b6a-c21b55254c3d.jpg');
|
||
INSERT INTO `students` VALUES (1154, '2026-07-01 08:06:18.440', '2026-07-03 16:10:37.145', 90, 'PTIT-HN-024', 'Nguyễn Thị Kim Lệ', '0376113341', 'nguyenthikimle18122003@gmail.com', '2003-12-18 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0c4e89bc-d6dd-4dd3-b8a8-19000eaf3cbd.jpg');
|
||
INSERT INTO `students` VALUES (1155, '2026-07-01 08:06:18.440', '2026-07-03 16:11:39.395', 168, 'PTIT-HN-101', 'Nguyễn Việt Nam', '0852185565', 'Nam.bule12@gmail.com', '2006-08-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/ae8da8f6-73c3-420f-a361-da1744e01834.jpg');
|
||
INSERT INTO `students` VALUES (1156, '2026-07-01 08:06:18.440', '2026-07-03 16:09:30.029', 81, 'PUBG-HN-015', 'Đoàn Trung Nguyên', '0833220678', 'brokeniuem569@gmail.com', '2006-06-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781486121789_5ba8eda3-4369-4813-9681-1517d2ecdb2c.webp');
|
||
INSERT INTO `students` VALUES (1157, '2026-07-01 08:06:18.440', '2026-07-03 16:10:05.309', 190, 'PTIT-HN-123', 'Đào Xuân Khánh', '0342684600', 'khanhabcabc0000@gmail.com', '2006-01-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/54209917-5a2e-4be0-a127-f0211a3c811b.jpg');
|
||
INSERT INTO `students` VALUES (1158, '2026-07-01 08:06:18.440', '2026-07-03 16:11:42.055', 276, 'PTIT-HN-208', 'Đỗ Khắc Quyền', '0399576255', 'dkqyt0904@gmail.com', '2006-04-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/37dbed8f-0a49-465b-bbc0-4f4e15699078.jpg');
|
||
INSERT INTO `students` VALUES (1159, '2026-07-01 08:06:18.440', '2026-07-02 15:10:58.262', 174, 'PTIT-HN-107', 'Nguyễn Vũ Thành', '0966932315', 'vuthanhnguyen946@gmail.com', '2006-06-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779298069800_8e022ded-1947-4c88-a06f-63660f9b7351.webp');
|
||
INSERT INTO `students` VALUES (1160, '2026-07-01 08:06:18.440', '2026-07-03 16:08:28.085', 96, 'PTIT-HN-030', 'Nguyễn Thị Phương', '0364925882', 'nguyenphuong2006123@gmail.com', '2006-06-07 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750055514/zofjheapbwp1ticvpsxr.jpg');
|
||
INSERT INTO `students` VALUES (1161, '2026-07-01 08:06:18.440', '2026-07-03 16:11:42.408', 265, 'PTIT-HN-198', 'Vũ Thu Trang', '0388992719', 'trangthichngunuong@gmail.com', '2006-08-30 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782804453231_3b321443-5986-4c8c-9bfb-77a479332125.webp');
|
||
INSERT INTO `students` VALUES (1162, '2026-07-01 08:06:18.440', '2026-07-03 16:11:37.900', 201, 'PTIT-HN-134', 'Vũ Văn Đoàn', '0987632803', 'doanvuvan411@gmail.com', '2006-01-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/a7d913a6-80b3-4c71-ab06-a375863d764e.jpg');
|
||
INSERT INTO `students` VALUES (1163, '2026-07-01 08:06:18.440', '2026-07-03 16:11:36.512', 149, 'PTIT-HN-082', 'Phạm Ngọc Linh', '0346333182', 'phamngoclinhtq2006@gmail.com', '2006-10-13 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749806807/fydxuldehcqzaz58wumr.jpg');
|
||
INSERT INTO `students` VALUES (1164, '2026-07-01 08:06:18.440', '2026-07-03 16:11:40.904', 91, 'PTIT-HN-025', 'Phạm Thị Hồng Nhung', '0348723718', 'pthongnhung13122006@gmail.com', '2006-12-13 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781485149227_7b661786-5294-4629-b557-2677a086cbd4.webp');
|
||
INSERT INTO `students` VALUES (1165, '2026-07-01 08:06:18.440', '2026-07-03 16:11:37.817', 217, 'PTIT-HN-150', 'Nguyễn Văn Ánh', '0865250442', 'nguyenanh194699@gmail.com', '2006-04-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750092999/akksblqfvcwtj5u7htsx.jpg');
|
||
INSERT INTO `students` VALUES (1171, '2026-07-01 08:06:18.862', '2026-07-03 14:06:32.336', 202, 'PTIT-HN-135', 'Cao Chí Thiện', '0866533164', 'cct20062250@gmail.com', '2250-05-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750074785/yut0dku49p4eype9uokp.png');
|
||
INSERT INTO `students` VALUES (1172, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 912, 'PTIT-HNK23-029', 'Hạ Đức Lương', '0987654321', 'Haducluongdz@gmail.com', '2026-02-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750066413/kfq2rnbkcuxy1g5qjd9y.jpg');
|
||
INSERT INTO `students` VALUES (1173, '2026-07-01 08:06:18.862', '2026-07-03 14:06:15.710', 220, 'PTIT-HN-153', 'Hoàng Minh Quang', '0347126461', 'hoangminhquang1310@gmail.com', '2006-10-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/bd6a9495-18d7-4238-8759-b06784d6fcf9.png');
|
||
INSERT INTO `students` VALUES (1174, '2026-07-01 08:06:18.862', '2026-07-03 14:07:36.348', 195, 'PTIT-HN-128', 'Bùi Thái Sơn', '0329950482', 'thaisonb936@gmail.com', '2006-01-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774483430287_4483e847-de2d-462e-a1ba-26bbb815216e.webp');
|
||
INSERT INTO `students` VALUES (1175, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 915, 'PTIT-HNK23-032', 'Lê Khánh Dương', '0869257506', 'lekhanhduongpt@gmail.com', '2005-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750120989/mkkyengsqxz0x0akmxnm.jpg');
|
||
INSERT INTO `students` VALUES (1176, '2026-07-01 08:06:18.862', '2026-07-02 15:11:05.782', 188, 'PTIT-HN-121', 'Lê Nhật Linh', '0329823092', 'lenhatlinh19042006@gmail.com', '2006-04-19 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775485621472_5e80edee-d839-446f-9296-621f975d48ff.webp');
|
||
INSERT INTO `students` VALUES (1177, '2026-07-01 08:06:18.862', '2026-07-03 14:06:21.777', 230, 'PTIT-HN-163', 'Nguyễn Công Gia Huy', '0877794299', 'sieuka1990@gmail.com', '2006-06-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/e073531a-74bc-48a7-a215-2fabc76e34cf.jpg');
|
||
INSERT INTO `students` VALUES (1178, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 919, 'PTIT-HNK23-036', 'Nguyễn Gia Thiều', '0355483082', 'nguyenthieu11021995@gmail.com', '2005-02-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750140484/fxxzyneuz1lpx8rm9imk.png');
|
||
INSERT INTO `students` VALUES (1179, '2026-07-01 08:06:18.862', '2026-07-02 16:17:38.480', 117, 'PTIT-HN-051', 'An Hải Dũng', '0987311189', 'anhaidung2k6@gmail.com', '2006-07-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/ee257b66-aaeb-455f-b0f9-870bca6485c5.jpg');
|
||
INSERT INTO `students` VALUES (1180, '2026-07-01 08:06:18.862', '2026-07-03 14:06:22.630', 251, 'PTIT-HN-184', 'Bùi Đức Lợi', '0966983528', 'Zeikezan12345@gmail.com', '2006-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/daf40bcc-350f-444c-a229-05dbfb1f4e7d.jpg');
|
||
INSERT INTO `students` VALUES (1181, '2026-07-01 08:06:18.862', '2026-07-03 14:07:57.409', 216, 'PTIT-HN-149', 'Nguyễn Huy Hoàn', '0345146806', 'huyhoan13032006@gmail.com', '2006-03-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1769961801283_b7004839-164b-4394-b268-a984623e476a.webp');
|
||
INSERT INTO `students` VALUES (1182, '2026-07-01 08:06:18.862', '2026-07-02 16:16:17.737', 280, 'PTIT-HN-212', 'Nguyễn Tiến Lộc', '0977175745', 'locnguyentien653@gmail.com', '2006-10-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122588/tiojj4zlnfhjllr5lavz.jpg');
|
||
INSERT INTO `students` VALUES (1183, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 894, 'PTIT-HNK23-011', 'Nguyễn Xuân Quang', '0349199812', 'quanglienha123@gmail.com', '2005-07-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122852/f8eeu1qhjglc2dzobvr6.jpg');
|
||
INSERT INTO `students` VALUES (1184, '2026-07-01 08:06:18.862', '2026-07-03 13:12:48.673', 172, 'PTIT-HN-105', 'Nguyễn Đức Anh', '0393189244', 'ducanhcualo2403@gmail.com', '2006-03-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/55bdfa0f-3d81-4941-ac8f-3959486b11e0.jpg');
|
||
INSERT INTO `students` VALUES (1185, '2026-07-01 08:06:18.862', '2026-07-02 16:15:46.692', 243, 'PTIT-HN-176', 'Phan Thuận Thành', '0847189799', 'Phanthuanthanh270606@gmail.com', '2006-06-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726562482/d7vchz0ljby1tkhju8fo.jpg');
|
||
INSERT INTO `students` VALUES (1186, '2026-07-01 08:06:18.862', '2026-07-02 16:18:47.599', 268, 'PTIT-HN-201', 'Phùng Quang Tiến', '0926642786', 'shadowsgamer371@gmail.com', '2006-06-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750061768/zibuz5ibqvc7ydwx9wre.jpg');
|
||
INSERT INTO `students` VALUES (1187, '2026-07-01 08:06:18.862', '2026-07-02 16:16:27.012', 98, 'PTIT-HN-032', 'Nguyễn Dương Phương Trang', '0987569246', 'nggtrang26@gmail.com', '2006-10-06 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1769741199963_716ac06b-3c97-4b36-9832-4b0675093416.jpg');
|
||
INSERT INTO `students` VALUES (1188, '2026-07-01 08:06:18.862', '2026-07-03 12:15:39.075', 211, 'PTIT-HN-144', 'Phạm Việt An', '0866168006', 'anphamls6969@gmail.com', '2006-04-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773878114482_56bb9505-20ee-461b-9a75-244814d00d8e.webp');
|
||
INSERT INTO `students` VALUES (1189, '2026-07-01 08:06:18.862', '2026-07-03 12:36:10.181', 390, 'PTIT-HN-246', 'Phạm Hương Quỳnh', '0338771704', 'quynh2682@icloud.com', '2006-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7f5a5a45-427d-439e-ba30-fe585ddaa2f2.jpg');
|
||
INSERT INTO `students` VALUES (1190, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 936, 'PTIT-HNK23-053', 'Phạm Văn Minh', '0355129455', 'vminh0227@gmail.com', '2005-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779437896180_64221335-9fe2-42c2-ab60-4ce480fcd63a.webp');
|
||
INSERT INTO `students` VALUES (1191, '2026-07-01 08:06:18.862', '2026-07-03 14:05:29.125', 129, 'PTIT-HN-062', 'Triệu Quốc Bình', '0916712986', 'binhtrieuhn99@gmail.com', '2006-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/f352aabd-69dc-4ce8-ad60-098c6b58a5cc.jpg');
|
||
INSERT INTO `students` VALUES (1192, '2026-07-01 08:06:18.862', '2026-07-02 15:11:09.834', 903, 'PTIT-HNK23-020', 'Tạ Tiến Dũng', '0339615866', 'tiendungx832005@gmail.com', '2005-03-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750127913/frwk2ixf69fdezk3fcuq.jpg');
|
||
INSERT INTO `students` VALUES (1193, '2026-07-01 08:06:18.862', '2026-07-03 14:06:21.515', 157, 'PTIT-HN-090', 'Vũ Đức Huy Hoàng', '0769220000', 'duhoang1611@gmail.com', '2006-11-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750062551/kwct1zdgovzwotehaw1n.jpg');
|
||
INSERT INTO `students` VALUES (1194, '2026-07-01 08:06:18.862', '2026-07-03 14:06:37.777', 111, 'SV111', 'Đào Trường Sơn', '0384977176', 'daotruongson2006@gmail.com', '2006-05-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777285304200_ab468d18-ee52-4ebe-ba2a-31cfedf5e6cf.webp');
|
||
INSERT INTO `students` VALUES (1195, '2026-07-01 08:06:18.862', '2026-07-03 13:42:15.505', 68, 'PTIT-HN-004', 'Đỗ Tiến Đạt', '0338281662', 'dat.70.k3@gmail.com', '2006-08-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750050854/kyvmdcruenpm7zdacgef.jpg');
|
||
INSERT INTO `students` VALUES (1196, '2026-07-01 08:06:18.862', '2026-07-03 14:06:53.510', 282, 'PTIT-HN-214', 'Đỗ Đức Mạnh', '0397492360', 'doducmanh09012006@gmail.com', '2006-01-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750069250/cl7qzrvtfmuxapzv06kc.jpg');
|
||
INSERT INTO `students` VALUES (1197, '2026-07-01 08:06:18.862', '2026-07-03 14:06:31.258', 314, 'PTIT-HN-242', 'Phạm Tiến Hưng', '0876109917', 'hungpham772006@gmail.com', '2006-07-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773971187185_0b10176a-6991-423b-9910-533dde3b8e31.webp');
|
||
INSERT INTO `students` VALUES (1198, '2026-07-01 08:06:18.862', '2026-07-03 12:10:46.141', 167, 'PTIT-HN-100', 'Tô Anh Tuấn', '0392806118', 'toanhtuan.18dz@gmail.com', '2006-06-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750071661/vxsyklsz14dtjwa9kotw.jpg');
|
||
INSERT INTO `students` VALUES (1199, '2026-07-01 08:06:18.862', '2026-07-03 14:06:18.321', 106, 'PTIT-HN-040', 'Ngô Trung Chiến', '0345139926', 'ngotrungchien232@gmail.com', '2005-10-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726565190/cp7v1ircmvm6l71nhaab.jpg');
|
||
INSERT INTO `students` VALUES (1201, '2026-07-01 08:06:19.313', '2026-07-03 13:27:33.998', 115, 'PTIT', 'Lê Tiến Đức', '0856800836', 'tienducle86@gmail.com', '2006-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/4dd89e49-aeb7-4d84-b76c-5eb16c5acde0.jfif');
|
||
INSERT INTO `students` VALUES (1202, '2026-07-01 08:06:19.313', '2026-07-03 13:13:35.820', 247, 'PTIT-HN-180', 'La Thế Phong', '0987383085', 'latp1102@gmail.com', '2006-02-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780987874569_c95343f4-2a93-4ac3-812e-b039c75dd3ca.webp');
|
||
INSERT INTO `students` VALUES (1203, '2026-07-01 08:06:19.313', '2026-07-02 15:11:09.834', 918, 'PTIT-HNK23-035', 'Lại Hoàng Nam', '0undefined', '90trumhn@gmail.com', '2005-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1204, '2026-07-01 08:06:19.313', '2026-07-03 12:06:01.646', 405, 'PTIT-HN-261', 'Nguyễn Mạnh Hùng', '0824817599', 'fc.canhcut1@gmail.com', '2006-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a87f2129-9892-4693-938e-9affdab2671f.png');
|
||
INSERT INTO `students` VALUES (1205, '2026-07-01 08:06:19.313', '2026-07-03 13:30:56.893', 398, 'PTIT-HN-254', 'Nguyễn Quang Vinh', '0384001030', 'nhv16052006@gmail.com', '2006-05-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775715162549_4fe2f890-8dda-4af7-af39-16f057619d2a.webp');
|
||
INSERT INTO `students` VALUES (1206, '2026-07-01 08:06:19.313', '2026-07-03 13:25:32.359', 304, 'STU-PTIT-HN-233', 'Hoàng Cương Cát', '0359421250', 'cathoang162006@gmail.com', '2006-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726563360/qkjbm3pqkgsrtoyslwyk.jpg');
|
||
INSERT INTO `students` VALUES (1207, '2026-07-01 08:06:19.313', '2026-07-02 15:11:06.481', 82, 'PTIT-HN-016', 'Nguyễn Sơn Minh', '0387109948', 'minh23923@gmail.com', '2006-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726581224/trxr3mqagiw0nsdauexy.jpg');
|
||
INSERT INTO `students` VALUES (1208, '2026-07-01 08:06:19.313', '2026-07-02 15:11:06.481', 205, 'PTIT-HN-138', 'Nguyễn Sỹ Trung', '0968038690', 'nguyentrung27092006@gmail.com', '2006-09-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726587657/ubmh9jbmk9ul4wxskj9x.jpg');
|
||
INSERT INTO `students` VALUES (1209, '2026-07-01 08:06:19.313', '2026-07-01 14:48:10.633', 67, 'PTIT-HN-003', 'Nguyễn Thị Huyền Diệp', '0982369910', 'Diepnd2006@gmail.com', '2006-05-10 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (1210, '2026-07-01 08:06:19.313', '2026-07-02 16:14:49.955', 139, 'PTIT-HN-072', 'Nguyễn Văn Kiên', '0346746521', 'Vankien.200406@gmail.com', '2006-04-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750124692/rwo0c4wvgug3nbrcbebn.jpg');
|
||
INSERT INTO `students` VALUES (1211, '2026-07-01 08:06:19.313', '2026-07-03 13:20:51.402', 262, 'PTIT-HN-195', 'Nguyễn Đăng Quang', '0836668889', 'nguyendangquang0510@gmail.com', '9999-09-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1783055848359_d760127e-fc28-4e1a-9f01-cb1250881ef0.webp');
|
||
INSERT INTO `students` VALUES (1212, '2026-07-01 08:06:19.313', '2026-07-03 13:44:13.054', 240, 'PTIT-HN-173', 'Phùng Văn Vượng', '0363801206', 'vuongvanphung2k6@gmail.com', '2006-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/757682e7-2c13-45ae-abc4-12d7da7f98d0.jpg');
|
||
INSERT INTO `students` VALUES (1213, '2026-07-01 08:06:19.313', '2026-07-02 15:11:09.834', 935, 'PTIT-HNK23-052', 'Phạm Trung Hiếu', '0846462676', 'ptrunghieu2507@gmail.com', '2004-07-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2598b3e4-b79f-4f40-942c-71d16918e51e.jpg');
|
||
INSERT INTO `students` VALUES (1214, '2026-07-01 08:06:19.313', '2026-07-02 15:11:06.481', 180, 'PTIT-HN-113', 'Phạm Viết Quân', '0332270706', 'phamquanlv123.2986@gmail.com', '2006-08-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776405973408_d943a529-60c0-40a4-b455-b5033e7a6135.webp');
|
||
INSERT INTO `students` VALUES (1215, '2026-07-01 08:06:19.313', '2026-07-02 15:11:02.018', 198, 'PTIT-HN-131', 'Quàng Duy Mạnh', '0365303096', 'quangduymanh4@gmail.com', '2006-07-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750072384/dgla8xgwtxpfepvllrna.jpg');
|
||
INSERT INTO `students` VALUES (1216, '2026-07-01 08:06:19.313', '2026-07-02 19:16:57.119', 89, '20052006', 'Trần Hữu Nhật', '0342966735', 'huunhat20052006@gmail.com', '9999-09-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776415857559_e3d05c4d-595b-4a07-b18c-3766521560e9.webp');
|
||
INSERT INTO `students` VALUES (1217, '2026-07-01 08:06:19.313', '2026-07-03 12:48:06.957', 288, 'PTIT-HN-220', 'Nguyễn Văn Tùng', '0867884034', 'nvtung2207@gmail.com', '2006-07-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750060578/a2uvjhwwpbseiw2kva5q.jpg');
|
||
INSERT INTO `students` VALUES (1218, '2026-07-01 08:06:19.313', '2026-07-03 13:27:20.229', 158, 'VNU-HN-091', 'Mai Văn Huy', '0971579055', 'maihuylc@gmail.com', '2006-11-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3f36b7e2-ecb1-4367-a1f1-c07652e05dd4.jpg');
|
||
INSERT INTO `students` VALUES (1219, '2026-07-01 08:06:19.313', '2026-07-02 15:11:09.834', 929, 'PTIT-HNK23-046', 'Nguyễn Xuân Nhất', '0325672239', 'xuannhatvn211@gmail.com', '2005-12-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1730633680/mibymnrl6i7c3rnzd5ve.jpg');
|
||
INSERT INTO `students` VALUES (1220, '2026-07-01 08:06:19.313', '2026-07-03 12:40:19.852', 246, 'PTIT', 'Trần Trí Dương', '0822817206', 'duong170226@gmail.com', '2006-02-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780313933628_c7bd44a2-242d-4918-ba55-7e1efbac693f.webp');
|
||
INSERT INTO `students` VALUES (1221, '2026-07-01 08:06:19.313', '2026-07-02 16:17:33.065', 235, 'PTIT-HN-168', 'Vũ Đình Kiên', '0988566154', 'vudinhkien1002@gmail.com', '2006-02-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1c616f91-d7eb-4d55-a5f0-0817099e6647.jpg');
|
||
INSERT INTO `students` VALUES (1222, '2026-07-01 08:06:19.313', '2026-07-03 12:21:02.792', 192, 'UET-HN-125', 'Đặng Quốc Toàn', '0355090526', 'danwgtoan06@gmail.com', '2026-05-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777011228555_1185888b-84da-4748-8dac-a2b6ff4afa88.webp');
|
||
INSERT INTO `students` VALUES (1223, '2026-07-01 08:06:19.313', '2026-07-03 13:27:11.078', 86, 'PTIT-HN-020', 'Đỗ Minh Tuyến', '0974291448', 'vuminhtuyen26092006@gmail.com', '2006-09-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750081819/f5motlbjx86phgoibhjh.jpg');
|
||
INSERT INTO `students` VALUES (1224, '2026-07-01 08:06:19.313', '2026-07-03 14:07:09.099', 399, 'PTIT-HN-255', 'Đặng Thanh Bình', '0372987662', 'binhbadboy2810@gmail.com', '2006-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0bb0f7a7-7923-4d74-a84c-ae64ece4a80c.jpg');
|
||
INSERT INTO `students` VALUES (1225, '2026-07-01 08:06:19.313', '2026-07-03 09:52:47.037', 103, 'VIETTEL-HN-037', 'Đinh Trọng An', '0343580389', 'dinhtrongan2006@gmail.com', '2006-12-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/bd2302ad-a439-4dae-9d4a-198687f058cc.jpg');
|
||
INSERT INTO `students` VALUES (1228, '2026-07-01 08:06:19.607', '2026-07-03 07:31:01.783', 671, 'PTIT-HCM-067', 'Bùi Tuấn Giang', '0396989169', 'gbuif12@gmail.com', '2006-03-16 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776384828589_5bf60f13-599b-401f-a87d-0da0209719d8.webp');
|
||
INSERT INTO `students` VALUES (1229, '2026-07-01 08:06:19.607', '2026-07-03 07:42:32.674', 582, 'PTIT-HCM-004', 'Cao Tất Thành', '0867025412', 'Caotatthanh2006@gmail.com', '2006-06-21 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4188e245-db6c-4355-8e4a-cb2254b59ed8.jpg');
|
||
INSERT INTO `students` VALUES (1230, '2026-07-01 08:06:19.607', '2026-07-02 15:11:10.484', 676, 'PTIT-HCM-072', 'Hoàng Đình Tùng', '0867422301', 'mtung3365@gmail.com', '2006-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782950865383_8f6e5c6e-63d1-47ee-9695-a50c3cbe04f7.webp');
|
||
INSERT INTO `students` VALUES (1231, '2026-07-01 08:06:19.607', '2026-07-03 08:52:51.934', 592, 'PTIT-HCM-014', 'Lu Nhựt Đình', '0849029065', 'dinhlunhut@gmail.com', '2004-08-24 07:00:00.000', 1, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750143119/s07lqdbrykvciljrrny2.jpg');
|
||
INSERT INTO `students` VALUES (1232, '2026-07-01 08:06:19.607', '2026-07-03 07:29:45.964', 593, 'PTIT-HCM-015', 'Lâm Gia Huy', '0783579771', 'lamgiahuy002203@gmail.com', '2006-03-22 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/a495f20f-0cce-4f9d-9480-88559c5352cb.jpg');
|
||
INSERT INTO `students` VALUES (1233, '2026-07-01 08:06:19.607', '2026-07-02 15:11:01.204', 684, 'PTIT-HCM-081', 'Nguyễn Trọng Đăng Dương', '0989011403', 'duong230426@gmail.com', '2006-04-23 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5acc8898-3ccd-490d-a613-128f40092eb6.jpg');
|
||
INSERT INTO `students` VALUES (1234, '2026-07-01 08:06:19.607', '2026-07-03 07:40:06.143', 580, 'PTIT-HCM-002', 'Bùi Xuân Huy Đức', '0865545927', 'bui.duc2604@gmail.com', '2006-04-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775437777909_d591c4dc-0a7c-4609-9617-ae9da1ea422d.webp');
|
||
INSERT INTO `students` VALUES (1235, '2026-07-01 08:06:19.607', '2026-07-03 08:12:01.076', 610, 'PTIT-HCM-032', 'Nguyễn Tá Thọ', '0812719014', 'nguyentatho14106@gmail.com', '2006-01-14 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1236, '2026-07-01 08:06:19.607', '2026-07-02 15:11:01.204', 613, 'PTIT-HCM-035', 'Nguyễn Văn Toàn', '0896046194', 'nguyenvantoan200608@gmail.com', '2006-08-30 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/ff98031a-d6aa-4656-9a21-897b7e68151b.JPG');
|
||
INSERT INTO `students` VALUES (1237, '2026-07-01 08:06:19.607', '2026-07-03 10:17:59.252', 609, 'SV609', 'Nguyễn Tuấn Nhựt', '0327563534', 'nhutnguyen2k6.py@gmail.com', '2006-02-15 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750148019/obrglbdjlmmynaqzs50s.jpg');
|
||
INSERT INTO `students` VALUES (1238, '2026-07-01 08:06:19.607', '2026-07-03 07:01:04.477', 618, 'PTIT-HCM-040', 'Phan Văn Đạt', '0349387310', 'pdat7737@gmail.com', '2006-01-11 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/74c62358-67bd-41ee-bafb-b259baf07094.jpg');
|
||
INSERT INTO `students` VALUES (1239, '2026-07-01 08:06:19.607', '2026-07-03 07:29:52.435', 585, 'PTIT-HCM-007', 'Dương Phúc Thịnh', '0827242427', 'thinhtattoo2006@gmail.com', '2006-03-27 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7b0d83f0-2f0b-48ef-b43b-b411e2a10b49.jpeg');
|
||
INSERT INTO `students` VALUES (1240, '2026-07-01 08:06:19.607', '2026-07-03 07:30:28.238', 604, 'PTIT-HCM-026', 'Nguyễn Lê Vũ', '0934955821', 'nguyenlevu1606@gmail.com', '2006-06-16 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/126e4abb-b815-49af-868d-b9fa2cffc980.jpg');
|
||
INSERT INTO `students` VALUES (1241, '2026-07-01 08:06:19.607', '2026-07-02 15:11:06.895', 688, 'PTIT-HCM-085', 'Trần Minh Đức 2', '0347407135', '2601minhduc@gmail.com', '2006-01-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781655828338_9104739c-7cdf-4431-b465-5d0ff916930f.webp');
|
||
INSERT INTO `students` VALUES (1242, '2026-07-01 08:06:19.607', '2026-07-03 08:55:05.737', 626, 'PTIT-HCM-048', 'Trần Hoàng Thanh', '0879020106', 'tranthanh02012006@gmail.com', '2006-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/860cab41-2bde-4483-9af3-6118174f96ab.JPG');
|
||
INSERT INTO `students` VALUES (1243, '2026-07-01 08:06:19.607', '2026-07-03 07:28:57.871', 690, 'PTIT-HCM-087', 'Trương Công Quý', '0336544937', 'congquy010206@gmail.com', '2006-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/924ef1ef-ff5a-40e5-956d-29ef6df147b8.jpeg');
|
||
INSERT INTO `students` VALUES (1247, '2026-07-01 08:06:19.757', '2026-07-02 15:10:43.538', 2208, 'JS-001', 'Javascript Backend', '0129874532', 'javascriptbackend@gmail.com', '2001-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1248, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2101, 'JB IOC - 92', 'Lê Bùi Mạnh Phúc', NULL, 'manhphuc130704cntt@gmail.com', '2004-07-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1249, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2096, 'JB IOC - 87', 'Hoàng Văn Độ', NULL, 'dovan170305@gmail.com', '2005-03-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1250, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2097, 'JB IOC - 88', 'Huỳnh Gia Phúc', NULL, 'hgphuchgce181933@gmail.com', '2004-07-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1251, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2099, 'JB IOC - 90', 'Huỳnh Quang Bảo', NULL, 'bao15062002@gmail.com', '2002-06-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1252, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2132, 'JB IOC - 111', 'Trần Hoàng Hà', NULL, 'tranhoangha94@gmail.com', '1994-12-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1253, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2133, 'JB IOC - 112', 'Vũ Văn An', NULL, 'vananvu249@gmail.com', '2005-09-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1254, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2135, 'JB IOC - 121', 'Nguyễn Thế Phong', NULL, 'phongnrt2003@gmail.com', '2003-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1255, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2194, 'DA - 107', 'Hà Xuân Đại', NULL, 'daik5xuanvinh@gmail.com', '2005-03-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1256, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2201, 'DA - 114', 'Nguyễn Thanh Toàn', NULL, 'toannguyen522002@gmail.com', '2002-02-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1257, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2203, 'JB IOC - 123', 'Nguyễn Huy Dũng', '0813265499', 'nguyenhdung2006@gmail.com', '2006-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1258, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2121, 'JB IOC - 112', 'Đỗ Hoàng Thái Duy', '0399638526', 'duygraphics@gmail.com', '2005-02-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773843894728_be6c0179-e1d3-4bc3-b44a-23f1cb2638ae.webp');
|
||
INSERT INTO `students` VALUES (1259, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2102, 'JB IOC - 93', 'Lê Doãn Quốc An', NULL, 'BCS252485@st.cmcu.edu.vn', '2007-04-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1260, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2117, 'JB IOC - 108', 'Vũ Đình Anh Vũ', NULL, 'vudinhanhvu1010@gmail.com', '2005-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1261, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2095, 'JB IOC - 86', 'Hoàng Gia Bảo', NULL, 'hoangbao21022005@gmail.com', '2005-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774013453461_689bbef9-e091-4adf-a794-3ad8845b64d6.webp');
|
||
INSERT INTO `students` VALUES (1262, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2223, 'JB IOC - 130', 'Phạm Hoàng Chương', '0342652419', 'hoangchuong869@gmail.com', '2004-04-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773889570540_a2704d43-b16d-4ab3-89b0-e3fbbbf72beb.webp');
|
||
INSERT INTO `students` VALUES (1263, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2225, 'DA - 127', 'Phạm Hoàng Long', '0067432431', 'longphamhoang2708@gmail.com', '2000-09-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1264, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2207, 'JB IOC - 127', 'Nguyễn Trường Phước', NULL, 'ng.trgg.phcc@gmail.com', '2005-04-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1265, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2234, 'JB IOC - 132', 'Nguyễn Khắc Thịnh', '0352866196', 'thinhnguacon@gmail.com', '2006-02-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1266, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2237, 'JB IOC - 135', 'Nguyễn Đặng Minh Tâm', NULL, 'minhtamhmp@gmail.com', '2005-08-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1267, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2109, 'JB IOC - 100', 'Nguyễn Trung Tuấn', NULL, 'pesgametuan@gmail.com', '2004-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1268, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2240, 'JB IOC - 138', 'Hoàng Văn Thuấn', NULL, 'hoangvanthuan010@gmail.com', '2003-05-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1269, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2239, 'JB IOC - 137', 'Trần Bách Thành Tài', '0963898231', 'taitbt3124@gmail.com', '2004-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773971094887_b4b3a81f-1e51-4f07-8f28-06ac8713130d.webp');
|
||
INSERT INTO `students` VALUES (1270, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2245, 'JB IOC - 141', 'Nguyễn Quế Phong', '0908130603', 'nguyenquephong13062003@gmail.com', '2003-06-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1271, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2244, 'JB IOC - 140', 'Trương Văn Phương', '0899899400', 'truongvanphuong.gv2003@gmail.com', '2003-08-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1272, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2243, 'JB IOC - 139', 'Bùi Đức Việt', NULL, 'bdvviet@gmail.com', '2004-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1273, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 2248, 'JB IOC - 142', 'Vũ Dương Nhật Minh', '0328294506', 'mvu406797@gmail.com', '2006-10-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1274, '2026-07-01 08:06:20.290', '2026-07-02 15:10:43.827', 1957, 'JB IOC - 77', 'Vũ Công Tiến', NULL, 'vucongtien55@gmail.com', '2006-09-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1275, '2026-07-01 08:06:20.426', '2026-07-02 15:10:43.960', 2756, 'TEST-999', 'Rikkei Academy', '098465465', 'rikkei.test@rikkeiacademy.com', '2002-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1276, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2177, 'DA - 90', 'Đỗ Quang Anh', NULL, 'quanganhdo0812@gmail.com', '2004-08-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1277, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2175, 'DA - 88', 'Đinh Trần Hà Anh', NULL, 'dinhtranhaanh2006@gmail.com', '2006-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1278, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2173, 'DA - 86', 'Dương Khánh Linh', NULL, 'linhduongk2325@gmail.com', '2005-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1279, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2169, 'DA - 82', 'Nguyễn Thị Sáu', NULL, 'saunguyen15790@gmail.com', '1990-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1280, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2172, 'DA - 85', 'Nguyễn Ngọc Nhi', NULL, 'nguyennnhi1611@gmail.com', '2004-11-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1281, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2167, 'DA - 80', 'Hồ Xuân Quang', NULL, 'hoxuanquang@hotmail.com', '1988-10-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1282, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2166, 'DA - 79', 'Nguyễn Thị Hải Yến', NULL, 'haiyennguyen106@gmail.com', '1995-04-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1283, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2176, 'DA - 89', 'Nguyễn Thị Tú', NULL, 'nguyentu2401@gmail.com', '1998-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1284, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2164, 'DA - 77', 'Vũ Thanh Huyền', NULL, 'vt.huyen91@gmail.com', '1991-11-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1285, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2165, 'DA - 78', 'Lê Thị Thuý', NULL, 'lethuy13081998@gmail.com', '1998-08-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1286, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2174, 'DA - 87', 'Lương Kiện Huy', NULL, 'luongkienhuy2001@gmail.com', '2001-10-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1287, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2162, 'DA - 75', 'Nguyễn Hoàng Cẩm Hà', NULL, 'nguyenhoangcamha@outlook.com', '1993-08-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1288, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2161, 'DA - 74', 'Phan Đức Hiếu', NULL, 'harrisphan304@gmail.com', '1998-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1289, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2171, 'DA - 84', 'Nguyễn Thị Minh Ánh', NULL, 'aanh6135@gmail.com', '2004-07-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1290, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2158, 'DA - 71', 'Huỳnh Đức Anh', NULL, 'ducnguyen211103@gmail.com', '2003-11-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1291, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2157, 'DA - 70', 'Hoàng Thảo Linh', NULL, 'linhhoangzapoet@gmail.com', '2006-08-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1292, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2155, 'DA - 68', 'Phạm Thị Tường Anh', NULL, 'tuonganhpham@gmail.com', '1986-07-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1293, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2154, 'DA - 67', 'Lê Thị Thu Hà', NULL, 'leha19111905@gmail.com', '2002-05-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1294, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2170, 'DA - 83', 'Nguyễn Hải Nhật Anh', NULL, 'nguyennhatanh0512@gmail.com', '2001-05-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1295, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2156, 'DA - 69', 'Trần Thị Hường', NULL, 'thihuonghaingan@gmail.com', '2000-06-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1296, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2163, 'DA - 76', 'Hoàng Nhật Khánh', NULL, 'nhatkhanh22204@gmail.com', '2004-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1297, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2200, 'DA - 113', 'Nguyễn Thị Hạ Trang', NULL, 'nguyenhatrang646@gmail.com', '2005-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1298, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2196, 'DA - 109', 'Lê Tú Ngân', NULL, 'tunganle2005@gmail.com', '2005-08-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1299, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2192, 'DA - 105', 'Phạm Thị Thu Uyên', NULL, 'phamuyen0509@gmail.com', '1996-10-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1300, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2190, 'DA - 103', 'Trịnh Cao Quang Tiến', NULL, 'tcqtien16319@gmail.com', '1998-03-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1301, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2198, 'DA - 111', 'Nguyễn Quỳnh Chi', NULL, 'nguyenquynhchi.2412@gmail.com', '1996-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1302, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2195, 'DA - 108', 'Trần Ngọc Thành', NULL, 'k62.2312560042@ftu.edu.vn', '2005-12-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1303, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2193, 'DA - 106', 'Nguyễn Hữu Tài', NULL, 'taihuuls2003@gmail.com', '2003-03-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1304, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2199, 'DA - 112', 'Trần Đức Anh', NULL, 'anhductran.xd@gmail.com', '1991-10-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1305, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2188, 'DA - 96', 'Phan Thị Ngọc', NULL, 'ngocphan28693@gmail.com', '1993-06-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1306, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2189, 'DA - 102', 'Hoàng Thị Thu Hằng', NULL, 'hoangthuhang242@gmail.com', '1996-04-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1307, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2221, 'DA - 124', 'Đào Vĩnh Khang', NULL, 'khangdao.senmedia@gmail.com', '2002-12-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1308, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2220, 'DA - 123', 'Nguyễn Thị Diệu Ly', NULL, 'lira.nguyen1201@gmail.com', '1998-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1309, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2218, 'DA - 121', 'Đặng Phương Anh', NULL, 'meandead19@gmail.com', '2006-11-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1310, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2222, 'DA - 125', 'Lại Mỹ Bình', '0943170440', 'laimybinh00@gmail.com', '2005-05-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1311, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2224, 'DA - 126', 'Trương Thị Mỹ Linh', '0799185211', 'Mylinhy2410@gmail.com', '2002-10-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1312, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2226, 'DA - 128', 'Đào Quang Duy', '0919296869', 'duydaoc6@gmail.com', '2005-01-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1313, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2228, 'DA - 129', 'Huỳnh Nhật Duy', '0354193864', 'nhatduyhuynh1@gmail.com', '2007-12-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1314, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2231, 'DA - 131', 'Nguyễn Thị Hồng Nhung', '0889113579', 'hongnhungts1412@gmail.com', '2001-01-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1315, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2233, 'DA - 133', 'Nguyễn Hồng Minh', '0869212817', 'nghongminh0511@gmail.com', '2002-11-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1316, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2232, 'DA - 132', 'Vũ Ngọc Quỳnh Trâm', '0397302485', 'tram.vu200499@gmail.com', '1999-04-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1317, '2026-07-01 08:06:20.713', '2026-07-02 15:10:44.244', 2319, 'DA - 161', 'Nguyễn Anh Tuấn', '0918072800', 'anhtuan.hm.90@gmail.com', '1990-06-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1318, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2153, 'DA - 66', 'Nguyễn Nhật Minh', NULL, 'nhatminhnguyen265@gmail.com', '1997-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1319, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2151, 'DA - 64', 'Nguyễn Văn Thành', NULL, 'nvthanh@unishanoi.org', '1990-08-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1320, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2150, 'DA - 63', 'Nguyễn Hữu Anh Kiệt', NULL, 'anhkietcdt@gmail.com', '2003-05-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1321, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2152, 'DA - 65', 'Nguyen Hoang Linh Phuong', NULL, 'phuonginsta210@gmail.com', '2001-10-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1322, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2149, 'DA - 62', 'Vũ Quang Trường', NULL, 'vutruong1029@gmail.com', '2002-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1323, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2148, 'DA - 61', 'Phùng Diệu Anh', NULL, 'dieuanhxnklog@gmail.com', '2004-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1324, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2145, 'DA - 58', 'Đỗ Nữ Hiệp', NULL, 'dnhiep96@gmail.com', '1996-11-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1325, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2146, 'DA - 59', 'Nguyễn Hoang Anh', NULL, 'anhanhbachduong@gmail.com', '2004-04-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1326, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2143, 'DA - 56', 'Ngô Bình Nguyên', NULL, 'nguyen91206@gmail.com', '2006-09-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1327, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2142, 'DA - 55', 'Nguyễn Nữ Mỹ Hà', NULL, 'ha.nguyennumy@htu.edu.vn', '1998-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1328, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2141, 'DA - 54', 'Lương Thu Uyên', NULL, 'uyen171202@gmail.com', '2002-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1329, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2139, 'DA - 52', 'Nguyễn Minh Dương', NULL, 'mdg200231@gmail.com', '2002-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1330, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2137, 'DA - 50', 'Đinh Gia Bảo', NULL, 'giabao18042006@gmail.com', '2006-04-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1331, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2138, 'DA - 51', 'Lê Viên Song Thư', NULL, 'leviensongthu@gmail.com', '2002-06-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1332, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2037, 'DA - 44', 'Thái Bảo Phương', NULL, 'baophuong02ind@gmail.com', '2002-04-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1333, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2186, 'DA - 100', 'Nguyễn Hoàng Hải', NULL, 'nguyenhoanghai04032006@gmail.com', '2006-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1334, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2183, 'DA - 97', 'Trần Linh San', NULL, 'santran091299@gmail.com', '1999-09-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1335, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2185, 'DA - 99', 'Nguyễn Thị Thảo Nguyên', NULL, 'tnguyen711411@gmail.com', '2005-12-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1336, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2181, 'DA - 94', 'Võ Phạm Ánh Ngọc', NULL, 'vongoc211345@gmail.com', '2006-04-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1337, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2178, 'DA - 91', 'Trần Bảo Anh', NULL, 'tranbaoanh.t3@gmail.com', '1996-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1338, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2182, 'DA - 95', 'Đỗ Hoàng Phúc', NULL, 'do12hoang07phuc2005@gmail.com', '2005-07-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1339, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2184, 'DA - 98', 'Nguyễn Hy Thạch', NULL, 'nguyenhythach2002@gmail.com', '2002-09-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1340, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2180, 'DA - 93', 'Hà Thị Bích Liên', NULL, 'habichlien124@gmail.com', '1992-06-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1341, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2187, 'DA - 101', 'Phan Huy Dũng', NULL, 'phanhuydungnq@gmail.com', '2005-10-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1342, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2213, 'DA - 116', 'Vũ Thành Công', NULL, 'vtcong1103@gmail.com', '2003-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1343, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2214, 'DA - 117', 'Tạ Xuân Hoàng', NULL, 'hoangfrance61@gmail.com', '2003-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1344, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2217, 'DA - 120', 'Phạm Thành Long', NULL, 'longpthaui@gmail.com', '2003-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1345, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2216, 'DA - 119', 'Nguyễn Hà My', NULL, 'hamynguyen062011@gmail.com', '2006-11-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1346, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2229, 'DA - 130', 'Nguyễn Văn Thành Đạt', '0838885904', 'datdudu592004@gmail.com', '2004-09-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1347, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2462, 'DA - 218', 'Lê Thị Hoàng Oanh ', '0344137255', 'hoanh25022006@gmail.com', '2006-02-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1348, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2197, 'DA - 110', 'Lê Thị Khánh Huyền', NULL, 'lekhanhhuyen30072005@gmail.com', '2005-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1349, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2642, 'DA - 269', 'Phí Thị Bích Phương', '0977338120', 'bichphuong8120@gmail.com', '2000-01-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1350, '2026-07-01 08:06:20.976', '2026-07-02 15:10:44.534', 2716, 'DA - 245', 'Đồng Mai Hương ', '0975118348', 'dmaihuong29.contact@gmail.com', '2003-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1351, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2118, 'JB IOC - 109', 'Đinh Quốc Huy', NULL, 'dhuy271105@gmail.com', '2005-11-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1352, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2119, 'JB IOC - 110', 'Đinh Quốc Nguyên', NULL, 'dinhnguyen3052004@gmail.com', '2004-05-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1353, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2120, 'JB IOC - 111', 'Đào Quang Minh', NULL, 'daominh110905@gmail.com', '2005-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1354, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2116, 'JB IOC - 107', 'Vũ Nhật Minh', NULL, 'vunhatminh.vnw.03@gmail.com', '2005-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775571967724_91823615-86c3-4d72-aa49-d299f66a720e.webp');
|
||
INSERT INTO `students` VALUES (1355, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2115, 'JB IOC - 106', 'Văn Trường Nguyên', '0986080106', 'vtnvlog2006@gmail.com', '2006-01-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779192759503_1488dec0-478d-4930-a603-5480da9a1f76.webp');
|
||
INSERT INTO `students` VALUES (1356, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2111, 'JB IOC - 102', 'Phan Khánh Hoàng', NULL, 'pkhoang155@gmail.com', '2003-05-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1357, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2114, 'JB IOC - 105', 'Trần Quân', NULL, 'quantran2k6@gmail.com', '2006-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1358, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2110, 'JB IOC - 101', 'Nguyễn Việt Dương', NULL, 'nguyenvietduong15092004@gmail.com', '2004-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1359, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2108, 'JB IOC - 99', 'Nguyễn Quốc Tịnh', NULL, 'quoctinhstudy1911@gmail.com', '2004-11-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1360, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2107, 'JB IOC - 98', 'Nguyễn Minh Thắng', NULL, 'minhthang597259@gmail.com', '2005-06-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1361, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2103, 'JB IOC - 94', 'Lê Tuấn Thành', NULL, '24003852@eaut.edu.vn', '2006-11-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1362, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2104, 'JB IOC - 95', 'Lê Việt Ân', NULL, 'levietan24.bs@gmail.com', '2004-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774842908031_3cbd0774-bbe0-44bc-8152-852ed9d28e95.webp');
|
||
INSERT INTO `students` VALUES (1363, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2100, 'JB IOC - 91', 'Lâm Trần Thế Hiển', NULL, 'enderbossvn@gmail.com', '2005-06-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1364, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2106, 'JB IOC - 97', 'Nguyễn Hữu Thành', '0363658128', 'nguyenhuuthanh.140504@gmail.com', '2004-05-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1365, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2094, 'JB IOC - 85', 'Bùi Văn Hoà', NULL, 'vanhoabku97@gmail.com', '1997-06-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1366, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2130, 'JB IOC - 109', 'Hương Quý Hướng', NULL, 'huongquyhuong30112005@gmail.com', '2005-11-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1367, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2134, 'JB IOC - 120', 'Lê Nguyễn Hải Đăng', NULL, 'kaitohaidancc@gmail.com', '2003-09-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1368, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2136, 'JB IOC - 122', 'Huỳnh Đông Khoa', NULL, 'n24dcpt086@student.ptithcm.edu.vn', '2006-11-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1369, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2230, 'JB IOC - 131', 'Nguyễn Tuấn Anh', '0988383347', '1234nguyentanh@gmail.com', '2005-12-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1370, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2236, 'JB IOC - 134', 'Đình Đức Sang', '0386713099', 'sangct257003@gmail.com', '2003-07-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1371, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2206, 'JB IOC - 126', 'Đào Mình khôi', '0379597825', 'guydance4@gmail.com', '2006-01-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1372, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2238, 'JB IOC - 136', 'Ngô Xuân Trường', NULL, 'ngotruong24122006@gmail.com', '2006-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1373, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 2129, 'JB IOC - 115', 'Nguyễn Thanh Liêm', '0869108754', 'liemnguyen1702@gmail.com', '2003-02-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1374, '2026-07-01 08:06:21.238', '2026-07-02 15:10:44.809', 1883, 'JB IOC - 26', 'Nguyễn Thành Nam', '0707964812', 'Namnt292003@gmail.com', '2003-04-29 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1375, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2090, 'TSU K01 - 145', 'Trần Thiên Hương', NULL, 'tranthienhuong14@gmail.com', '1991-05-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1376, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2088, 'TSU K01 - 143', 'Nguyễn Tâm Phương Vũ', NULL, 'vu.ng177@gmail.com', '1989-07-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1377, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2089, 'TSU K01 - 144', 'Nguyễn Đình Hải', '0975782524', 'dinhhaiqblt1994@gmail.com', '1994-07-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1378, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2087, 'TSU K01 - 142', 'Nguyễn Anh Kiệt', NULL, 'anhkietnguyen101@gmail.com', '1999-01-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1379, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1231, 'TSU K01 - 103', 'Trần Thị Yến', '0335589066', 'tranyen4002@gmail.com', '2004-04-26 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1380, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2125, 'TSU K01 - 149', 'Trần Đức Hậu', '07084608683', 'tranduchauspkt@gmail.com', '1991-01-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1381, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1170, 'TSU K01 - 59', 'Nguyễn Văn Nam', '08040582278', 'Nam.ntp.270891@gmail.com', '1991-07-18 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1382, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2122, 'TSU - 149', 'Nguyễn Thị Thu Hiền', '0899297440', 'hienbh98@gmail.com', '1998-01-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1383, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 2092, 'TSU K01 - 147', 'Đỗ Trần Trung ', NULL, 'huyentrang.trungtran@gmail.com', '1991-02-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1384, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1235, 'TSU K01 - 105', 'Nguyễn Trung Hoà', '09057595137', 'miy23456z@gmail.com', '2003-06-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1385, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1932, 'TSU K01 - 143', 'Trần văn hữu', NULL, 'huutran0991@gmail.com', '1999-07-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1386, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1929, 'TSU K01 - 140', 'Nguyễn Thị Xuân Thuỷ', '0393691683', 'xuanthuynguyenjpk7@gmail.com', '1992-07-10 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1387, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1939, 'TSU K01 - 149', 'Mẫn Thị Thu', '0912912566', 'manthu1304@gmail.com', '1985-11-05 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1388, '2026-07-01 08:06:21.412', '2026-07-02 15:10:45.027', 1849, 'TSU K01 - 127', 'Nguyễn Thế Ngọc', '0972266300', 'Ngocnguyenthe567@gmail.com', '2000-12-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1389, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2071, 'EMB - 27', 'La Vũ Phong', NULL, 'laphong2609@gmail.com', '2002-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1390, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2073, 'EMB - 29', 'Đoàn Huy Hải', NULL, 'doanhuyhai2003@gmail.com', '2003-06-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1391, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2069, 'EMB - 25', 'Mai Bảo Đăng', NULL, 'maibaodang123@gmail.com', '2005-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1392, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2070, 'EMB - 26', 'Nguyễn Lâm Duy', NULL, 'lamduy1809@gmail.com', '2005-05-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1393, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2067, 'EMB - 23', 'Đỗ Anh Tú', NULL, 'anhtudo3@gmail.com', '2004-03-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1394, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2074, 'EMB - 30', 'Nguyễn Doãn An', NULL, 'annguyenbk2012@gmail.com', '2003-12-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1395, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2064, 'EMB - 20', 'Phạm Tùng Lâm', NULL, 'lamcaro12212332@gmail.com', '2005-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1396, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2063, 'EMB - 19', 'Đặng Viết Ngọc', '0944199048', 'vietngocbs@gmail.com', '1993-03-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1397, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2066, 'EMB - 22', 'Nguyễn Đình Minh Thắng', NULL, 'ThangNDM.B23VT390@stu.edu.ptit.vn', '2005-05-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1398, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2072, 'EMB - 28', 'Nguyễn Hoàng Việt', NULL, 'hoangvietnguyen8@gmail.com', '1995-02-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1399, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2061, 'EMB - 17', 'Ngô Đức Long', NULL, 'longkr1307@gmail.com', '2006-12-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1400, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2060, 'EMB - 16', 'Trần Phú An', NULL, 'AnPhuTran06@gmail.com', '2006-02-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1401, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2059, 'EMB - 15', 'Phạm Minh Quang', NULL, 'quangpham7253@gmail.com', '2007-05-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/f8142b79-0b54-4ffc-a76a-a5284709b85e.jpg');
|
||
INSERT INTO `students` VALUES (1402, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2068, 'EMB - 24', 'Nguyễn Phạm Hoàng Anh', NULL, 'anh.nph2513963@sis.hust.edu.vn', '2007-11-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1403, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2057, 'EMB - 13', 'Hoang Van Anh', NULL, 'banbientapbyt@gmail.com', '2006-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1404, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2065, 'EMB - 21', 'Nguyễn Quốc Duy', NULL, 'duy10lhp@gmail.com', '2003-03-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1405, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2054, 'EMB - 10', 'Lê Trung Kiên', NULL, 'kinele205@gmail.com', '2005-09-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1406, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2052, 'EMB - 08', 'Nguyễn Xuân Phong', NULL, 'blowthetempest@gmail.com', '2005-02-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1407, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2062, 'EMB - 18', 'Cấn Minh Thành Hiếu', NULL, 'canminhthanhhieu@gmail.com', '2005-12-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1408, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2051, 'EMB - 07', 'Nguyễn Văn Dũng', NULL, 'dung.nguyenvan010312@gmail.com', '2002-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1409, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2056, 'EMB - 12', 'Nguyễn Như Cao Thắng', NULL, 'Nguyennhucaothangpascal@gmail.com', '2007-05-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1410, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2050, 'EMB - 06', 'Dương Mạnh Đức', NULL, 'duongmanhduc2003@gmail.com', '2003-01-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1411, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2053, 'EMB - 09', 'Lê Trọng Bách', NULL, 'ltbach15092007@gmail.com', '2011-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1412, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2049, 'EMB - 05', 'Nguyễn Hoàng Vũ', NULL, 'vudepzai816@gmail.com', '2004-08-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1413, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2045, 'EMB - 01', 'Nguyễn Khải Nam', NULL, 'khainam121@gmail.com', '2004-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1414, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2047, 'EMB - 03', 'Lê Đắc Hiếu', NULL, 'dachieu8a@gmail.com', '2002-05-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1415, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2048, 'EMB - 04', 'Vũ Ngọc Sơn', NULL, 'ngocsonvns02@gmail.com', '2002-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1416, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2046, 'EMB - 02', 'Nguyễn Quang Dũng', NULL, 'nguyenquangdung357@gmail.com', '2005-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1417, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2075, 'EMB - 14', 'Trịnh Thế Phong', '0321478956', 'thephongtrinh0809@gmail.com', '2006-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1418, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2079, 'EMB - 34', 'Lê Khải Minh', NULL, 'lekhaiminhlqd@gmail.com', '2003-12-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1419, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2076, 'EMB - 31', 'Phạm Thái Anh', NULL, 'pthaianh2006@gmail.com', '2006-01-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1420, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2078, 'EMB - 33', 'Phạm Đức Duy', NULL, 'phamducduy681@gmail.com', '2003-08-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1421, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2080, 'EMB - 35', 'Nguyễn Quốc Anh', NULL, 'quanh2502@gmail.com', '2004-02-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1422, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2077, 'EMB - 32', 'Nguyễn Văn Tiệp', NULL, 'nguyenvt.acs@gmail.com', '1999-02-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1423, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2084, 'EMB - 36', 'Nguyễn Ngọc Quang', NULL, 'quang271020044@gmail.com', '2004-10-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1424, '2026-07-01 08:06:21.709', '2026-07-02 15:10:45.335', 2083, 'EMB - 35', 'Nguyễn Mạnh Tuấn', NULL, 'nmtuan03092003@gmail.com', '2003-09-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1425, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1994, 'DA - 01', 'Nguyễn Thị Thu Cúc', '0369874551', 'nguyenthithucuc2808@gmail.com', '2001-08-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1426, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2031, 'DA - 38', 'Phạm Thị Huyền', NULL, 'huyenkiera@gmail.com', '1994-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/a6896b3c-a11d-45be-81ce-4c7143f3f6e1.jpg');
|
||
INSERT INTO `students` VALUES (1427, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2029, 'DA - 36', 'Nguyễn Huy Vũ', NULL, 'vunguyenxx0501@gmail.com', '2002-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1428, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2027, 'DA - 34', 'Nguyễn Mai Hoa', NULL, 'hoa.nguyen2@als.com.vn', '2026-01-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1429, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2028, 'DA - 35', 'Nguyễn Thị Vân', '0986666813', 'vannt2810@gmail.com', '1988-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/ead39918-6928-44c4-af9f-137ea5a32b0f.jpg');
|
||
INSERT INTO `students` VALUES (1430, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2026, 'DA - 33', 'Phạm Mỹ Linh', NULL, 'linhpm.gyc@gmail.com', '1994-03-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1431, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2025, 'DA - 32', 'Lâm Thị Nam', '0904864922', 'lamnam.op@gmail.com', '1991-05-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2554d221-1729-4a92-9231-a717ae5311ff.jpg');
|
||
INSERT INTO `students` VALUES (1432, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2030, 'DA - 37', 'Vũ Ngọc Quang Anh', '0981511568', 'quanganh05998@gmail.com', '1998-09-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/d2f82b50-01df-4255-975e-86aa3bab83fe.jpg');
|
||
INSERT INTO `students` VALUES (1433, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2021, 'DA - 28', 'Nghiêm Thu Hằng', NULL, 'hangthunghiem947@gmail.com', '2002-04-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1434, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2023, 'DA - 30', 'Lê Thị Diệu Linh', NULL, 'dieulinhlt.2002@gmail.com', '2002-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1435, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2017, 'DA - 24', 'Lã Thị Khánh Vân', NULL, 'may.khanhvanlt@gmail.com', '2005-04-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1436, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2016, 'DA - 23', 'Nguyễn Việt Anh', NULL, 'nguyenvietanh9955@gmail.com', '2004-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/22502d42-e7a7-4ef5-9398-fcb4ac5de6de.JPG');
|
||
INSERT INTO `students` VALUES (1437, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2015, 'DA - 22', 'Vũ Thị Nga', NULL, 'vunga28061999@gmail.com', '1999-06-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1438, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2024, 'DA - 31', 'Đỗ Thị Mỹ Bình', '0986776899', 'myyybinhhh2705@gmail.com', '2003-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/9bdfd272-ecf4-4da8-9e1a-0ce8ae7adb39.jpg');
|
||
INSERT INTO `students` VALUES (1439, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2013, 'DA - 20', 'Phùng Hoàng Phương', NULL, 'hoangphuong020602@gmail.com', '2002-06-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/30603d64-b6a8-4f85-b32f-bf8da919890b.jpg');
|
||
INSERT INTO `students` VALUES (1440, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2011, 'DA - 18', 'Vũ Mạnh Dũng', NULL, 'vumanhdung361@gmail.com', '2003-01-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1441, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2018, 'DA - 25', 'Nguyễn Phạm Ngọc Hà', NULL, 'ngocha040906@gmail.com', '2006-09-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1442, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2008, 'DA - 15', 'Lưu Thị Thanh Hoa', NULL, 'hoacatus@icloud.com', '1992-03-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1443, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2012, 'DA - 19', 'Nguyễn Thị Thu', NULL, 'thu2001hp@gmail.com', '2001-02-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1444, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2006, 'DA - 13', 'Phạm Võ Đức Sáng', NULL, 'sangpvd512@gmail.com', '2004-12-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1445, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2005, 'DA - 12', 'Hồ Thị Anh Quỳnh', NULL, 'quynhhta@gmail.com', '1991-01-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1446, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2003, 'DA - 10', 'Quách Thị Thu Hiền', NULL, 'quachhiensday@gmail.com', '2005-08-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1447, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1999, 'DA - 06', 'Nguyễn Anh Duy', '0911684603', 'AnDy.Pharmacist.ss@gmail.com', '2001-11-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1448, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2004, 'DA - 11', 'Trịnh Ngọc Hà', NULL, 'trinhngocha0501@gmail.com', '2005-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/87a44f85-76e4-4519-a987-42ddaaf84056.png');
|
||
INSERT INTO `students` VALUES (1449, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1996, 'DA - 03', 'Đào Thị Hướng', NULL, 'daohuongzero@gmail.com', '1998-06-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/df7428d5-3720-4ca9-b721-4b9609206309.jpg');
|
||
INSERT INTO `students` VALUES (1450, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2002, 'DA - 09', 'Trương Khánh Linh', NULL, 'kalenatruong1101@gmail.com', '2002-11-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/ee3216b8-4149-4294-bece-66810a6c38fe.jpg');
|
||
INSERT INTO `students` VALUES (1451, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1997, 'DA - 04', 'Kiều Đức Mạnh', NULL, 'mah.kieu822@gmail.com', '2000-02-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1452, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2000, 'DA - 07', 'Lê Xuân Việt', NULL, 'vietlexuan04@gmail.com', '2004-02-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1453, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1998, 'DA - 05', 'Nguyễn Quỳnh Hoa', '0983326887', 'quynhhoa2608@gmail.com', '1987-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1454, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2009, 'DA - 16', 'Phạm Thu Trang', NULL, 'trangpham7625@gmail.com', '2005-06-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1455, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2041, 'DA - 47', 'Nguyễn Thành Công', NULL, 'nguyenthanhcong4032@gmail.com', '2003-12-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1456, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2038, 'DA - 45', 'Vũ Gia Hiếu', NULL, 'vuhieu122025@gmail.com', '2005-10-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1457, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2039, 'DA - 46', 'Trần Trung Nhật Minh', NULL, 'minh12112002@gmail.com', '2002-11-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1458, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2034, 'DA - 41', 'Trần Đình Nhân', NULL, 'dinhnhan2604@gmail.com', '2003-04-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1459, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2035, 'DA - 42', 'Nguyen Hoàng Bách', NULL, 'nguyenhoangbach013@gmail.com', '2004-08-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0b93c004-0687-453d-96fc-0e56b8332dd0.jpg');
|
||
INSERT INTO `students` VALUES (1460, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2043, 'DA - 49', 'Vũ Thị Minh Phương', '0986613288', 'phuongvtm.vba@gmail.com', '1985-09-11 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1461, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 1988, 'DEMO-001', 'Trần Minh Cường', '0369874512', 'mckuong@rikkei.edu.vn', '2001-12-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1462, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2242, 'DA - 134', 'Vũ Thị Hoa', '0779008989', 'hoavu010690@gmail.com', '1999-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1463, '2026-07-01 08:06:21.987', '2026-07-02 15:10:45.619', 2619, 'DA - 266', 'Diêu Thiệu Nam ', '0345315538', 'kunimi_hidro@hotmail.com', '1991-02-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1464, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1987, 'BDA-13', 'Nguyễn Thị Anh Tuyền', NULL, 'nguyenthianhtuyen2004@gmail.com', '2003-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1465, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1986, 'BDA-12', 'Huỳnh Anh Thư', NULL, 'hthu2505@gmail.com', '2000-05-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1466, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1984, 'BDA-10', 'Hách Lâm Bảo Ngọc', NULL, 'hlbngoc2012@gmail.com', '2004-12-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1467, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1982, 'BDA-08', 'Lê Đức Minh Tùng', '0867099180', 'ldmtung2504@gmail.com', '2000-04-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1468, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1981, 'BDA-07', 'Nguyễn Lâm Giang', NULL, 'nguyenlamgiang300706@gmail.com', '2006-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1469, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1977, 'BDA-03', 'Nguyễn Minh Duy', NULL, 'nmduy2302@gmail.com', '2003-02-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1470, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1976, 'BDA-02', 'Trần Huy Hiệu', '0857795018', 'tranhuyhieu285@gmail.com', '2000-05-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1471, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1985, 'BDA-11', 'Nguyễn Như Ý', NULL, 'ynguyen0711@gmail.com', '2003-11-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1472, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1979, 'BDA-05', 'Nguyễn Thị Kim Ngân', NULL, 'phuongngann197@gmail.com', '2004-07-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1473, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1983, 'BDA-09', 'Nguyễn Ngọc Bích Trâm', NULL, 'nguyenngocbichtram.work@gmail.com', '2002-10-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1474, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1978, 'BDA-04', 'Đinh Thuỳ Dương', NULL, 'dinhthuyduong810@gmail.com', '1991-10-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1475, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1975, 'BDA-01', 'Hoàng Diêu Hà', NULL, 'linhhoang9461@gmail.com', '2004-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1476, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1991, 'BDA-16', 'Bùi Trần Nguyệt Anh', NULL, 'nguyetanh.na15@gmail.com', '2008-05-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1477, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1989, 'BDA-14', 'Nguyễn Thị Thu Anh', NULL, 'thuanhn0848@gmail.com', '2007-03-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1478, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 1992, 'BDA - 17', 'Nguyễn Thị Tuệ Tâm', '0797800623', 'tamntt.tc75@gmail.com', '2001-07-04 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1479, '2026-07-01 08:06:22.201', '2026-07-02 15:10:45.819', 2374, 'BDA - Leader', 'Trịnh Thùy Dương', NULL, 'duongttt@rikkei.edu.vn', '2000-01-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1480, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1950, 'JB IOC - 70', 'Nguyễn Khánh Duy', NULL, 'nxkhanhduy@gmail.com', '2005-12-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1481, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1948, 'JB IOC - 68', 'Lê Hoàng Việt', '0328507365', 'leviet20051509@gmail.com', '2005-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1482, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1949, 'JB IOC - 69', 'Nguyễn Đức Hồng Quân', '0962416952', 'quan41144@gmail.com', '2006-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1483, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1945, 'JB IOC - 65', 'Lê Xuân Bảo', NULL, 'lexuanbao258@gmail.com', '2006-08-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1484, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1944, 'JB IOC - 64', 'Nguyễn Đức Bình', '0966068165', 'binhzerok05@gmail.com', '2005-10-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1485, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1943, 'JB IOC - 63', 'Nguyễn Thái Hảo', NULL, 'thaihao0910@gmail.com', '1995-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1486, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1941, 'JB IOC - 61', 'Nguyễn Phạm Thành Công', NULL, 'nguyencongcp123@gmail.com', '2005-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1487, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1946, 'JB IOC - 66', 'Lê Hồng Quốc', '0877982870', 'lequoc150305@gmail.com', '2005-03-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1488, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1942, 'JB IOC - 62', 'Vũ Đức Mạnh', '0866716264', 'manhvd30@gmail.com', '2004-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1489, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1969, 'JB IOC - 80', 'Vũ Phúc Quang Vinh', NULL, 'vinhvpq2004@gmail.com', '2004-10-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773902297806_fb2a3557-ddb7-4ca3-ba1a-df83916ce740.webp');
|
||
INSERT INTO `students` VALUES (1490, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1971, 'JB IOC - 82', 'Lê Minh Hải', '0911064136', 'leminhai0.4@gmail.com', '2004-11-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1491, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1972, 'JB IOC - 83', 'Mai Việt Khánh', '0962618229', 'maivietkhanh313@gmail.com', '2004-03-31 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1492, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1959, 'JB IOC - 79', 'Mai Thanh Lâm', NULL, 'lam221291@gmail.com', '2004-06-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1493, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1958, 'JB IOC - 78', 'Nguyễn Trí Dũng', NULL, 'nguyentridungntd25@gmail.com', '2005-05-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1494, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1956, 'JB IOC - 76', 'Đồng Quang Huy', '0337311115', 'quanghuybinhdan@gmail.com', '2005-09-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1495, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1906, 'JB IOC - 41', 'Thạch Quốc Điền', NULL, 'dienquocbachquy0099@gmail.com', '2004-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1496, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1954, 'JB IOC - 74', 'Phạm Bảo Châu', '0977936506', 'phambaochauk6@gmail.com', '2006-12-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1497, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1953, 'JB IOC - 73', 'Nguyễn Lưu Hưng', NULL, 'luuhung261125@gmail.com', '2005-12-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1498, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1952, 'JB IOC - 72', 'Huỳnh Vũ Minh Hiếu', NULL, 'mhieu190204@gmail.com', '2004-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1499, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1973, 'JB IOC - 81', 'Nguyễn Trọng Bảo', '0865019477', 'nguyentrongbao990@gmail.com', '2005-02-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1500, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1974, 'JB IOC - 84', 'Nguyễn Quốc Huy', '0764505223', 'hhuy1315@gmail.com', '2002-02-13 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1501, '2026-07-01 08:06:22.480', '2026-07-02 15:10:46.072', 1947, 'JB IOC - 67', 'Nguyễn Thị Ái Diễm', '0838505545', 'diemnguyen4111426@gmail.com', '2006-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1502, '2026-07-01 08:06:22.640', '2026-07-02 15:10:46.373', 1935, 'TSU K01 - 146', 'Hoàng Tiến Đạt', NULL, 'tiendat0126@gmail.com', '1999-04-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1503, '2026-07-01 08:06:22.640', '2026-07-02 15:10:46.373', 1930, 'Thanh Huong_TSU K01 - 141', 'Dam Thi Thanh Huong', '0389494521', 'huongthanh865@gmail.com', '2000-05-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1504, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1894, 'JB IOC - 29', 'Lê Tuấn Cường', '0399149270', 'cuongjap208@gmail.com', '2003-08-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1505, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1898, 'JB IOC - 33', 'Mai Tiến Mạnh', NULL, 'maitienmanh2005@gmail.com', '2005-09-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1506, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1900, 'JB IOC - 35', 'Nguyễn Minh Đạt', NULL, 'datt0365644205@gmail.com', '2005-12-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1507, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1899, 'JB IOC - 34', 'Nguyễn Minh Quân', '0862558803', 'quanvidaia3@gmail.com', '2003-07-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1508, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1904, 'JB IOC - 39', 'Nguyễn Tuấn Kiệt', '0383796521', 'tuankiet3459@gmail.com', '2005-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1509, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1897, 'JB IOC - 32', 'Lý Công Vượng', NULL, 'lycongvuong97@gmail.com', '2001-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1510, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1893, 'JB IOC - 28', 'Huỳnh Cung', '0859262676', 'cung.h28@gmail.com', '2005-05-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1511, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1907, 'JB IOC - 42', 'Trần Lâm', NULL, 'lamkagm@gmail.com', '2007-11-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1512, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1909, 'JB IOC - 44', 'Trần Văn Mạnh', '0389891942', 'manhtrana1k45tl@gmail.com', '2005-03-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1513, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1908, 'JB IOC - 43', 'Trần Lê Anh Khoa', '0984626548', 'tranleanhkhoa041221@gmail.com', '2001-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1514, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1901, 'JB IOC - 36', 'Nguyễn Mạnh Cường', NULL, 'nmc281207@gmail.com', '2007-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1515, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1896, 'JB IOC - 31', 'Lê Xuân Tùng', '0856344168', 'tungvntob@gmail.com', '2001-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1516, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1917, 'JB IOC - 52', 'Phạm Nguyễn Hải Triều', '0385425616', 'pnhtrieu186@gmail.com', '2004-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1517, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1916, 'JB IOC - 51', 'Nguyễn Lê Hoàng', '0935364062', 'hoangnguyenle74@gmail.com', '2007-03-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1518, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1915, 'JB IOC - 50', 'Nguyễn Việt Anh', NULL, 'nguyenvietanh0125@gmail.com', '2005-01-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777954423511_8557ae0d-ecaa-4494-964d-fba641e3280a.webp');
|
||
INSERT INTO `students` VALUES (1519, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1914, 'JB IOC - 49', 'Đỗ Đức Khoa', '0378423488', 'khoado.devie@gmail.com', '2006-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1520, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1913, 'JB IOC - 48', 'Lâm Viết Đạt', '0965621585', 'lamvietdat.02032004@gmail.com', '2004-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1521, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1912, 'JB IOC - 47', 'Đỗ Ngọc Huy', NULL, 'huyngoc.do96@gmail.com', '2005-07-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1522, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1910, 'JB IOC - 45', 'Vũ Đức Bình', NULL, 'cosmoofspace2007@gmail.com', '2007-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1523, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1923, 'JB IOC - 58', 'Nguyễn Duy Thắng', '0983077685', 'thangduy2501@gmail.com', '2005-01-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1524, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1922, 'JB IOC - 57', 'Quán Đức Nam', '0967821070', 'ducnam855@gmail.com', '2005-08-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1525, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1921, 'JB IOC - 56', 'Nguyễn Đức Anh', '0965241610', 'ducanhn2810@gmail.com', '2003-10-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1526, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1920, 'JB IOC - 55', 'Vũ Văn Hảo', NULL, 'haovu1663@gmail.com', '2005-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1527, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1924, 'JB IOC - 59', 'Nguyễn Khắc Hải', '0333345238', 'haikhac23122004@gmail.com', '2004-12-23 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1528, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1926, 'JB IOC - 60', 'Nguyễn Đức Cường', '0968161266', 'chuoidochoduoi7e@gmail.com', '2004-12-16 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1529, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1855, 'JB IOC -07', 'Đỗ Anh Thắng', '0397269518', 'doanhthang16@gmail.com', '2003-02-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1530, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1852, 'JB IOC -03', 'Dương Văn Trà', NULL, '22010087@st.phenikaa-uni.edu.vn', '2004-08-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1531, '2026-07-01 08:06:22.910', '2026-07-02 15:10:46.625', 1861, 'JB IOC -13', 'Hoàng Văn Huynh', NULL, 'huynh696k@gmail.com', '2005-01-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1532, '2026-07-01 08:06:23.044', '2026-07-02 15:10:46.768', 1887, 'DA-25092001', 'Ms. Hằng', '0987654321', 'hangdt@rikkei.edu.vn', '2001-05-29 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776734748978_b50e2e6e-bad5-4a97-a721-88287241f9d0.webp');
|
||
INSERT INTO `students` VALUES (1533, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1873, 'TSU K01 - 128', 'Nguyễn Ngọc Tín', '0369405607', 'tinnguyen2922000@gmail.com', '2000-02-28 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1534, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1874, 'TSU K01 - 129', 'Lê Minh Huy', '0778625813', 'dev.minhuy@gmail.com', '2000-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1535, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1875, 'TSU K01 - 130', 'Nguyễn Thị Thanh Thuỳ', '07084671685', 'jennynguyen.92.92@gmail.com', '1992-02-09 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1536, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1877, 'TSU K01 - 132', 'Trần Tuấn Hiếu', '0355821900', 'trantuanhieu2507@gmail.com', '2002-07-25 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1537, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1879, 'TSU K01 - 134', 'Nguyễn Mạnh Cường', '0356550270', 'cuongb1507057@gmail.com', '1997-03-24 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1538, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1886, 'TSU K01 - 135', 'Trần Thế Tân', '07090871992', 'tanduyen2526@gmail.com', '1992-03-25 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1539, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1890, 'TSU K01 - 137', 'Lê Quang Đăng', '0976430048', 'lqdangdofla@gmail.com', '2000-04-03 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1540, '2026-07-01 08:06:23.192', '2026-07-02 15:10:47.003', 1892, 'TSU K01 - 139', 'Nguyễn Trung Kiên', '0962535501', 'Mjtterken@gmail.com', '1999-02-17 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1541, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1851, 'JB IOC -02', 'Nguyễn Minh Phương', '0868009366', '23010190@st.phenikaa-uni.edu.vn', '2005-09-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1542, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1850, 'JB IOC -01', 'Nguyễn Trọng Huynh', NULL, 'ntronghuynh6103@gmail.com', '2003-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1543, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1853, 'JB IOC -04', 'Vũ Lê Minh', NULL, 'vuminh.091003@gmail.com', '2003-10-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1544, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1854, 'JB IOC -05-T', 'Phan Chí Kiên', NULL, 'kienpcph52044@gmail.com', '2005-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1545, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1856, 'JB IOC -08', 'Lê Chí Bình', '0366494706', 'binhlechi4@gmail.com', '2003-12-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1546, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1860, 'JB IOC -12', 'Trần Thái Bảo', '0398462836', 'tranthaibao334466@gmail.com', '2006-04-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1547, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1858, 'JB IOC -10', 'Tống Gia Minh', NULL, 'Tonggiaminh250706@gmail.com', '2006-07-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1548, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1862, 'JB IOC -14', 'Lê Đức Toàn', NULL, 'toanld392003@gmail.com', '2003-09-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1549, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1864, 'JB IOC -16', 'Nguyễn Bá Tú', NULL, 'tn150938@gmail.com', '2005-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1550, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1865, 'JB IOC -17', 'Bùi Minh Đức', '0989091763', 'buiminhducalan2005@gmail.com', '2005-05-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1551, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1867, 'JB IOC -19', 'Dương Đức Bảo', NULL, 'ducbao040517@gmail.com', '2004-05-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1552, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1869, 'JB IOC -22', 'Vũ Minh Trung', '0868920271', 'trung8d2005@gmail.com', '2005-09-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781233432896_9bcd8d27-65e9-432c-b6af-ced4563f40c9.webp');
|
||
INSERT INTO `students` VALUES (1553, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1866, 'JB IOC -18', 'Đào Anh Quân', '0326949705', 'daoanhquan2k3@gmail.com', '2003-12-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1554, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1868, 'JB IOC -20', 'Đỗ Quốc huy', NULL, 'doquochuy27102003@gmail.com', '2003-10-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1555, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1859, 'JB IOC -11', 'Huỳnh Anh Quốc', NULL, 'quocpro12334@gmail.com', '2005-08-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1556, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1870, 'JB IOC - 21', 'Bùi Võ Duy Vũ', '0866475148', 'vubuikcc@gmail.com', '2004-03-24 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1557, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1884, 'JB IOC - 27', 'Triệu Hoàng Hiếu', '0766298136', 'hieuwewe123@gmail.com', '2004-10-02 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1558, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1881, 'JB IOC - 24', 'Nguyễn Doãn Sáng', '0869957537', 'nguyendoansangz@gmail.com', '2004-04-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1559, '2026-07-01 08:06:23.389', '2026-07-02 15:10:47.203', 1882, 'JB IOC - 25', 'Quách Duy Nam', '0385792671', 'namqd1403@gmail.com', '2001-03-14 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1560, '2026-07-01 08:06:23.575', '2026-07-02 15:10:47.379', 1814, 'ADMIN-K25-01', 'Rikkei', '0369852147', 'rikkeieducation@rikkei.edu.vn', '2007-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1561, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1840, 'TSU K01 - 118', 'Lữ Văn Long', NULL, 'hlong1619@gmail.com', '1993-02-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/21e3b923-dc98-44f8-923b-678898252a0b.PNG');
|
||
INSERT INTO `students` VALUES (1562, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1842, 'TSU K01 - 120', 'Hà Văn Lợi', NULL, 'loiha730@gmail.com', '2002-03-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1563, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1843, 'TSU K01 - 121', 'Phan Trương Ngọc Ân', '0918398565', 'ptnan1997@gmail.com', '1997-11-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1564, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1846, 'TSU K01 - 124', 'Trương Bá Trình', '0372683079', 'batrinh2909@gmail.com', '1995-09-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1565, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1848, 'TSU K01 - 126', 'Lê Thị Thanh Nguyên', '0786325587', 'lethithanhnguyen23@gmail.com', '1994-10-23 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1566, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1210, 'TSU 01-86 ', 'Phạm Trung Hải', '28/10/2000', 'phamtrunghai28102000@gmail.com', '2001-05-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1567, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1240, 'TSU K01 - 110', 'Nguyễn Khánh Tùng', '07038715819', 'bokaka.95@gmail.com', '1995-12-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1568, '2026-07-01 08:06:23.891', '2026-07-02 15:10:47.693', 1198, 'TSU K01 - 75', 'Phạm Thị Huyền Trang', '07031006154', 'huyentrang22ori@gmail.com', '2000-07-23 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1569, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.158', 1793, 'B25DTQT098', 'Đỗ Viết Hào', '0345092527', 'haodo0539@gmail.com', '2007-10-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1570, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.598', 1766, 'B25dtqt045', 'Phạm Lê', '0378008828', 'Leephm060107@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c0fce513-143d-42ec-bf47-ae18b4c778f8.jpeg');
|
||
INSERT INTO `students` VALUES (1571, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.598', 1743, 'B25DTQT043', 'Nguyễn Đức Mạnh 4', '0377916973', 'nmanh7891@gmail.com', '2007-01-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1572, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.598', 1753, 'B25dtqt061', 'Trần Võ Huy Thành', '0354578309', 'tranvohuythanh439@gmail.com', '2007-12-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1573, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.598', 1730, 'B25DTQ067', 'Hoàng Quốc Trung', '0936220307', 'mingheng176@gmail.com', '2007-03-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1574, '2026-07-01 08:06:24.330', '2026-07-02 15:10:53.158', 1809, 'B25DTQT110', 'Lưu Anh Tuấn', '0327450344', 'luuanhtuan0907@gmail.com', '2007-07-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/dafef375-78f0-45ea-a61a-a0b7fc84efb5.JPG');
|
||
INSERT INTO `students` VALUES (1621, '2026-07-01 08:06:25.143', '2026-07-02 15:10:53.158', 1773, 'B25DTQT035', 'Phan Viết Khánh', '0347030097', 'phanvietkhanh20071@gmail.com', '2007-07-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1660, '2026-07-01 08:06:25.491', '2026-07-03 10:42:27.078', 1696, 'B25DTQT027', 'Nguyễn Minh Hiếu 7', '0823360580', 'Nguyetquehg@gmail.com', '2007-12-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f1477859-ab0f-4cf8-9cba-238476d908f8.jpeg');
|
||
INSERT INTO `students` VALUES (1661, '2026-07-01 08:06:25.491', '2026-07-02 15:10:53.158', 1745, 'B25DTQT028', 'Trần Vũ Hoàng', '0982141107', 'thaoyenhoang@gmail.com', '2007-11-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/aea98045-209c-4a03-ae49-54f7e624977e.jpeg');
|
||
INSERT INTO `students` VALUES (1662, '2026-07-01 08:06:25.491', '2026-07-02 15:10:49.228', 1709, 'B25DTQT086', 'Nguyễn Thị Thanh Mai', '0328759096', 'mainguyen051077141169@gmail.com', '2007-10-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/71f39d27-fcc1-4f01-bd8c-eeb7cbc5abf8.jpeg');
|
||
INSERT INTO `students` VALUES (1663, '2026-07-01 08:06:25.491', '2026-07-03 11:10:22.219', 1718, 'B25DTQT056', 'Lê Nam Phong', '0968029371', 'phonglenam072003@gmail.com', '2003-07-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1664, '2026-07-01 08:06:25.491', '2026-07-02 15:10:49.228', 1712, 'B25DTQT063', 'Trần Xuân Thịnh', '0987407970', 'tranxuanthinh020307@gmail.com', '2007-03-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/5c945424-ba87-42cc-9121-a47517dd8d49.jpeg');
|
||
INSERT INTO `students` VALUES (1665, '2026-07-01 08:06:25.491', '2026-07-02 15:10:53.158', 1800, 'SV1800', 'Lê Thị Thanh Vân', '0936405055', 'lkhavan2203@gmail.com', '2007-10-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1693, '2026-07-01 08:06:25.894', '2026-07-02 15:10:53.158', 1772, 'B25DTQT029', 'Lê Vũ Hoàng', '0963452956', 'hoanglee1605@gmail.com', '2007-05-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776261618585_2fa29ea8-a667-47a8-8d6e-f19d68ee4850.webp');
|
||
INSERT INTO `students` VALUES (1694, '2026-07-01 08:06:25.894', '2026-07-02 15:10:56.760', 165, 'PTIT-HN-098', 'Nguyễn Vũ Hoàng', '0898328021', 'vhoangssz1@gmail.com', '2006-11-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750096610/zwlh7w2teodu1o3zyqsa.jpg');
|
||
INSERT INTO `students` VALUES (1695, '2026-07-01 08:06:25.894', '2026-07-02 15:10:57.242', 1605, 'B25DTCN181', 'Chu Gia Huy', '0367881072', 'huypro2007az@gmail.com', '2007-12-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/99655e50-07e2-4a07-9a72-26370678333a.jpeg');
|
||
INSERT INTO `students` VALUES (1732, '2026-07-01 08:06:26.215', '2026-07-03 09:01:28.159', 1300, 'B25DTCN177', 'Nguyễn Việt Hưng 5', '0917883474', 'nguyenhung2540206@gmail.com', '2006-04-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1733, '2026-07-01 08:06:26.215', '2026-07-02 15:10:53.158', 1742, 'B25DTQT039', 'Đỗ Thùy Linh', '0866595507', 'linhhdoo07@gmail.com', '2007-08-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1734, '2026-07-01 08:06:26.215', '2026-07-02 15:10:56.760', 1369, 'B25DTCN130', 'Lê Tiến Thịnh', '0876432623', 'thinh531240958@gmail.com', '2007-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776060162743_651cb0a2-c3f2-467d-a157-3ad12b26e265.webp');
|
||
INSERT INTO `students` VALUES (1768, '2026-07-01 08:06:26.610', '2026-07-02 15:10:55.180', 1286, 'N25DTCN062', 'Nguyễn Khánh Toàn', '0931766227', 'khanhtoan180406@gmail.com', '2006-04-18 07:00:00.000', 2, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1769, '2026-07-01 08:06:26.610', '2026-07-02 15:10:55.180', 1501, 'N25DTCN063', 'Lê Minh Trí 2', '0944659790', 'leminhtri2077@gmail.com', '2007-08-17 07:00:00.000', 2, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1775807528368_9e47373a-adde-4d59-a580-4a06b94ae26f.webp');
|
||
INSERT INTO `students` VALUES (1804, '2026-07-01 08:06:27.114', '2026-07-02 15:10:56.055', 1581, 'N25DTCN030', 'Huỳnh Hồ Đỉnh Khoa', '0763494941', 'huynhkhoa201027@gmail.com', '2007-10-20 07:00:00.000', 2, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/877110f1-504e-42ec-9955-6d7c7106584f.jpg');
|
||
INSERT INTO `students` VALUES (1877, '2026-07-01 08:06:27.825', '2026-07-02 15:10:55.607', 1410, 'N25DTCN098', 'Trần Quốc Khánh 2', '0909836612', 'tranquockhanh02042007@gmail.com', '2007-04-02 07:00:00.000', 2, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1878, '2026-07-01 08:06:27.825', '2026-07-02 15:10:55.607', 1664, 'N25DTCN148', 'Lê Minh', '0775656350', 'leminh3304@gmail.com', '2006-01-02 07:00:00.000', 2, 'BẢO LƯU', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1909, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1613, 'PTIT - K25', 'Nguyễn Văn Thịnh An', '0867057104', 'deleterobo@gmail.com', '2007-10-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782709321736_9906ce7b-c9d3-4232-9669-a43098112706.webp');
|
||
INSERT INTO `students` VALUES (1910, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1554, 'B25DTCN139', 'Phạm Danh Quốc Anh', '0966565261', 'Phamdanhquocanh04@gmail.com', '2004-03-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/108c16b4-e683-4689-a4f1-abf363fdebdb.jpeg');
|
||
INSERT INTO `students` VALUES (1911, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1672, 'B25DTCN303', 'Hà Minh Đăng', '0987550062', 'haminhdang08112007@gmail.com', '2007-11-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c8785f3a-c51e-4b95-89d9-930e6861d384.jpeg');
|
||
INSERT INTO `students` VALUES (1912, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1382, 'B25DTCN276', 'Nguyễn Khánh Hoàng', '0355735900', 'nguyenkhanhhoang251003@gmail.com', '2003-10-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/c86e99ac-5a82-4f9d-9289-ea62ee1ed066.jpg');
|
||
INSERT INTO `students` VALUES (1913, '2026-07-01 08:06:28.111', '2026-07-01 14:48:08.985', 1622, ' B25DTCN308', 'Nguyễn Như Huy', '0378887863', 'hyynguyen288@gmail.com', '2007-08-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (1914, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1548, 'B25dtcn106', 'Ngô Trung Kiên', '0362729207', 'ngotrungkien27072k7@gmail.com', '2007-07-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7a12a528-412d-431e-97db-d4be6eb3c358.jpeg');
|
||
INSERT INTO `students` VALUES (1915, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1687, 'B25DTCN328', 'Nguyễn Đức Phong 2', '0816690029', 'phongng2903@gmail.com', '2007-03-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1916, '2026-07-01 08:06:28.111', '2026-07-02 15:10:58.262', 1651, 'B25DTCN315', 'Nguyễn Đức Tuấn', '0987123394', 'ductuan10042007@gmail.com', '2007-04-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1934, '2026-07-01 08:06:28.431', '2026-07-02 15:10:52.064', 1677, 'SVHN1677', 'Phạm Hồng Anh', '0988492331', 'phamhonganh997@icloud.com', '2007-09-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1935, '2026-07-01 08:06:28.431', '2026-07-03 15:35:43.301', 1632, 'B25DTCN066', 'Vũ Xuân Bách', '0972154655', 'Vuxuanbach46@gmail.com', '2007-11-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/0902691a-0a46-4b20-9730-4aea2c66d795.png');
|
||
INSERT INTO `students` VALUES (1936, '2026-07-01 08:06:28.431', '2026-07-02 15:10:59.301', 1541, 'B25DTCN149', 'Nguyễn Văn Cường 3', '0327819546', 'cuongblogs@gmail.com', '2006-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/b16b7e33-b1ec-4dad-9aeb-301440919476.jpg');
|
||
INSERT INTO `students` VALUES (1937, '2026-07-01 08:06:28.431', '2026-07-02 15:10:58.875', 1343, 'B25DTCN321', 'Phạm Việt Dũng', '0836237279', 'vietdungpham182@gmail.com', '2007-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8fa85ada-527a-4eac-b950-5f025da137b5.png');
|
||
INSERT INTO `students` VALUES (1938, '2026-07-01 08:06:28.431', '2026-07-03 15:38:19.213', 1301, 'B25DTCN161', 'Vũ Dũng', '0911986565', 'vudungtpth.2007@gmail.com', '2007-03-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782880073741_3bf435c2-97c6-41e0-b2db-e6e0bd9421d8.webp');
|
||
INSERT INTO `students` VALUES (1939, '2026-07-01 08:06:28.431', '2026-07-02 15:10:58.875', 1500, 'SV1500', 'Hoàng Phúc Hiếu', '0985338232', 'hoangphuchieu07@gmail.com', '2007-12-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1940, '2026-07-01 08:06:28.431', '2026-07-02 15:10:52.064', 1028, '21020072', 'Nguyễn Xuân Hòa', '0325602959', 'nguyenxuanhoakhtn@gmail.com', '2003-07-31 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1941, '2026-07-01 08:06:28.431', '2026-07-02 15:10:58.875', 1633, 'SVCNTT51633', 'Trần Khắc Huy Hoàng', '0364079691', 'hoangtran24102007@icloud.com', '2007-10-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1942, '2026-07-01 08:06:28.431', '2026-07-02 15:10:58.875', 1421, 'B25DTCN094', 'Đào Nguyễn Lâm Hoàng', '0978125954', 'nguyenlonghoang302710@gmail.com', '2007-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774492663178_482f11f7-7dad-4018-9a6e-50b7d31d787f.webp');
|
||
INSERT INTO `students` VALUES (1943, '2026-07-01 08:06:28.431', '2026-07-03 13:46:24.919', 1299, 'B25DTCN112', 'Nguyễn Minh 2', '0832783338', 'canikissyou212007@gmail.com', '2007-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/2d0b7189-751d-4f52-aea3-7d931c0d5626.jpg');
|
||
INSERT INTO `students` VALUES (1944, '2026-07-01 08:06:28.431', '2026-07-02 15:10:59.301', 1422, 'B25DTCN120', 'Nguyễn Tấn Phong', '0348385607', 'Tanphong07062007@gmail.com', '2007-06-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/3652901a-4ce6-4f0f-86a4-35df2627fccc.jpeg');
|
||
INSERT INTO `students` VALUES (1945, '2026-07-01 08:06:28.431', '2026-07-01 14:48:09.273', 1377, 'B25DTCN201', 'Phạm Anh Quân', '0328337234', 'phamanhquan20507@gmail.com', '2007-05-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (1963, '2026-07-01 08:06:28.695', '2026-07-02 15:10:58.875', 1434, 'B25dtcn061', 'Nguyễn Hoàng An 2', '0326046230', 'nguyenhoangan20122007@gmail.com', '2007-12-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779785748847_c8526cbe-d07f-4a1f-bdbd-e624779aab35.webp');
|
||
INSERT INTO `students` VALUES (1964, '2026-07-01 08:06:28.695', '2026-07-02 15:10:58.875', 1630, 'B25DTCN224', 'Vi Gia Bảo', '0964135306', 'gbaols2111@gmail.com', '2007-11-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/166b85c7-690c-41c2-b947-d1ed75a0f667.jpg');
|
||
INSERT INTO `students` VALUES (1965, '2026-07-01 08:06:28.695', '2026-07-01 14:48:08.985', 1625, 'B25DTCN227', 'Phùng Minh Công', '0988812971', 'phungminhcong234@gmail.com', '2007-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (1966, '2026-07-01 08:06:28.695', '2026-07-02 15:10:58.875', 1348, 'BDTCN230', 'Bùi Quang Đạt', '0378656124', 'buiquangtrong698@gmail.com', '2007-07-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/131f4c04-13ef-48b6-a06e-e3dcc1cbf7ec.jpg');
|
||
INSERT INTO `students` VALUES (1967, '2026-07-01 08:06:28.695', '2026-07-02 15:10:58.262', 1828, 'SV1828', 'Nguyễn Duy Hưng', '0828243006', 'Hungxuoi24@gmail.com', '2006-03-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/10741581-d5e5-4483-9251-008650c37595.png');
|
||
INSERT INTO `students` VALUES (1988, '2026-07-01 08:06:28.934', '2026-07-03 14:56:12.301', 1288, 'B25ĐTCN144', 'Nguyễn Ngọc Tuấn Anh', '0967689025', 'daophamthianh1@gmail.com', '2007-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1989, '2026-07-01 08:06:28.934', '2026-07-02 15:10:59.301', 1559, '1559', 'Hoàng Đức Duy Anh', '0969110641', 'duyanhhoangduc@gmail.com', '2007-04-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1990, '2026-07-01 08:06:28.934', '2026-07-03 15:14:01.223', 1683, 'HN1683', 'Lưu Đức Anh', '0353177056', 'hotsuper75@gmail.com', '2007-08-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1780982598809_0bd6fe1e-141c-432b-8ba6-d02350aaad8b.webp');
|
||
INSERT INTO `students` VALUES (1991, '2026-07-01 08:06:28.934', '2026-07-02 15:10:59.301', 1547, 'B25DTCN233', 'Trần Nguyễn Duy Đức', '0359352854', 'duyduc04122007@gmail.com', '2007-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/02ffbbd5-edd0-4be3-b899-6f6e28c3d6a1.jpg');
|
||
INSERT INTO `students` VALUES (1992, '2026-07-01 08:06:28.934', '2026-07-02 15:10:59.301', 1381, 'B25DTCN234', 'Nguyễn Trần Trọng Đức', '0344124968', 'trongduchahaha@gmail.com', '2007-11-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c359dbc1-f1cf-48bf-83cd-2a936ee42635.jpeg');
|
||
INSERT INTO `students` VALUES (1993, '2026-07-01 08:06:28.934', '2026-07-02 15:10:59.301', 1552, 'B25dtcn241', 'Đoàn Huy Hoàng 2', '0915991371', 'hoangdoan8222@gmail.com', '2006-03-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1994, '2026-07-01 08:06:28.934', '2026-07-02 15:10:59.301', 1562, 'B25DTCN129', 'Hoàng Văn Thắng', '0372281725', 'shzhhxdhdjx@gmail.com', '2007-07-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1995, '2026-07-01 08:06:28.934', '2026-07-03 16:11:37.507', 1603, 'B25DTCN211', 'Nguyễn Phạm Hoàng Trung', '0972993091', 'trung2007hs@gmail.com', '2007-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (1996, '2026-07-01 08:06:28.934', '2026-07-03 16:11:41.191', 1522, 'B25DTCN281', 'Tăng Thanh Tú', '0386697371', 'Tutang214@gmail.com', '2007-03-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2008, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1825, '', 'Bảo Hoàng 08', NULL, 'baohoang08@gmail.com', '2008-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2009, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1824, '', 'Bảo Hoàng 07', NULL, 'baohoang07@gmail.com', '2008-01-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2010, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1819, '', 'Bảo Hoàng 02', NULL, 'baohoang02@gmail.com', '2007-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2011, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1823, '', 'Bảo Hoàng 06', NULL, 'baohoang06@gmail.com', '2008-01-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2012, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1820, '', 'Bảo Hoàng 03', NULL, 'baohoang03@gmail.com', '2007-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2013, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1822, '', 'Bảo Hoàng 05', NULL, 'baohoang05@gmail.com', '2008-01-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2014, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1821, '', 'Bảo Hoàng 04', NULL, 'baohoang04@gmail.com', '2008-01-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2015, '2026-07-01 08:06:29.125', '2026-07-02 15:11:03.237', 1818, '', 'Bảo Hoàng 01', NULL, 'baohoang01@gmail.com', '2007-12-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2016, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1826, '', 'Bảo Hoàng 09', NULL, 'baohoang09@gmail.com', '2008-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2017, '2026-07-01 08:06:29.125', '2026-07-02 15:10:52.778', 1827, '', 'Bảo Hoàng 10', NULL, 'baohoang10@gmail.com', '2008-01-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2264, '2026-07-01 08:06:33.323', '2026-07-03 09:01:12.231', 260, 'PTIT-HN-193', 'Dương Văn Chiến', '0399559069', 'Duongvanchien1702@gmail.com', '2006-02-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750130010/m87abynhrv9srkczl2d7.jpg');
|
||
INSERT INTO `students` VALUES (2265, '2026-07-01 08:06:33.323', '2026-07-02 15:11:07.198', 289, 'PTIT-HN-221', 'Lê Minh Sơn', '0973090985', 'leminhson3102006@gmail.com', '2006-10-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750054308/wvahpnvzlhlrhtssd1wg.png');
|
||
INSERT INTO `students` VALUES (2266, '2026-07-01 08:06:33.323', '2026-07-01 14:48:10.346', 94, 'PTIT-HN-028', 'Trần Kim Tiến', '0353939032', 'hkimttien1236@gmail.com', '2006-09-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (2267, '2026-07-01 08:06:33.323', '2026-07-01 14:48:08.838', 1682, 'K25DT', 'Trần Trung Dũng 2', '0915029073', 'dugtrug172@gmail.com', '2007-02-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (2268, '2026-07-01 08:06:33.323', '2026-07-02 15:10:56.760', 1451, 'B25DTCN146', 'Nùng Gia Bảo', '0867916851', 'thichma2k7@gmail.com', '2007-08-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b7160e3c-6192-46d2-b853-4cb02af77b2e.jpeg');
|
||
INSERT INTO `students` VALUES (2269, '2026-07-01 08:06:33.323', '2026-07-02 15:10:56.760', 1511, 'B25DTCN084', 'Vi Anh Dũng', '0387626207', 'duvi57836@gmail.com', '2007-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776930915624_550fa121-5160-49cc-b9ab-ed7c03e39880.webp');
|
||
INSERT INTO `students` VALUES (2270, '2026-07-01 08:06:33.323', '2026-07-02 15:10:56.760', 176, 'PTIT-HN-109', 'Trần Anh Quốc', '0393130688', 'qatran2k6@gmail.com', '2006-11-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776672473734_c06b5d72-2361-459c-8a6c-6b98c726a877.webp');
|
||
INSERT INTO `students` VALUES (2306, '2026-07-01 08:06:33.865', '2026-07-02 15:11:06.895', 259, 'PTIT-HN-192', 'Hoàng Minh Chiến', '0869658755', 'hoangminhchien722@gmail.com', '2006-11-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750049018/gvrqzz30xt9yp7vlm9v7.jpg');
|
||
INSERT INTO `students` VALUES (2307, '2026-07-01 08:06:33.865', '2026-07-02 15:11:06.895', 206, 'PTIT-HN-139', 'Hoàng Văn Quân', '0363161863', 'hoangvanquan1154@gmail.com', '2006-04-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/87e4dfdd-3fdb-4019-9b88-a46eefe59dd3.jpg');
|
||
INSERT INTO `students` VALUES (2308, '2026-07-01 08:06:33.865', '2026-07-02 15:10:57.242', 317, 'PTIT-HN-244', 'Nguyễn Minh Thắng', '0355277356', 'nmthang030606@gmail.com', '2006-06-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750074986/eszmq0qdek3lte10dftw.jpg');
|
||
INSERT INTO `students` VALUES (2309, '2026-07-01 08:06:33.865', '2026-07-02 15:10:57.242', 234, 'PTIT-HN-167', 'Phan Đức Anh', '0355286867', 'trumfaifai00ngo@gmail.com', '2006-08-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726563195/a2oviy85dzpxwlavmkzp.jpg');
|
||
INSERT INTO `students` VALUES (2310, '2026-07-01 08:06:33.865', '2026-07-02 15:10:57.242', 204, 'PTIT-HN-137', 'Hoàng Ngọc Anh', '0344984558', 'hoangngocanhk4to62@gmail.com', '2006-11-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0d34620a-2a70-4385-9014-200138007da7.jpg');
|
||
INSERT INTO `students` VALUES (2311, '2026-07-01 08:06:33.865', '2026-07-01 14:48:10.633', 70, 'PTIT-HN-005', 'Nguyễn Nam Hưng', '0913332453', 'hung13022507@gmail.com', '2006-07-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (2349, '2026-07-01 08:06:34.392', '2026-07-03 10:16:13.566', 113, 'PTIT-HN-047', 'Chu Đình Minh', '0981175748', 'chudinhminh21@gmail.com', '2006-10-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1781018163840_5b169d24-54d6-4309-80d2-8ebd8fcf8690.webp');
|
||
INSERT INTO `students` VALUES (2350, '2026-07-01 08:06:34.392', '2026-07-02 15:10:57.782', 187, 'PTIT-HN-120', 'Nguyễn Công Thắng', '0866151633', 'nguyencongthang08042000@gmail.com', '2006-04-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2351, '2026-07-01 08:06:34.392', '2026-07-02 15:11:06.895', 307, 'PTIT-HN-236', 'Nguyễn Hải Dương', '0869029331', 'dh5147666@gmail.com', '2006-08-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2352, '2026-07-01 08:06:34.392', '2026-07-02 15:11:06.895', 207, 'PTIT-HN-140', 'Nguyễn Gia Bảo', '0367540880', 'nguyengiabao12pt@gmail.com', '2006-10-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750054416/wbrpakpxnwkvjj351xlv.jpg');
|
||
INSERT INTO `students` VALUES (2386, '2026-07-01 08:06:34.916', '2026-07-03 07:10:38.248', 1391, 'B25DTCN062', 'Trần Tuấn Anh', '0859872996', 'tuananh55555555555@gmail.com', '2007-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776648161479_1239a795-6fe7-4cf8-8ad8-ad41b5fb1a62.webp');
|
||
INSERT INTO `students` VALUES (2428, '2026-07-01 08:06:35.646', '2026-07-03 14:28:51.053', 253, 'PTIT-HN-186', 'Phạm Lê Hoàng', '0353859726', 'phamhoangnee1@gmail.com', '2006-09-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778115154062_0344798f-ff07-40e1-863c-36610b8b2075.webp');
|
||
INSERT INTO `students` VALUES (2429, '2026-07-01 08:06:35.646', '2026-07-03 15:28:33.081', 121, 'PTIT-HN-055', 'Phạm Quốc Khánh', '0357492709', 'daodinh71@gmail.com', '2006-09-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1735102052/ruutsqw0kko0fimvidhg.jpg');
|
||
INSERT INTO `students` VALUES (2430, '2026-07-01 08:06:35.646', '2026-07-02 15:10:58.875', 290, 'PTIT-HN-222', 'Phạm Hoàng Nhật Thiên', '0834124450', 'k2nicotine@gmail.com', '2006-01-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750124678/ih1alnxfaecsqkzniz1l.jpg');
|
||
INSERT INTO `students` VALUES (2431, '2026-07-01 08:06:35.646', '2026-07-02 15:10:58.875', 1462, 'SV1462', 'Nguyễn Trần Anh Dũng', '0328143193', 'Dungxnguyen2007@gmail.com', '2007-09-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2432, '2026-07-01 08:06:35.646', '2026-07-02 15:10:58.875', 1686, 'B25DTCN309', 'Nguyễn Hữu Bảo Lâm', '0962910834', 'nguyenhuubaolamm10@gmail.com', '2006-07-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/c96c709a-97b7-4b9f-9802-506299a66df7.png');
|
||
INSERT INTO `students` VALUES (2433, '2026-07-01 08:06:35.646', '2026-07-01 14:48:08.985', 1641, 'PTIT - K25', 'Đặng Việt Anh', '0528234820', 'binhkt.thcsnamnghia@gmail.com', '2007-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (2434, '2026-07-01 08:06:35.646', '2026-07-01 14:48:09.428', 1278, 'B25DTCN118', 'Ngô Đình Phát', '0866428207', 'ngodinhphat64@gmail.com', '2007-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (2435, '2026-07-01 08:06:35.646', '2026-07-02 15:10:58.875', 1397, 'B25DTCN172', 'Phạm Đức Huân', '0865075168', 'huan952007dz@gmail.com', '2007-09-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1049ff29-7d1c-4b4c-af79-dcdaaf05f589.jpeg');
|
||
INSERT INTO `students` VALUES (2503, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1199, 'TSU K01 - 76', 'Phạm Thị Huyền', '07092253835', 'phthihuyenta03@gmail.com', '1991-02-03 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2504, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1238, 'TSU K01 - 108', 'Nguyễn Quang Tưởng', '0358111088', 'nqtuong.haui@gmail.com', '1988-10-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2505, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1236, 'TSU K01 - 106', 'Phạm Minh Tú', '08073206154', 'tu.pm209@gmail.com', '1996-09-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2506, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1237, 'TSU K01 - 107', 'Phạm Văn Hoàng', '07085723956', 'phamvanhoang2105@gmail.com', '1999-05-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2507, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1275, 'TSU K01 - 114', 'Vũ Thị Điệp', '07044457404', 'vudiep.1306@gmail.com', '1991-06-13 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2508, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1225, 'TSU K01 - 95', 'Lê Duy Tiến', '0879447393', 'leduytien611@gmail.com', '1998-11-06 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/4e321cc9-6ad9-4fc2-b3c8-e2fe4a617702.jpg');
|
||
INSERT INTO `students` VALUES (2509, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1192, 'TSU K01 - 72', 'Cáp Quang Huy', '08087048071', 'capquanghuyy@gmail.com', '2001-05-07 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749798953/cjbokserghudm1qheduj.jpg');
|
||
INSERT INTO `students` VALUES (2510, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1195, 'TSU K01 - 73', 'Đặng Trọng Phúc', '09027180246', 'dangphuc28022002@gmail.com', '2002-02-28 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749949603/h13kozxeihnggdubuyzh.jpg');
|
||
INSERT INTO `students` VALUES (2511, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1227, 'TSU K01 - 99', 'Trương Trọng Nghĩa', '07091027574', 'nt14499@gmail.com', '1999-04-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2512, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1234, 'TSU K01 - 104', 'Phạm Thị Thiên Nga', '07091309124', 'pttnga99@gmail.com', '1999-10-02 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2513, '2026-07-01 08:06:36.524', '2026-07-02 15:10:59.671', 1207, 'TSU K01-85 ', 'Vũ Bá Khánh Linh', '0775487486', 'vulinh30061997@gmail.com', '1997-06-30 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2514, '2026-07-01 08:06:36.921', '2026-07-02 15:10:59.916', 1206, 'TSU 01-83', 'Nguyễn Quốc Tú', '08085007285', 'khongbiet0904@gmail.com', '2001-04-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2515, '2026-07-01 08:06:36.921', '2026-07-02 15:10:59.916', 1161, 'TSU K01 - 52', 'Lê Văn Hải', '07022380314', 'lvhai1909@gmail.com', '2001-09-19 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2516, '2026-07-01 08:06:37.222', '2026-07-03 08:52:18.144', 584, 'PTIT-HCM-006', 'Dương Gia Huy', '0965507655', 'motminhhet123@gmail.com', '2006-11-29 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750130827/t10ek9z4dpqsqjjygnj1.jpg');
|
||
INSERT INTO `students` VALUES (2517, '2026-07-01 08:06:37.222', '2026-07-03 08:21:42.009', 594, 'PTIT-HCM-016', 'Lê Hữu Nhật Hào', '0327888099', 'lehuunhathao2k6@gmail.com', '2006-10-07 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/fecb34d0-9ece-4be1-9d67-b4173d38ba40.jpg');
|
||
INSERT INTO `students` VALUES (2518, '2026-07-01 08:06:37.222', '2026-07-03 13:09:02.186', 596, 'PTIT-HCM-018', 'Lê Thanh Cường', '0708389770', 'cuongdfle@gmail.com', '2006-07-31 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3d8028b1-809d-40b5-a955-e11392517f26.jpg');
|
||
INSERT INTO `students` VALUES (2519, '2026-07-01 08:06:37.222', '2026-07-03 07:59:20.736', 682, 'PTIT-HCM-078', 'Nguyễn Duy Quang Nhật', '0924517780', 'ngduyquangnhat03@gmail.com', '2006-11-14 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/98d9cf36-c700-4764-9321-e633ffa4d52f.jpg');
|
||
INSERT INTO `students` VALUES (2520, '2026-07-01 08:06:37.222', '2026-07-03 08:58:11.208', 603, 'PTIT-HCM-025', 'Nguyễn Hoàng Minh Nhật', '0798124026', 'nhmnhat161006.nvtroi2124@gmail.com', '2006-10-16 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b87d70b5-e2fa-41d8-a681-0768a43a9cf4.png');
|
||
INSERT INTO `students` VALUES (2521, '2026-07-01 08:06:37.222', '2026-07-02 15:11:10.218', 605, 'PTIT-HCM-027', 'Nguyễn Quang Anh', '0825862962', 'qn50606@gmail.com', '2006-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/6e99381a-a125-4a31-a0b9-f0c0c6ebe7d5.jpg');
|
||
INSERT INTO `students` VALUES (2522, '2026-07-01 08:06:37.222', '2026-07-02 15:11:10.218', 595, 'PTIT-HCM-017', 'Lê Phú Thịnh', '0943941773', 'lephuthinh387@gmail.com', '2006-08-28 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/5eb6bd3f-f0c8-45c8-9b21-374aa782aab2.jpg');
|
||
INSERT INTO `students` VALUES (2523, '2026-07-01 08:06:37.222', '2026-07-02 15:11:10.484', 620, 'PTIT-HCM-042', 'Phạm Công Thành', '0944354398', 'Phamcongt56@gmail.com', '2006-07-27 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/50671f28-4fa2-473d-af58-b635704d8fbe.jpg');
|
||
INSERT INTO `students` VALUES (2524, '2026-07-01 08:06:37.222', '2026-07-03 08:50:28.690', 622, 'PTIT-HCM-044', 'Phạm Quang Huy', '0868767206', 'Phamdongdx2@gmail.com', '2006-02-07 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/8834e4a9-0830-44ac-bfca-287778953db3.jpg');
|
||
INSERT INTO `students` VALUES (2525, '2026-07-01 08:06:37.222', '2026-07-03 08:53:59.274', 691, 'PTIT-HCM-088', 'Võ Nguyễn Quốc Đạt', '0775821520', 'vodatt165@gmail.com', '2006-05-31 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750128346/nfhlifkaw2xwzf4ruxlf.jpg');
|
||
INSERT INTO `students` VALUES (2526, '2026-07-01 08:06:37.222', '2026-07-03 07:23:37.769', 686, 'PTIT-HCM-083', 'Phạm Thanh Phong', '0901399573', 'thanhphong102006@gmail.com', '2006-04-10 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/56d3b549-c669-4ef0-a9fa-7679658b3dc5.png');
|
||
INSERT INTO `students` VALUES (2527, '2026-07-01 08:06:37.222', '2026-07-03 08:55:29.475', 689, 'PTIT-HCM-086', 'Trần Nguyễn Hữu Khánh', '0987551381', 'trnghuukhanh2408@gmail.com', '2006-08-24 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750148126/i0teql5jnkhwz37eeyo6.jpg');
|
||
INSERT INTO `students` VALUES (2528, '2026-07-01 08:06:37.222', '2026-07-03 07:59:20.549', 632, 'PTIT-HCM-054', 'Trần Đức Anh', '0389759625', 'tranducanh31032006@gmail.com', '2006-03-31 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774403091361_2a493185-3394-4743-aca7-f0d02b06d93e.webp');
|
||
INSERT INTO `students` VALUES (2529, '2026-07-01 08:06:37.222', '2026-07-03 07:20:04.736', 631, 'PTIT-HCM-053', 'Trần Võ Hữu Tài', '0938451729', 'trantai180506@gmail.com', '2006-10-08 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/38efba05-f0ca-47a4-9fdb-4ddd0be30fc5.jpg');
|
||
INSERT INTO `students` VALUES (2530, '2026-07-01 08:06:37.222', '2026-07-03 07:53:09.643', 625, 'PTIT-HCM-047', 'Trần Hoàng Duy', '0374281904', 'duyhoangtran2006@gmail.com', '2006-04-19 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/b5aa9553-9d48-4be7-b364-87256c11975e.jpg');
|
||
INSERT INTO `students` VALUES (2531, '2026-07-01 08:06:37.222', '2026-07-02 15:11:10.218', 639, 'PTIT-HCM-061', 'Đoàn Nhật Cường', '0972615101', 'Cuongclasspurpose@gmail.com', '2006-06-27 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774922954245_7d790ff4-1ee2-49d2-901b-34096fc4b5ce.webp');
|
||
INSERT INTO `students` VALUES (2532, '2026-07-01 08:06:37.222', '2026-07-03 07:36:15.053', 640, 'PTIT-HCM-062', 'Đào Trọng Trí', '0913444251', 'daotrongtri21092006@gmail.com', '2006-09-21 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/7e72eeae-0ace-47a9-9620-fe8f9b635cd1.jpg');
|
||
INSERT INTO `students` VALUES (2533, '2026-07-01 08:06:37.222', '2026-07-02 15:11:06.895', 635, 'PTIT-HCM-057', 'Võ Thanh Khang', '0339997918', 'khangvobr5@gmail.com', '2006-07-21 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1740445902/fggdhzns9szkf82zvied.jpg');
|
||
INSERT INTO `students` VALUES (2534, '2026-07-01 08:06:37.222', '2026-07-03 08:55:50.943', 637, 'PTIT-HCM-059', 'Vũ Đăng Nguyên', '0393065314', 'laotuyentvm@gmail.com', '2006-06-05 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/d6c57c4e-3a3f-46db-aa94-b894f47cabc7.JPEG');
|
||
INSERT INTO `students` VALUES (2535, '2026-07-01 08:06:37.222', '2026-07-02 15:11:00.192', 984, 'PTIT-HCMK23-011', 'Phan Nhựt Hào', '0undefined', 'haophannhut26@gmail.com', '2005-01-01 07:00:00.000', 0, 'BỎ HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2536, '2026-07-01 08:06:37.222', '2026-07-02 15:11:09.454', 979, 'PTIT-HCMK23-004', 'Lương Hoàng Bảo Trân', '0undefined', 'Lhbtran2003@gmail.com', '2005-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/33e9b388-fdae-40f9-bcf6-e59e6653a59e.jpg');
|
||
INSERT INTO `students` VALUES (2538, '2026-07-01 08:06:37.400', '2026-07-02 15:11:09.454', 995, 'B23DTCN-235', 'Nguyễn Đình Kha', '0902956579', 'dinhkha2k3@gmail.com', '2003-11-08 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/061dca92-61df-475e-b653-b97db714eb1f.jpeg');
|
||
INSERT INTO `students` VALUES (2542, '2026-07-01 08:06:38.140', '2026-07-02 15:11:01.204', 588, 'PTIT-HCM-010', 'Huỳnh La Tiến Lộc', '0944495653', 'huynhlatienloc123@gmail.com', '2006-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1774260528630_0617b64a-17b3-4eed-ac96-b6a287b8dc40.webp');
|
||
INSERT INTO `students` VALUES (2543, '2026-07-01 08:06:38.140', '2026-07-02 15:11:01.204', 614, 'PTIT-HCM-036', 'Nguyễn Đại Phát', '0349785213', 'nguyendaiphat06@gmail.com', '2006-02-03 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/86d361af-35ca-4d9e-bc1d-86c5077c380e.jpg');
|
||
INSERT INTO `students` VALUES (2544, '2026-07-01 08:06:38.140', '2026-07-03 07:23:26.352', 615, 'PTIT-HCM-037', 'Phan Lê Duy Thịnh', '0707611734', 'phan90539@gmail.com', '2006-08-29 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2545, '2026-07-01 08:06:38.140', '2026-07-02 15:11:01.204', 621, 'PTIT-HCM-043', 'Phạm Huỳnh Tiến Đạt', '0399857418', 'phamhuynhtiendatpy@gmail.com', '2006-07-30 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/780195ed-d6b3-4c4b-a7e2-06ddd0ae34ec.jpg');
|
||
INSERT INTO `students` VALUES (2546, '2026-07-01 08:06:38.140', '2026-07-03 08:50:36.662', 680, 'PTIT-HCM-076', 'Mai Sơn Việt', '0365113154', 'sonviet7052006@gmail.com', '2006-07-05 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750126873/ykioqbwck4icft9gew7n.png');
|
||
INSERT INTO `students` VALUES (2547, '2026-07-01 08:06:38.140', '2026-07-03 07:28:22.727', 687, 'PTIT-HCM-084', 'Trần Hữu Trung Phong', '0938773607', 'ptran4109@gmail.com', '2006-06-12 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776303062384_2a896292-b660-4f2c-95a1-3ea784068629.webp');
|
||
INSERT INTO `students` VALUES (2548, '2026-07-01 08:06:38.140', '2026-07-02 15:11:01.204', 628, 'PTIT-HCM-050', 'Trần Minh Đức', '0382181745', 'officialdaomeo@gmail.com', '2006-11-05 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/db3fcff1-990b-463f-ba61-cfd89ae808d2.jpg');
|
||
INSERT INTO `students` VALUES (2586, '2026-07-01 08:06:38.663', '2026-07-02 15:11:09.834', 911, 'PTIT-HNK23-028', 'Dương Sỹ Hiệp', '0966926506', 'hiepduong0409@gmail.com', '2005-04-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e54bdfa2-e3bf-4462-b69f-2fe9f5e64fc8.jpg');
|
||
INSERT INTO `students` VALUES (2623, '2026-07-01 08:06:38.953', '2026-07-03 12:58:45.101', 242, 'PTIT - HN', 'Lê Duy Minh', '0338291786', 'leduyminh2006k4@gmail.com', '2006-03-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726563001/hwtlozlwi3hzhacpo5ni.jpg');
|
||
INSERT INTO `students` VALUES (2624, '2026-07-01 08:06:38.953', '2026-07-02 15:11:09.834', 896, 'PTIT-HNK23-013', 'Ngô Hữu Nghĩa', '0undefined', 'nghia120425@gmail.com', '2005-12-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/e5581794-2ece-4436-a43c-2dd4de0c87e7.jpg');
|
||
INSERT INTO `students` VALUES (2646, '2026-07-01 08:06:39.231', '2026-07-02 15:11:07.198', 104, 'PTIT-HN-038', 'Thiều Tiến Dũng', '0969780623', 'thieutiendung3010@gmail.com', '2006-10-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2647, '2026-07-01 08:06:39.231', '2026-07-02 15:11:07.198', 215, 'PTIT-HN-148', 'Nguyễn Minh Quân', '0981454432', 'nmquan11026@gmail.com', '2006-10-01 07:00:00.000', 0, 'BẢO LƯU', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726567889/pia3inz43cgajppnoika.jpg');
|
||
INSERT INTO `students` VALUES (2648, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 891, 'PTIT-HNK23-008', 'Nguyễn Thị Lan Anh', '0undefined', 'nguyenthilananh21092005@gmail.com', '2005-09-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750130331/verre8tosclvzpppjc8c.jpg');
|
||
INSERT INTO `students` VALUES (2649, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 892, 'PTIT-HNK23-009', 'Nguyễn Thị Thu Quỳnh', '0undefined', 'quynhhhhhh07@gmail.com', '2005-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2650, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 916, 'PTIT-HNK23-033', 'Lê Quang Bảo', '0896857905', 'lqbbiker15052@gmail.com', '2005-04-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2651, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 932, 'PTIT-HNK23-049', 'Nguyễn Đỗ Huy Hoàng', '0877637286', 'phongdztv112234@gmail.com', '2005-11-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750049838/nsctjxqcdo6hjjletv3c.jpg');
|
||
INSERT INTO `students` VALUES (2652, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 897, 'PTIT-HNK23-014', 'Ngô Minh Đức', '0undefined', 'ngominhduc2705@gmail.com', '2005-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750137761/tumx81wtoa6hsorv3qt9.jpg');
|
||
INSERT INTO `students` VALUES (2653, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 922, 'PTIT-HNK23-039', 'Nguyễn Thành Nam 2', '0undefined', 'nguyenthanhnam10a2lqd@gmail.com', '2005-05-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1739349679/wzhdrtyi8xkfroxodpv1.jpg');
|
||
INSERT INTO `students` VALUES (2654, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 938, 'PTIT-HNK23-055', 'Trần Quang Linh 2', '0867159132', 'tuhithanahihi@gmail.com', '2005-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750111486/bmoay0hfd12ugo0kdyml.jpg');
|
||
INSERT INTO `students` VALUES (2655, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 885, 'PTIT-HNK23-002', 'Hà Huyền Trang', '0undefined', 'huyentrang15625@gmail.com', '2005-06-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/7d78b8ea-be3d-4764-8b4b-ca0c3c4977c7.jpg');
|
||
INSERT INTO `students` VALUES (2656, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 930, 'PTIT-HNK23-047', 'Nguyễn Đình Dương', '0379196972', 'nguyendinhduong2005yt@gmail.com', '2005-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/fc26b3b7-6198-4559-b4da-cc82260c8595.jpg');
|
||
INSERT INTO `students` VALUES (2657, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 899, 'PTIT-HNK23-016', 'Phạm Phương Anh', '0undefined', 'pphuonganh815@gmail.com', '2005-07-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/d466c504-8729-48b5-9a92-a2b753bf681b.jpeg');
|
||
INSERT INTO `students` VALUES (2658, '2026-07-01 08:06:39.231', '2026-07-02 15:11:09.834', 939, 'PTIT-HNK23-056', 'Vũ Thanh Bình', '0847069658', 'vubinh2005mt@gmail.com', '2005-07-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122518/o5naudhw4pjhtbstfwfb.jpg');
|
||
INSERT INTO `students` VALUES (2679, '2026-07-01 08:06:39.706', '2026-07-03 16:11:42.498', 248, 'PTIT-HN-181', 'Đặng Văn Luyện', '0968513941', 'Luyen28042006@gmail.com', '2006-04-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/0389b9e4-95e0-4374-ab68-641cdea36c30.jpg');
|
||
INSERT INTO `students` VALUES (2680, '2026-07-01 08:06:39.706', '2026-07-03 16:11:35.670', 171, 'B24DTCN443', 'Phạm Nhật Tân', '0966247783', 'tanpham220106z@gmail.com', '2006-01-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/09b788a0-f78e-4e94-bd49-d22d9cc786d7.png');
|
||
INSERT INTO `students` VALUES (2696, '2026-07-01 08:06:40.095', '2026-07-03 15:59:34.211', 144, 'PTIT-HN-077', 'Hoàng Thái Minh', '0332375399', 'lemonboy2k6@gmail.com', '2006-03-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750060739/mlum6umthabpklhmowpp.jpg');
|
||
INSERT INTO `students` VALUES (2697, '2026-07-01 08:06:40.095', '2026-07-03 16:06:31.858', 146, 'PTIT-HN-079', 'Lê Trung Chiến', '0862739003', 'letrungchien195@gmail.com', '2006-01-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2c465b24-e08f-405c-8b6c-1a5a6b3ab37d.jpg');
|
||
INSERT INTO `students` VALUES (2698, '2026-07-01 08:06:40.095', '2026-07-03 16:11:44.893', 100, 'PTIT-HN-034', 'Dương Đức Lộc', '0862223797', 'locduong25051006@gmail.com', '2006-05-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1778740763659_08fed0dc-c9cd-489a-bd7e-147b862331e2.webp');
|
||
INSERT INTO `students` VALUES (2699, '2026-07-01 08:06:40.095', '2026-07-02 15:11:03.099', 130, 'PTIT-HN-063', 'Phạm Thành Đạt', '0364083152', 'dt2229992@gmail.com', '2006-05-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/cf7ef3c5-7d35-4ca1-a1f3-0d81e2edb251.jpg');
|
||
INSERT INTO `students` VALUES (2708, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1202, 'TSU 01-79', 'Nguyễn Quang Phú', '0961245896', 'Hust3452@gmail.com', '1996-12-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749825616/gs6wyaye1ntzzz1stlnt.jpg');
|
||
INSERT INTO `students` VALUES (2709, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1200, 'TSU K01 - 77', 'Trần Minh Cảnh', '08095879828', 'tranminhcanh.tp@gmail.com', '1995-11-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749459128/dqtljyo2putu5gvl3rmy.jpg');
|
||
INSERT INTO `students` VALUES (2710, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1197, 'TSU K01 - 74', 'Nguyễn Thái Khang', '08069257879', 'nguyenthaikhang25012001@gmail.com', '2001-01-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749807431/qubmmbafvzj8prgihbef.jpg');
|
||
INSERT INTO `students` VALUES (2711, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1203, 'TSU 01-80', 'Phạm Văn Thế', '08010968586', 'mihthe05121994@gmail.com', '1994-12-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749799635/werr6qzbaaipilvfifq7.jpg');
|
||
INSERT INTO `students` VALUES (2712, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1205, 'TSU 01-82', 'Cao Quý Vương', '0961107090', 'quyvuong991@gmail.com', '1991-09-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749799364/cikwv2pncff36x0ehlbp.jpg');
|
||
INSERT INTO `students` VALUES (2713, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1208, 'TSU 01-84 ', 'Nguyễn Đức Đạt', '07032881205', 'datgiaosu2k1@gmail.com', '2001-05-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749820278/oppngalqqzrkum2ezkq3.jpg');
|
||
INSERT INTO `students` VALUES (2714, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1209, 'TSU 01-85', 'Nguyễn Triệu Phú', '16/12/2002', 'nguyenphu16122002@gmail.com', '1997-06-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2715, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1211, 'TSU K01-87 ', 'Đặng Quốc Khánh', '07091255162', 'dangkhanh0997@gmail.com', '1997-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a4b20daa-d64a-4aed-a280-d40d870813b3.png');
|
||
INSERT INTO `students` VALUES (2716, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1218, 'TSU K01 - 91', 'Nguyễn Thị Mỹ Linh', '08042451486', 'linhmy1501@gmail.com', '1995-01-15 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2717, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1040, 'TSU K01-03', 'Trần Ngọc Đức', '0934110420', 'widter1234@gmail.com', '1997-11-25 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2718, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1176, 'TSU K01 - 63', 'Nguyễn Quang Hưng ', '08098286261', 'cawcao613@gmail.com', '1992-04-20 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2719, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1178, 'TSU K01 - 65', 'Phạm Thị Nga', '08082321027', 'phuchang7577@gmail.com', '1996-10-27 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2720, '2026-07-01 08:06:40.411', '2026-07-02 15:11:03.403', 1179, 'TSU K01 - 66', 'Trần Thị Linh ', '0799076765', 'linhtrang272727@gmail.com', '2001-01-27 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1745237374/cnfdjh0s85zmtrdzfqza.jpg');
|
||
INSERT INTO `students` VALUES (2770, '2026-07-01 08:06:41.698', '2026-07-02 15:11:04.976', 177, 'PTIT-HN-110', 'Nguyễn Quang Huy 6', '0988715946', 'nhuyquang25@gmail.com', '2006-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122429/z8ozjrpfs9pp4atw2djh.jpg');
|
||
INSERT INTO `students` VALUES (2794, '2026-07-01 08:06:42.297', '2026-07-03 14:06:23.058', 85, 'PTIT-HN-019', 'Lê Đức Anh', '0974935754', 'le1duc2anh3@gmail.com', '2006-11-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/6a4744a7-8bd4-4dd6-9117-42d32d2217b3.jpg');
|
||
INSERT INTO `students` VALUES (2795, '2026-07-01 08:06:42.297', '2026-07-03 14:07:36.364', 134, 'PTIT-HN-067', 'Nguyễn Quang Huy 7', '0963222006', 'huyxauzai2601@gmail.com', '2006-01-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/c1c2dd27-da4c-4487-9423-aa4db786b1de.JPG');
|
||
INSERT INTO `students` VALUES (2796, '2026-07-01 08:06:42.297', '2026-07-03 14:06:11.078', 170, 'PTIT-HN-103', 'Đỗ Trí Công', '0366336836', 'tricong5526@gmail.com', '2006-05-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/454f1016-e044-43df-8355-082313b022b7.jpg');
|
||
INSERT INTO `students` VALUES (2797, '2026-07-01 08:06:42.297', '2026-07-03 14:07:21.338', 150, 'PTIT-HN-083', 'Hồ Hiểu Thanh', '0974436033', 'laohac.ht29@gmail.com', '2006-10-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750129042/qgjrycsbqfeftthex2oo.jpg');
|
||
INSERT INTO `students` VALUES (2798, '2026-07-01 08:06:42.297', '2026-07-02 16:16:33.871', 225, 'STU-PTIT-HN-158', 'Nguyễn Thị Yến', '0386251306', 'nguyenthiyen03032006@gmail.com', '2006-03-03 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/00b44e33-d804-4878-8ee3-97f6f26265ea.jpg');
|
||
INSERT INTO `students` VALUES (2799, '2026-07-01 08:06:42.297', '2026-07-02 16:11:59.673', 119, 'PTIT-HN-053', 'Nguyễn Đình Sơn', '0812013822', 'sonseo15072006@gmail.com', '2006-07-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776622399727_65aea82c-f7e0-413e-85ec-70a04fc70f98.webp');
|
||
INSERT INTO `students` VALUES (2800, '2026-07-01 08:06:42.297', '2026-07-03 12:15:35.750', 241, 'PTIT-HN-174', 'Nguyễn Việt Trung', '0336187077', 'aceviet123@icloud.com', '2006-09-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726562520/gyushyycgwtktj66cpow.jpg');
|
||
INSERT INTO `students` VALUES (2801, '2026-07-01 08:06:42.297', '2026-07-03 12:28:04.280', 159, 'PTIT-HN-092', 'Nguyễn Đăng Dương', '0869974210', 'lab70018@gmail.com', '2006-02-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/1b35ccad-498d-4867-a483-28be71225327.jpg');
|
||
INSERT INTO `students` VALUES (2802, '2026-07-01 08:06:42.297', '2026-07-02 16:15:41.368', 71, 'PTIT-HN-006', 'Đinh Quang Huy', '0325321298', 'quanghuy432006@gmail.com', '2006-03-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/a6907261-4b6b-42fe-90b6-f13598a40096.png');
|
||
INSERT INTO `students` VALUES (2803, '2026-07-01 08:06:42.297', '2026-07-02 16:15:44.667', 414, 'PTIT - 01', 'Trần Thị Thu Trang', '0862045786', 'trangmaria123499@gmail.com', '2006-03-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750077270/rwejitm7iwoojw90loah.jpg');
|
||
INSERT INTO `students` VALUES (2804, '2026-07-01 08:06:42.297', '2026-07-03 12:14:57.013', 97, 'PTIT-HN-031', 'Đỗ Hoàng Anh', '0366687388', 'dohoanganh.russia@gmail.com', '2006-03-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/89b4c769-b200-40bd-b61a-e8dc9851408a.jpeg');
|
||
INSERT INTO `students` VALUES (2805, '2026-07-01 08:06:42.297', '2026-07-02 16:16:23.754', 148, 'PTIT-HN-081', 'Phạm Minh Tuấn', '0818418483', 'tuan13nt@gmail.com', '2006-01-30 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750119142/hcbmz3et4jd3ynnnkcyx.jpg');
|
||
INSERT INTO `students` VALUES (2806, '2026-07-01 08:06:42.297', '2026-07-03 14:05:31.479', 128, 'STU-PTIT-HN-061-RE', 'Hà Thị Minh Trang', '0363889247', 'haminhtrang545@gmail.com', '2018-08-18 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1769741192045_d5141f7e-1ea9-40b1-8933-90c6347399fb.jpg');
|
||
INSERT INTO `students` VALUES (2833, '2026-07-01 08:06:42.982', '2026-07-03 12:58:15.153', 292, 'PTIT-HN-224.', 'Lê Phú Toàn', '0932333802', 'trinhhanh261293@gmail.com', '2026-01-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750125732/xjvbqkrlbrzbgoxlbzd4.jpg');
|
||
INSERT INTO `students` VALUES (2834, '2026-07-01 08:06:42.982', '2026-07-02 15:11:06.481', 83, 'PTIT - 02', 'Tôn Phạm Quang Huy', NULL, 'tonphamquanghuy3@gmail.com', '2026-04-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776934196591_8b751454-8053-4748-b821-b355b437424a.webp');
|
||
INSERT INTO `students` VALUES (2835, '2026-07-01 08:06:42.982', '2026-07-03 13:57:33.548', 133, 'PTIT-HN-066', 'Hoàng Văn Lương', '0367771862', 'hoangluong2702@gmail.com', '2006-02-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750089962/caicba6bqkvwem0oidd2.jpg');
|
||
INSERT INTO `students` VALUES (2836, '2026-07-01 08:06:42.982', '2026-07-03 13:21:22.973', 131, 'PTIT-HN-036', 'Tống Trần Huy Hoàng', '0567191789', 'stargolem90@gmail.com', '2006-03-25 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1782711134690_5a8c322f-32a7-456e-acb6-76cd6f4763a9.webp');
|
||
INSERT INTO `students` VALUES (2837, '2026-07-01 08:06:42.982', '2026-07-03 13:45:35.895', 278, 'PTIT-HN-210', 'Phạm Phương Anh', '0981310825', 'phamphuonganhcutee@gmail.com', '2006-07-08 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/e68ac824-71bb-4867-a0fd-1af84e20f204.jpg');
|
||
INSERT INTO `students` VALUES (2838, '2026-07-01 08:06:42.982', '2026-07-02 15:11:06.481', 120, 'PTIT-HN-054', 'Mai Duy Anh', '0961577109', 'Maiduyanh7@gmail.com', '2006-04-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/f87d2b03-3644-4263-9526-3839e54fc130.jpg');
|
||
INSERT INTO `students` VALUES (2839, '2026-07-01 08:06:42.982', '2026-07-03 13:47:17.438', 263, 'PTIT-HN-196', 'Nguyễn Thạc Hưng', '0966969106', 'hungthac066@gmail.com', '2006-09-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2840, '2026-07-01 08:06:42.982', '2026-07-03 13:36:26.558', 392, 'PTIT-HN-248', 'Nguyễn Hoàng Phúc', '0866087206', 'phuchb24@gmail.com', '2006-03-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1e80585a-8271-484d-9536-25a9a8d70ae3.jpg');
|
||
INSERT INTO `students` VALUES (2841, '2026-07-01 08:06:42.982', '2026-07-03 13:28:00.488', 213, 'STU-PTIT-HN-146', 'Nguyễn Mạnh Thắng', '0358017906', 'wunkevan@gmail.com', '2006-04-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750083265/lb2ppsg5edfyjp83qmqq.jpg');
|
||
INSERT INTO `students` VALUES (2842, '2026-07-01 08:06:42.982', '2026-07-03 14:29:11.750', 152, 'HUST-HN-085', 'Nguyễn Nhật Minh', '0867737599', 'minhnguyennhatt@gmail.com', '2006-06-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726562364/qtz5uue41fjqbovjj2vp.jpg');
|
||
INSERT INTO `students` VALUES (2843, '2026-07-01 08:06:42.982', '2026-07-03 13:24:36.554', 411, ' ', 'Đinh Đình Thành', '0963054187', 'neonlimea@gmail.com', '9999-07-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750049470/huherb0o9qdtj7oqqnvm.jpg');
|
||
INSERT INTO `students` VALUES (2844, '2026-07-01 08:06:42.982', '2026-07-02 15:11:06.481', 249, 'PTIT-HN-182', 'Lê Xuân Ánh', '0329325058', 'vanle9540@gmail.com', '2006-11-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750081223/mjlxnsqki6w7e1twqhrs.jpg');
|
||
INSERT INTO `students` VALUES (2845, '2026-07-01 08:06:42.982', '2026-07-03 13:43:41.573', 114, 'PTIT-HN-048', 'Trần Đăng Việt', '0981658826', 'trandangviet00@gmail.com', '2006-10-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1929e010-cc6a-46c6-bd01-aa7be4cf5c66.jpg');
|
||
INSERT INTO `students` VALUES (2846, '2026-07-01 08:06:42.982', '2026-07-03 13:42:34.173', 401, 'PTIT-HN-257', 'Lê Phương Linh', '0902279229', 'plinhle26@gmail.com', '2006-08-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750090587/d9bncy6xyfabpexdtmqe.jpg');
|
||
INSERT INTO `students` VALUES (2847, '2026-07-01 08:06:42.982', '2026-07-03 12:11:22.123', 124, 'PTIT-HN-057', 'Hoàng Văn Chung', '0847140305', 'chungss7890@gmail.com', '2005-03-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1773901489900_e6d032e9-e49e-4f3a-a7a9-7ecaa653f667.webp');
|
||
INSERT INTO `students` VALUES (2848, '2026-07-01 08:06:42.982', '2026-07-02 15:11:06.481', 203, 'PTIT-HN-136', 'Trần Quang Hiệp', '0925648515', 'hiep5apy@gmail.com', '2006-06-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/dd6e83fa-90c7-42dd-bc74-adcdc6641f98.png');
|
||
INSERT INTO `students` VALUES (2849, '2026-07-01 08:06:42.982', '2026-07-03 13:43:11.403', 214, 'PTIT-HN-147', 'Vũ Nguyễn Hoàng Dương', '0904018911', 'HoangDuong2062006@gmail.com', '2006-06-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749800577/vhle1h1k9vlrxzx5kann.jpg');
|
||
INSERT INTO `students` VALUES (2850, '2026-07-01 08:06:42.982', '2026-07-03 13:37:15.820', 102, '999-999-999', 'Quách Văn Sơn Bách', '01111111111', 'quachbach38@gmail.com', '9999-09-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1776410157763_ec48ed96-5292-4018-836e-48a128439cee.webp');
|
||
INSERT INTO `students` VALUES (2851, '2026-07-01 08:06:42.982', '2026-07-02 12:31:52.962', 394, 'PTIT-HN-250', 'Nguyễn Hoàng Long', '0976380901', 'Longlongokok2@gmail.com', '2006-10-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750076173/lclfohhhwqa8gm30awdz.jpg');
|
||
INSERT INTO `students` VALUES (2871, '2026-07-01 08:06:43.128', '2026-07-02 15:11:06.622', 1172, 'TSU K01 - 61', 'Nguyễn Tất Giang', '07091753057', 'nguyentatgiang210699@gmail.com', '1999-06-21 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2872, '2026-07-01 08:06:43.128', '2026-07-02 15:11:06.622', 1175, 'TSU K01 - 62', 'Chu Minh Vương', '08020444146', '21417minhvuong@gmail.com', '2001-03-20 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2873, '2026-07-01 08:06:43.128', '2026-07-02 15:11:06.622', 1182, 'TSU K01 - 68', 'Đàm Thị Lan Anh ', '08050254492', 'damlananh.rikkyo@gmail.com', '2000-03-04 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2874, '2026-07-01 08:06:43.390', '2026-07-02 15:11:06.895', 161, 'PTIT-HN-094', 'Bùi Đức Huy', '0877467068', 'hhuy87387@gmail.com', '2006-01-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726623262/xmrg3qit77ek4gkec1w4.jpg');
|
||
INSERT INTO `students` VALUES (2894, '2026-07-01 08:06:43.633', '2026-07-02 15:11:08.080', 284, 'PTIT-HN-216', 'Phạm Đình Sang', '0346607835', 'spham5284@gmail.com', '2006-08-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1740012608/z6v6vc3swunlvsm6lzig.jpg');
|
||
INSERT INTO `students` VALUES (2911, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1065, 'TSU K01 - 23', 'Trần Tuấn Kiệt', '0908422722', 'tuankiet.miraihuman@gmail.com', '1994-01-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2912, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1057, 'TSU K01 - 15', 'Nguyễn Quốc Anh', '0783203213', 'nguyenquocanh141@gmail.com', '1997-03-01 07:00:00.000', 0, 'BỎ HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2913, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1058, 'TSU K01 - 16', 'Nguyễn Thanh Tú', '0914601056', 'tunguyen1056@gmail.com', '1998-01-10 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2914, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1153, 'TSU K01 - 51', 'Nguyễn Thị Xuân Mai', '0702452798', 'mainguyen.21012002@gmail.com', '2002-01-21 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1742868634/u1vcdu3zmt96yizzlgey.jpg');
|
||
INSERT INTO `students` VALUES (2915, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1215, 'TSU K01-89', 'Nguyễn Thị Loan', '07019421994', 'loan7121994abcdef@gmail.com', '1994-09-07 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2916, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1181, 'TSU K01 - 67', 'Trần Thị Thanh Nhã', '09035872510', 'nhatran.svns@gmail.com', '1996-10-25 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1745817380/ydcf33gfqqwaevyxuppp.png');
|
||
INSERT INTO `students` VALUES (2917, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1151, 'TSU K01 - 49', 'Nguyễn Dương Hữu Toàn', '07089067389', 'phutoanceo@gmail.com', '1994-09-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749875824/vvecv6ku50igzdiuqoge.jpg');
|
||
INSERT INTO `students` VALUES (2918, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1162, 'TSU K01 - 53', 'Bùi Văn Phong', '07044509551', 'buiphong5054@gmail.com', '1994-11-10 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2919, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1185, 'TSU K01 - 69', 'Vũ Duy Hùng', '09086429899', 'vuduyhunggp.1998@gmail.com', '1998-08-03 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1745876449/a3lfevyshflnvtongvok.jpg');
|
||
INSERT INTO `students` VALUES (2920, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1233, 'TSU K01 - 101', 'Bình Hà Thùy Linh', '09017163261', 'zinlbinh23@gmail.com', '2005-11-20 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2921, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1229, 'TSU K01 - 97', 'Lê Văn Công', '0967718924', 'lecong98.lvc@gmail.com', '1998-10-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2922, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1177, 'TSU K01 - 64', 'Nguyễn Thị Bích Viên', '0944983934', 'horie.vien@gmail.com', '1995-04-24 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2923, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1168, 'TSU K01 - 57', 'Nguyễn Đình Thái', '08034355513', 'nguyendinhthai1998@gmail.com', '1998-08-16 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750086027/kb139gan2jplfvax7bne.jpg');
|
||
INSERT INTO `students` VALUES (2924, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1241, 'TSU K01 - 111', 'Nguyễn Hải Châu', '07091011203', 'haichaunguyen120393@gmail.com', '1994-03-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2925, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1226, 'TSU K01 - 100', 'Nguyễn Thành Vinh', '08062324607', 'nguyenthanhvinhabkg@gmail.com', '1997-10-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2926, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1056, 'TSU K01 - 14', 'Mai Lê Mỹ Huyền', '07085873507', 'Maihuyenami@gmail.com', '1999-09-01 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2927, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1837, 'TSU K01 - 115', 'Dương Văn Thịnh', NULL, 'duongthinh110419@gmail.com', '1997-12-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2928, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1216, 'TSU K01-90', 'Lữ Giám Minh', '08078078457', 'minhlu.work@gmail.com', '1996-06-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/677b09b4-f750-425c-8460-dcb6f5a7dcd8.jpeg');
|
||
INSERT INTO `students` VALUES (2929, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1891, 'TSU K01 - 138', 'Vương Tiến Trung', '0961483084', 'zmeoz213@gmail.com', '1993-03-21 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2930, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1936, 'TSU K01 - 147', 'Nguyễn Trần Duy Anh', NULL, 'duyanh010120@gmail.com', '1999-12-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2931, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1064, 'TSU K01 - 22', 'Trần Huỳnh Ngọc Trân', '0938440368', 'sendouayama@gmail.com', '2001-01-27 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1739603192/sgsskpzd9tlnmjnk4ss0.png');
|
||
INSERT INTO `students` VALUES (2932, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1933, 'TSU K01 - 144', 'Lê Đức Hoàng', '0869550624', 'lehoanginjapan@gmail.com', '2002-06-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2933, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1937, 'TSU K01 - 148', 'Lê Văn Hiếu', '0966414093', 'lhieu8425@gmail.com', '1999-10-27 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2934, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1230, 'TSU K01 - 96', 'Phạm Văn Duy', '07090471303', 'pvduy2291@gmail.com', '2001-09-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2935, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1931, 'TSU K01 - 142', 'Dương Thị Hương', NULL, 'huongduong94bg@gmail.com', '1994-11-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2936, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1224, 'TSU K01 - 94', 'Nguyễn Thị Thu Phương', '09059922334', 'nguyenthithuphuong.10a6lechan@gmail.com', '2000-12-02 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2937, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1220, 'TSU K01 - 92', 'Vũ Ngọc Mạnh', '08096684033', 'vungocmanh23111999@gmail.com', '1999-11-23 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2938, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1876, 'TSU K01 - 131', 'Nguyễn Thị Vân Anh', '07091301841', 'nguyenvananh542003@gmail.com', '2003-04-05 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2939, '2026-07-01 08:06:43.963', '2026-07-02 15:11:07.595', 1187, 'TSU K01 - 71', 'Trần Nguyễn Minh Thư', '07089896547', 'trannguyenminhthu01@gmail.com', '2001-10-13 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1745808451/ue21p8agxx1shiommxvf.jpg');
|
||
INSERT INTO `students` VALUES (2940, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1142, 'TPLUS K01 - 08', 'Trần Trung Dũng', '0349582819', 'dungtong52@gmail.com', '1991-02-05 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749800875/w3ieuqjdehlvtwazd949.jpg');
|
||
INSERT INTO `students` VALUES (2941, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1139, 'TPLUS K01 - 05', 'Bùi Đức Hùng', '0978205580', 'hung.buiduc050990@gmail.com', '1990-09-05 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/084d28c4-316c-4796-9ce0-2eecac21f5ed.jpg');
|
||
INSERT INTO `students` VALUES (2942, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1140, 'TPLUS K01 - 06', 'Bùi Đức Linh', '0346545003', 'builinh120396@gmail.com', '1996-03-12 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750039269/fozld9ecjjwsbrchuqyq.png');
|
||
INSERT INTO `students` VALUES (2943, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1138, 'TPLUS K01 - 04', 'Mai Công Trung Tiến', '0968537683', 'Anhduong160821@gmail.com', '1993-12-24 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2944, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1137, 'TPLUS K01 - 03', 'Lê Bảo Ngọc', '0367656605', 'allblue2903@gmail.com', '1999-05-15 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749975776/dtb0qwi6kqebnmnpdee4.jpg');
|
||
INSERT INTO `students` VALUES (2945, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1135, 'TPLUS K01 - 01', 'Vũ Huy Hoàng ', '0989205221', 'vuhoang28092001@gmail.com', '2001-09-28 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2946, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1144, 'TPLUS K01 - 10', 'Nguyễn Thắng Lợi', '0988612539', 'loigia89.1997@gmail.com', '1997-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2947, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1173, 'TPLUS K01 - 13', 'Lê Việt Hoàng', '0865126009', 'Leviethoang170998@gmail.com', '1998-09-17 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2948, '2026-07-01 08:06:44.141', '2026-07-02 15:11:07.769', 1174, 'TPLUS K01 - 14', 'Nguyen Bui Hoai Anh', '0983167066', 'nguyenhoai8a@gmail.com', '2000-11-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749994636/pgatnwvtzzqtlvopgmqz.jpg');
|
||
INSERT INTO `students` VALUES (2949, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 228, 'PTIT-HN-161', 'Trịnh Cao Nhật Nam', '0367966118', 'trinhnam17052006@gmail.com', '2006-05-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750053996/lgv47ogxowhzzhvbhsec.jpg');
|
||
INSERT INTO `students` VALUES (2950, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 904, 'PTIT-HNK23-021', 'Vũ Doãn Trường', '0undefined', 'truongvu0363@gmail.com', '2005-04-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1732285633/pygrnjuco6zcijx9ufkb.jpg');
|
||
INSERT INTO `students` VALUES (2951, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 286, 'PTIT-HN-218', 'Trịnh Minh Đức', '0358029006', 'mitho123450@gmail.com', '2006-03-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2952, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 231, 'PTIT-HN-164', 'Trịnh Trung Hiếu', '0325941450', 'trinhtrunghieu1501@gmail.com', '2006-01-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2953, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 287, 'PTIT-HN-219', 'Trần Hiếu', '0977800157', 'healminxinhgai@gmail.com', '2006-05-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2954, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 908, 'PTIT-HNK23-025', 'Âu Đức Tuấn', '0undefined', 'autuan443@gmail.com', '2005-09-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750063736/gddmfgkrhzwmxcs4bguu.jpg');
|
||
INSERT INTO `students` VALUES (2955, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 1799, '', 'Vũ Thị Mai Phương', '0869210256', 'pvuthimai3@gmail.com', '2007-06-18 07:00:00.000', 2, 'BỎ HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/df9a4f57-d4da-490b-8c6f-8256ecc08f00.jpg');
|
||
INSERT INTO `students` VALUES (2956, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 300, 'PTIT-HN-229', 'Nguyễn Việt Tiến', '0961252717', 'viettiennguyen1133@gmail.com', '2006-07-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2957, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 905, 'PTIT-HNK23-022', 'Vũ Mạnh Hùng 2', '0undefined', 'vumanhhung2506@gmail.com', '2005-06-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2958, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 895, 'PTIT-HNK23-012', 'Nguyễn Đức Hùng Anh', '0undefined', 'teugiatre123@gmail.com', '2005-08-01 07:00:00.000', 2, 'BỎ HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2959, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 272, 'PTIT-HN-204', 'Ngô Xuân Hoàng', '0917758758', 'nxh16112005@gmail.com', '2005-11-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726566833/au9istsmm7fgp6srfxdr.jpg');
|
||
INSERT INTO `students` VALUES (2960, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 275, 'PTIT-HN-207', 'Đoàn Thế Tùng', '0855507035', 'doanthetung126@gmail.com', '2006-02-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2961, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 258, 'PTIT-HN-191', 'Phạm Khánh Linh', '0867248617', 'linh41997@gmail.com', '2004-04-12 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750129735/euln6vvzggqa04afdvof.jpg');
|
||
INSERT INTO `students` VALUES (2962, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 940, 'PTIT-HNK23-057', 'Đinh Viết Hoàng', '0undefined', 'hoensuyzl@gmail.com', '2005-08-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1739158006/aqeir567fegxubuxxgff.jpg');
|
||
INSERT INTO `students` VALUES (2963, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 237, 'PTIT-HN-170', 'Nguyễn Trọng Đặng Nhất', '0388030906', 'nhathat111@gmail.com', '2006-09-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/2a49a977-82a1-4ffb-821c-ed977e7cce3f.jpg');
|
||
INSERT INTO `students` VALUES (2964, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 306, 'PTIT-HN-235', 'Nguyễn Hoàng Hiệp', '0963977458', 'hiepnguyn4@gmail.com', '2006-11-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750061977/bejysibzhrkjtqchlxmx.jpg');
|
||
INSERT INTO `students` VALUES (2965, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 909, 'PTIT-HNK23-026', 'Đào Trí Đức', '0931511560', 'dudangdaide@gmail.com', '2004-12-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750059663/jew6omzlyoctm4dygx3j.jpg');
|
||
INSERT INTO `students` VALUES (2966, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 297, 'PTIT-HN-226', 'Nguyễn Quang Huy 9', '0346633426', 'TamakiAko2006@gmail.com', '2006-09-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2967, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 74, 'PTIT-HN-009', 'Bùi Minh Vũ', '0966240306', 'buiminhvu06hn@gmail.com', '2006-03-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1779340212655_ddef9eec-dbd4-4135-98cc-2cf7ea464a37.webp');
|
||
INSERT INTO `students` VALUES (2968, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 80, 'PTIT-HN-014', 'Nguyễn Quang Huy 10', '0399094269', 'thaohyduonghuy@gmail.com', '2006-05-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750048222/sjmvgquc582q2di1vlhy.jpg');
|
||
INSERT INTO `students` VALUES (2969, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 313, 'PTIT-HN-241', 'Phạm Thái Sơn', '0339801707', 'shanks23k6@gmail.com', '2006-11-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777255862930_e5a906af-2de7-4121-99af-5e044a560ed0.webp');
|
||
INSERT INTO `students` VALUES (2970, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 196, 'PTIT-HN-129', 'Nguyễn Quốc Đại', '0889345909', 'dai611351@gmail.com', '2006-08-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2971, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 76, 'PTIT-HN-011', 'Phạm Tiến Đạt', '0358177281', 'pdatk881@gmail.com', '2006-12-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1726730620/ceg4ftriali8xcox2cdg.jpg');
|
||
INSERT INTO `students` VALUES (2972, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 212, 'PTIT-HN-145', 'Nguyễn Hữu Quang', '0886812484', 'huuquangalo123@gmail.com', '2006-09-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750114982/knqe082nsgw1ysz1ud7s.jpg');
|
||
INSERT INTO `students` VALUES (2973, '2026-07-01 08:06:44.480', '2026-07-02 15:11:08.080', 72, 'PTIT-HN-007', 'Nguyễn Tuấn Dũng', '0374850448', 'gboizdung@gmail.com', '2006-02-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750084075/f9ysnhv3e33lfrvnpnb0.jpg');
|
||
INSERT INTO `students` VALUES (2977, '2026-07-01 08:06:44.701', '2026-07-02 15:11:08.213', 1150, 'TSU K01 - 48', 'Phạm Tá Trung', '08091059862', 'phamt0500@gmail.com', '2000-09-11 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2978, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1061, 'TSU K01 - 19', 'Nguyễn Trọng Nhân', '0988494769', 'nguyennhan09028561992@gmail.com', '1992-09-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2979, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1087, 'TSU K01 - 33', 'Nguyễn Đình Quang', '0339960345', 'nguyenquang.111099@gmail.com', '1999-10-11 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2980, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1093, 'TSU K01 - 39', 'Trần Thị Ngọc Nữ', '0818988284', 'tieuthien86@gmail.com', '1995-12-28 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2981, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1091, 'TSU K01 - 37', 'Huỳnh Nhật Trường', '0349420558', 'huynhtruong19519@gmail.com', '1995-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749886895/qalgrfevmb7ux3k1tsmz.jpg');
|
||
INSERT INTO `students` VALUES (2982, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1092, 'TSU K01 - 38', 'Lê Văn An', '0869978669', 'anle181996@gmail.com', '1996-08-01 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2983, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1090, 'TSU K01 - 36', 'Nguyễn Văn Nam', '0326721912', 'nguyennamml2k3@gmail.com', '2003-10-30 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2984, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1126, 'TSU K01 - 41', 'Đặng Thái Dương', '0905658666', 'mvstarkfinal.ultra@gmail.com', '1998-03-27 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2985, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1128, 'TSU K01 - 43', 'Đỗ tất Hậu', '0939768868', 'Dotat1110@gmail.com', '1995-03-07 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2986, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1125, 'TSU K01 - 40', 'Đinh Thị Xuân Trang', '07038584909', 'dinhtrang2315@gmail.com', '1994-07-23 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2987, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1127, 'TSU K01 - 42', 'Lê Minh Hoàng', '0977735933', 'minhhoang3320@gmail.com', '2000-03-03 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2988, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1132, 'TSU K01 - 45', 'Hứa Khắc Hiếu ', '0869615680', 'khachieuhua@gmail.com', '1997-02-20 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2989, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1133, 'TSU K01 - 46', 'Bùi Văn Đạo', '07026666288', 'buidao.ramen@gmail.com', '1995-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2990, '2026-07-01 08:06:44.883', '2026-07-02 15:11:08.382', 1134, 'TSU K01 - 47', 'Khuất Duy Tuyển', '08070121625', 'Khuatduyson.msn@gmail.com', '1998-03-15 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2991, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1055, 'TSU K01 - 13', 'Hồ Nguyễn Ái Như', '0902837875', 'khibong56789@gmail.com', '1992-12-25 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2992, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1063, 'TSU K01 - 21', 'Phạm Thị Ngân', '0388387812', 'phamthingan022@gmail.com', '1998-08-02 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749830352/betakotnk1rovgbrinlt.jpg');
|
||
INSERT INTO `students` VALUES (2993, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1060, 'TSU K01 - 18', 'Nguyễn Thị Yến Nhi', '0372654521', 'osakahankyu212@gmail.com', '1994-10-19 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749897577/yc4knybuj3ax5ozi5wew.jpg');
|
||
INSERT INTO `students` VALUES (2994, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1059, 'TSU K01 - 17', 'Nguyễn Thị Hào', '0362443135', 'Mailatoi88@gmail.com', '1988-06-24 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750086495/pi3nqgfadbyfwrome2o4.jpg');
|
||
INSERT INTO `students` VALUES (2995, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1066, 'TSU K01 - 24', 'Tân Phạm Hồng Mỹ', '0905232416', 'tan.phamhongmy@gmail.com', '1997-12-10 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2996, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1067, 'TSU K01 - 25', 'Từ Nữ Như Thư', '0985443095', 'tununhuthu260995@gmail.com', '1995-09-26 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2997, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1068, 'TSU K01 - 26', 'Võ Thanh Kiệt', '0375419068', 'thanhkiet2525@gmail.com', '2001-07-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2998, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1081, 'TSU K01 - 27', 'Trần Thị Hằng', '0363596874', 'hangt6465@gmail.com', '1997-03-07 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (2999, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1083, 'TSU K01 - 29', 'Trần Nguyễn Quang Thông', '0388768120', 'chanton671@gmail.com', '2004-10-14 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3000, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1082, 'TSU K01 - 28', 'Nguyễn Thị Thuỳ Duyên', '0793475612', 'nguyenthithuyduyen06042001@gmail.com', '2001-04-06 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749966922/o3oo5el8zirhewt15xhu.jpg');
|
||
INSERT INTO `students` VALUES (3001, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1044, 'TSU K01-07', 'Nguyễn Văn Linh', '08037613032', 'linhanh22100@gmail.com', '1997-12-21 07:00:00.000', 0, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3002, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1086, 'TSU K01 - 32', 'Ngô Quốc Phú', '0783749147', 'phu9a5@gmail.com', '1997-04-09 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3003, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1088, 'TSU K01 - 34', 'Nguyễn Minh Sơn', '09029324042', 'minhson01111994@gmail.com', '1994-11-01 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3004, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1152, 'TSU K01 - 50', 'Ngô Thủy Trúc', '07043248931', 'trucjt.1208@gmail.com', '1999-08-12 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749855867/l7ztlldyvmnzwpskgmxy.jpg');
|
||
INSERT INTO `students` VALUES (3005, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1163, 'TSU K01 - 54', 'Trần Nguyên Ngọc', '0866926448', 'trannguyenngoc.2003@gmail.com', '2003-03-18 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749800736/ag0e75qlzdkzoqlrhmxb.jpg');
|
||
INSERT INTO `students` VALUES (3006, '2026-07-01 08:06:45.286', '2026-07-02 15:11:08.736', 1167, 'TSU K01 - 56', 'Bùi Văn Thái', '08071223690', '01012000vanhai@gmail.com', '2001-12-10 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3007, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1042, 'TSU K01-05', 'Lê Thị Tú', '08090281351', 'letu10592@gmail.com', '1992-05-10 07:00:00.000', 1, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3008, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1046, 'TSU K01-09', 'Đỗ Gia Nghiêm', '08075456595', 'dogianghiemzero@gmail.com', '1994-07-19 07:00:00.000', 0, 'ĐANG HỌC', 'Japan', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750066052/wgo9dagkypijupgtkgzk.jpg');
|
||
INSERT INTO `students` VALUES (3009, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1047, 'TSU K01-10', 'Dương Thùy Duyên', '0794336026', 'thuyduyenc9@gmail.com', '1998-10-26 07:00:00.000', 1, 'ĐANG HỌC', 'Japan', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1735220458/isxdj98abi6jgxtem4zm.png');
|
||
INSERT INTO `students` VALUES (3010, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1041, 'TSU K01-04', 'Nguyễn Minh Quang', '08090621516', 'Quangbobii@gmail.com', '2001-09-16 07:00:00.000', 0, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3011, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1043, 'TSU K01-06', 'Lò Thị Hải', '08090652100', 'haianhh44@gmail.com', '1996-07-06 07:00:00.000', 1, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/3fb40b6c-46d2-48b6-aa69-75665a155a72.jpg');
|
||
INSERT INTO `students` VALUES (3012, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1038, 'TSU K01-01', 'Trần Phú Kim Ngân', '08066594353', 'akinosora13@gmail.com', '1996-06-07 07:00:00.000', 1, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3013, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1039, 'TSU K01-02', 'Bùi Tiến Dũng', '0344815278', 'hantho1107@gmail.com', '2001-11-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3014, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1045, 'TSU K01-08', 'Nguyễn Đình Luyện', '07085682831', 'dinhluyen2402@gmail.com', '2000-02-24 07:00:00.000', 0, 'ĐANG HỌC', 'Japan', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3015, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1048, 'TSU K01 - 11', 'Võ Thị Chương ', '07055538899', 'bachhyan68@gmail.com', '1985-11-27 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3016, '2026-07-01 08:06:45.756', '2026-07-02 15:11:09.029', 1085, 'TSU K01 - 31', 'Phạm Quốc Huy', '0905593869', 'Kwimei2022@gmail.com', '1999-06-07 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3017, '2026-07-01 08:06:45.995', '2026-07-02 15:11:09.454', 982, 'PTIT-HCMK23-007', 'Nguyễn Minh Thuận', '0undefined', 'binbabyb@gmail.com', '2005-01-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/b4816c4c-e726-41c9-8898-34fbd9760fba.jpg');
|
||
INSERT INTO `students` VALUES (3020, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 914, 'PTIT-HNK23-031', 'Lê Diên Tiến', '0394882659', 'ledientien2005@gmail.com', '2005-07-28 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750080650/ucgfiz2jfdnnuidcyqy3.jpg');
|
||
INSERT INTO `students` VALUES (3021, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 917, 'PTIT-HNK23-034', 'Lương Hà Minh Vỹ', '0947721353', 'lvy16012005@gmail.com', '2005-01-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/1777885143595_3814764a-4204-4769-a7fb-72d90d65861d.webp');
|
||
INSERT INTO `students` VALUES (3022, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 923, 'PTIT-HNK23-040', 'Nguyễn Thế Minh', '0364577211', 'theminh2005z@gmail.com', '2005-12-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750122440/xz7sxxi2izkhslpn0mzh.jpg');
|
||
INSERT INTO `students` VALUES (3023, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 925, 'PTIT-HNK23-042', 'Nguyễn Trung Hiếu 2', '0undefined', 'nguyentrunghieuthptxp@gmail.com', '2005-03-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://phenika-storage.s3.ap-southeast-2.amazonaws.com/uploads/a48a862f-94da-48d7-a36f-c2a1a3ebfdb9.jpg');
|
||
INSERT INTO `students` VALUES (3024, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 920, 'PTIT-HNK23-037', 'Nguyễn Huy Hoàng', '0903599038', 'huyhoangcs2611@gmail.com', '2005-11-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750126939/qeb2yifzhyst4q0qtpzw.jpg');
|
||
INSERT INTO `students` VALUES (3025, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 928, 'PTIT-HNK23-045', 'Nguyễn Văn Đoan', '0undefined', 'vandoan01062002@gmail.com', '2002-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750125757/l3mga8z0aknvfsmn9ncj.jpg');
|
||
INSERT INTO `students` VALUES (3026, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 934, 'PTIT-HNK23-051', 'Phạm Quang Dũng', '0undefined', 'dungpham197qn@gmail.com', '2004-01-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3027, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 931, 'PTIT-HNK23-048', 'Nguyễn Đắc Sơn', '0354331215', 'sonnguyen21804@gmail.com', '2004-08-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750126503/xghjrapcebt82e1iojht.jpg');
|
||
INSERT INTO `students` VALUES (3028, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 926, 'PTIT-HNK23-043', 'Nguyễn Văn Phúc 2', '0962854080', 'mkPhuc123456789@gmail.com', '2005-01-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750071108/ftph73yj1arkttoeltrm.jpg');
|
||
INSERT INTO `students` VALUES (3029, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 886, 'PTIT-HNK23-003', 'Nguyễn Minh Hiển', '0782225093', 'minhhienhd2005@gmail.com', '2005-06-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1750080744/ptlpbst7bzwmwc8gskfr.jpg');
|
||
INSERT INTO `students` VALUES (3030, '2026-07-01 08:06:46.373', '2026-07-02 15:11:09.834', 890, 'PTIT-HNK23-007', 'Nguyễn Thế Cường', '0966109687', 'thecuong2k5hp@gmail.com', '2005-06-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3068, '2026-07-01 08:06:46.994', '2026-07-02 15:11:10.484', 600, 'PTIT-HCM-022', 'Nguyễn Công Trứ', '0366242457', 'thu113112111@gmail.com', '2003-05-29 07:00:00.000', 0, 'BẢO LƯU', 'HCM', NULL, NULL, 'http://res.cloudinary.com/dzg2u23iy/image/upload/v1749973507/vkslbwhdloayqgepmpzl.png');
|
||
INSERT INTO `students` VALUES (3069, '2026-07-01 08:06:46.994', '2026-07-02 15:11:10.484', 612, 'PTIT-HCM-034', 'Nguyễn Văn Minh Trí', '0357827809', 'mtanime020705@gmail.com', '2005-02-07 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3082, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 711, 'PNK-HN-002', 'Nguyễn Đức Anh', '0undefined', 'anhnguyen2k373@gmail.com', '2003-03-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3083, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 712, 'PNK-HN-003', 'Nguyễn Thái Việt Huy', '0undefined', '21012500@st.phenikaa-uni.edu.vn', '2003-04-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3084, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 710, 'PNK-HN-001', 'Bùi Hữu Đạt', '0undefined', 'fcdat1234@gmail.com', '2003-05-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3085, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 713, 'PNK-HN-004', 'Bùi Huy Quyền Anh', '0undefined', 'quyenanh72002@gmail.com', '2002-11-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3086, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 715, 'PNK-HN-006', 'Tăng Thế Mạnh', '0337104087', 'manhtangthe@gmail.com', '2002-08-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3087, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 714, 'PNK-HN-005', 'Nguyễn Tiến Công', '0undefined', 'nguyentiencong20207546@gmail.com', '2002-03-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3088, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 717, 'PNK-HN-008', 'Nguyễn Việt Hùng', '0undefined', 'hungnguyenviet204@gmail.com', '2004-08-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3089, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 720, 'PNK-HN-009', 'Nguyễn Lâm Trường Giang', '0782446689', 'giangnguyenlamtruong@gmail.com', '2004-02-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3090, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 721, 'PNK-HN-010', 'Nguyễn Phi Hùng', '0392105996', 'raijin2306@gmail.com', '2002-06-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3091, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 722, 'PNK-HN-011', 'Vũ Hà Trang', '0388264291', '21010289@st.phenikaa-uni.edu.vn', '2003-12-26 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3092, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 724, 'PNK-HN-012', 'Mai Phúc Lâm', '0383221057', 'maiphuclam2711@gmail.com', '2003-11-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3093, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 725, 'PNK-HN-013', 'Đào Anh Sơn', '0972546041', 'daosondas@gmail.com', '1998-03-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3094, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 732, 'PNK-HN-014', 'Trần Thị Mến', '0378290855', 'MenC1LHP@gmail.com', '2004-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3095, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 986, 'PNK-HN-019', 'Trần Thị Lan', '0824604591', 'lanlaiguanlin149@gmail.com', '2004-09-14 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3096, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 734, 'PNK-HN-016', 'Hồ Đức Thanh', '0395694928', 'thanhbr06@gmail.com', '2021-04-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3097, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 735, 'PNK-HN-017', 'Phạm Thị Lan Anh', '0355048398', '22010024@st.phenikaa-uni.edu.vn', '2005-11-02 07:00:00.000', 1, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3098, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 736, 'PNK-HN-018', 'Nguyễn Vĩnh An', '0963501632', '21011405@st.phenikaa-uni.edu.vn', '2003-03-20 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3099, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 987, 'PNK-HN-020', 'Nguyễn Thái Tuân', '0858875888', '20011029@st.phenikaa-uni.edu.vn', '2002-05-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3100, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 733, 'PNK-HN-015', 'Phùng Bá Đức ', '0376393820', '22010002@st.phenikaa-uni.edu.vn', '2004-10-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3101, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 988, 'PNK-HN-021', 'Nguyễn Minh Đức', '0399333760', '21010287@st.phenikaa-uni.edu.vn', '2003-02-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3102, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 989, 'PNK-HN-022', 'Bùi Đình Lộc', '0979487320', 'loc12oz07@gmail.com', '2003-11-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3103, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 991, 'PNK-HN-024', 'Bùi Anh Việt', '0943252356', 'buiviet57.v5@gmail.com', '2003-01-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3104, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 990, 'PNK-HN-023', 'Trần Ngọc Minh', '0982111481', '21010599@st.phenikaa-uni.edu.vn', '2003-05-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3105, '2026-07-01 08:06:47.247', '2026-07-02 15:11:10.762', 993, 'PNK-HN-025', 'Dương Phúc Quốc', '0964289509', '21010596@st.phenikaa-uni.edu.vn', '2002-12-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3106, '2026-07-01 08:06:47.970', '2026-07-02 15:11:11.650', 1566, 'B25DTCN069', 'Trần Quyết Chiến', '0327038391', 'cquyet072@gmail.com', '2007-09-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
INSERT INTO `students` VALUES (3107, '2026-07-01 08:07:12.918', '2026-07-01 14:48:07.485', 2800, 'XXXX-123', 'React Native', '0987660512', 'hung18061999hung@gmail.com', '2026-06-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (3108, '2026-07-01 08:07:12.918', '2026-07-01 14:48:07.485', 2798, 'BrSE NI - 24', 'Phạm Anh Tú', '0934446158', 'anhtupham6888@gmail.com', '1992-06-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 45, 'Kỹ sư cầu nối - BrSE (Non IT) ', NULL);
|
||
INSERT INTO `students` VALUES (3109, '2026-07-01 08:07:12.918', '2026-07-01 14:48:07.485', 2785, 'BRSE - NI - 13', 'Đinh Thị Vân Chi', NULL, 'dtvchi.nb@gmail.com', '1980-06-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 45, 'Kỹ sư cầu nối - BrSE (Non IT) ', NULL);
|
||
INSERT INTO `students` VALUES (3110, '2026-07-01 08:07:12.918', '2026-07-01 14:48:07.485', 2778, 'BA - 44', 'Đỗ Ngọc Lê', NULL, 'dongocle1410@gmail.com', '2001-10-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 41, 'Bussiness Analyst (NEU)', NULL);
|
||
INSERT INTO `students` VALUES (3207, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2690, 'DA - 243', 'Nguyễn Đức Hoàng', NULL, 'Michaelzhao3125@gmail.com', '2002-11-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3208, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2678, 'DA - 236', 'Đào Thị Thu Trang', NULL, 'trangdtt.ke@gmail.com', '1996-06-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3209, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2652, 'BrSE NI - 10', 'Lê Văn Hải', '0327102441', 'levanhai1999qn@gmail.com', '1988-03-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 45, 'Kỹ sư cầu nối - BrSE (Non IT) ', NULL);
|
||
INSERT INTO `students` VALUES (3210, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2644, 'BRSE NI - 01', 'Lê Văn Thái', NULL, 'levanhai1999qn@gmail.com', '1999-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 45, 'Kỹ sư cầu nối - BrSE (Non IT) ', NULL);
|
||
INSERT INTO `students` VALUES (3211, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2637, 'EMB - 114', 'Hà Phương Đông', '0894015646', 'hdong3538@gmail.com', '2002-01-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3212, '2026-07-01 08:07:13.051', '2026-07-01 14:48:07.625', 2626, 'JB IOC - 187', 'Nguyễn Duy Tân', '0366362856', 'Tansalahh355335@gmail.com', '2002-11-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3307, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2601, 'EMB - 106', 'Nguyễn Phi Tài', '0869298230', 'taitutedoai@gmail.com', '2004-12-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3308, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2580, 'EMB - 85', 'Chu Lĩnh Trung', NULL, 'traisaynghien.220280@gmail.com', '1979-09-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3309, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2579, 'EMB - 84', 'Nguyễn Quang Tùng', NULL, 'quangtung.stc@gmail.com', '2005-01-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3310, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2564, 'JB IOC - 174', 'Lê Năng Quang Anh', NULL, 'quanganhlenang@gmail.com', '2004-07-08 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3311, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2550, 'BA - 17', 'Nguyễn Xuân Dũng', NULL, 'nguyenxuandung.hsvftu@gmail.com', '2004-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 41, 'Bussiness Analyst (NEU)', NULL);
|
||
INSERT INTO `students` VALUES (3312, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2531, 'DA - 259', 'Phạm Thị Hương', NULL, 'pthjob00@gmail.com', '2000-06-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3313, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2527, 'DA - 255', 'Đinh Thị Thanh Thư', NULL, 'dinhttthu27112003@gmail.com', '2003-11-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3314, '2026-07-01 08:07:13.188', '2026-07-01 14:48:07.762', 2526, 'DA - 254', 'Hoàng Hải Phong', NULL, 'phong21042006@gmail.com', '2006-04-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3407, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2499, 'TSU K01 - 183', 'Trần Thị Ngọc Hân', NULL, 'Ngochan7469@gmail.com', '2002-08-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3408, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2492, 'TSU K01 - 176', 'Trần Quang Khải', NULL, 'khai5108@gmail.comm', '2002-01-14 07:00:00.000', 2, 'BỎ HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3409, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2486, 'DA - 228', 'Nguyễn Thị Hương', '0378937062', 'huongktlas@gmail.com', '1989-12-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3410, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2484, 'JB IOC - 165', 'Lý Đức Tú', '0912504232', 'direct.ldt@gmail.com', '2005-06-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3411, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2483, 'DA - 227', 'Nguyễn Thị Thanh Tú', '0762934905', 'nguyenthithanhtu0402@gmail.com', '1993-02-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3412, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2464, 'DA - 220', 'Lê Thị Kim Dung', NULL, 'kimdung160297@gmail.com', '1997-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3413, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2456, 'DA - 212', 'Vương Việt Cường', NULL, 'vuongvietcuong2004@gmail.com', '2004-06-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3414, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2444, 'DA - 200', 'Nguyễn Thị Lan Anh', NULL, 'lananh303.neu@gmail.com', '1997-03-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3415, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2440, 'DA - 196', 'Ngô Minh Chiêu Quân', NULL, 'ngominhchieuquan1998@gmail.com', '1998-01-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3416, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2428, 'DA - 184', 'Lê Đức Tín', NULL, 'leductin2249@gmail.com', '2005-01-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3417, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2421, 'JB IOC - 159', 'Nguyễn Văn Thành', NULL, 'vn4956599nguyenvanthanh@gmail.com', '2005-11-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3418, '2026-07-01 08:07:13.316', '2026-07-01 14:48:07.895', 2411, 'JB IOC - 151', 'Nguyễn Hải An', NULL, 'anguyenhai500@gmail.com', '2005-07-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3507, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2399, 'DA - 181', 'Phạm Đại Dương', NULL, 'duonghp1122003@gmail.com', '2003-11-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3508, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2387, 'JVS-0006', 'Nguyễn Khánh Hiếu', '0768999818', 'hieuknguyen.it@gmail.com', '2004-02-27 07:00:00.000', 0, 'ĐANG HỌC', 'SG', 36, 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', NULL);
|
||
INSERT INTO `students` VALUES (3509, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2378, 'BDA - 27', 'Hứa Thục Khanh', NULL, 'khanh.hua18@gmail.com', '1993-11-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 39, 'Power BI 2.0', NULL);
|
||
INSERT INTO `students` VALUES (3510, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2367, 'BDA - 20', 'Phùng Thị Huế', NULL, 'monicaphung.hrm@gmail.com', '1991-08-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 39, 'Power BI 2.0', NULL);
|
||
INSERT INTO `students` VALUES (3511, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2363, 'JS - 17', 'Nguyễn Văn Tiến', '0326989371', 'vantien20042004@gmail.com', '2004-03-24 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 38, 'Fullstack JavaScript Professional', NULL);
|
||
INSERT INTO `students` VALUES (3512, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2355, 'EMB - 76', 'Hoàng Mạnh Tiến', NULL, 'tienhoangmanh0799@gmail.com', '1999-07-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3513, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2348, 'JS - 13', 'Hoàng Bảo Long', NULL, 'baolongh8@gmail.com', '2004-07-15 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 38, 'Fullstack JavaScript Professional', NULL);
|
||
INSERT INTO `students` VALUES (3514, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2332, 'EMB - 75', 'Lê Minh Quang', NULL, 'quang.marcus26@gmail.com', '2002-06-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3515, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2324, 'EMB - 67', 'Lương Phạm Thái Huy', NULL, 'luongphamthaihuy@gmail.com', '1991-07-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3516, '2026-07-01 08:07:13.441', '2026-07-01 14:48:08.019', 2313, 'DA - 155', 'Lê Đặng Nhất Hoàng', NULL, 'hoangle162.work@gmail.com', '2005-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3607, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2272, 'EMB - 37', 'Nguyễn Đình Tùng', NULL, 'drprofess2302@gmail.com', '2002-12-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3608, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2265, 'TSU K01 - 153', 'Nguyễn Đình Quyết', NULL, 'Maptiensinh05021997@gmail.com', '1997-05-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3609, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2257, 'DA - 137', 'Nguyễn Hoàng Hải', NULL, 'callmenh21802@gmail.com', '2003-02-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3610, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2247, 'Javascript-005', 'Hoàng Văn Duy', '0321456782', 'Hoangduydc2222@gmail.com', '2002-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 36, 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', NULL);
|
||
INSERT INTO `students` VALUES (3611, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2241, 'T-001', 'Tester RE', '0145786874', 'tester@rikkei.edu.vn', '2000-03-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 37, 'Software Testing Fullskill with AI', NULL);
|
||
INSERT INTO `students` VALUES (3612, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2227, 'RIKKEI-ADMIN-01', 'Sinh viên K25', '0369874512', 'rikkei@rikkei.edu.vn', '2001-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (3613, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2215, 'DA - 118', 'Nguyễn Minh Châu', NULL, 'chaung3502.work@gmail.com', '2002-03-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3614, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2212, 'ZAVASCRIPT-003', 'Nguyễn Tiến Đạt', '0337562201', 'datga27@gmail.com ', '2004-10-21 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 36, 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', NULL);
|
||
INSERT INTO `students` VALUES (3615, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2210, 'JAVASCRIPT- 001', 'Nguyễn Hữu Quý', '0869407977', 'quyhuu1572005@gmail.com', '2005-07-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 36, 'Fullstack Javascript - Huấn luyện IT thực chiến doanh nghiệp', NULL);
|
||
INSERT INTO `students` VALUES (3616, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2209, 'JB IOC - 129', 'Nguyễn Hải Quân ', '0397691094', 'quan133200666@gmail.com', '2006-03-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3617, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2204, 'JB IOC - 124', 'Nguyễn Duy Hưng', '0867918296', 'hungngduy2003@gmail.com', '2003-09-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3618, '2026-07-01 08:07:13.589', '2026-07-01 14:48:08.160', 2202, 'DA - 115', 'Nguyễn Trung Hiếu', NULL, 'ttnporata@gmail.com', '2005-09-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3707, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2191, 'DA - 104', 'Cao Thị Lý Uyên', NULL, 'uyencao0601@gmail.com', '2001-01-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3708, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2179, 'DA - 92', 'Phạm Minh Hiếu', NULL, 'phamhieu7102@gmail.com', '2002-12-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3709, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2159, 'DA - 72', 'Võ Thành Công', NULL, 'vt.cong1990@gmail.com', '1990-07-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3710, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2147, 'DA - 60', 'Hoàng Đàm Huy', NULL, 'huyhuy5125@gmail.com', '2006-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3711, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2144, 'DA - 57', 'Lương Thuỳ Thảo My', NULL, 'mimi1130107@gmail.com', '2000-11-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3712, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2128, 'TSU K01 - 152', 'Đỗ Thành Trung', '07084804886', 'mamekun2906@gmail.com', '1999-06-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3713, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2112, 'JB IOC - 103', 'Phan Nguyễn Anh Tài', NULL, 'taiphan06102006@gmail.com', '2006-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3714, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2105, 'JB IOC - 96', 'Nguyễn Hưng', NULL, 'hungnguyendva@gmail.com', '2006-12-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3715, '2026-07-01 08:07:13.729', '2026-07-01 14:48:08.296', 2098, 'JB IOC - 89', 'Huỳnh Nguyễn Thái Dương', NULL, 'hntduong2003@gmail.com', '2003-11-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3807, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2093, 'TSU K01 - 148', 'Phan Xuân Hoá', NULL, 'hoaphanxuan20012@gmail.com', '2001-02-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3808, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2091, 'TSU K01 - 146', 'Vũ Đình Phong', '0973160812', 'giophonn@gmail.com', '2001-02-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3809, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2086, 'TSU K01 - 141', 'Hoàng Thị Thu Thủy', NULL, 'hoangthithuthuy28198@gmail.com', '1998-08-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3810, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2082, 'JB-TEST-001', 'Java Backend', '0369874521', 'javabackend@rikkei.edu.vn', '2003-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3811, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2081, 'E-TEST-001', 'Embedded', '0321789546', 'embedded@rikkei.edu.vn', '2012-12-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3812, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2055, 'EMB - 11', 'Nguyễn Ngọc Đức', '', 'ducnn.a6.k46@gmail.com', '2003-04-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 33, 'Embedded System (Điện-Điện Tử)', NULL);
|
||
INSERT INTO `students` VALUES (3813, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2042, 'DA - 48', 'Nguyễn Đức Mạnh', '0365199729', 'ndmanh.apd@gmail.com', '1997-10-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3814, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2036, 'DA - 43', 'Đặng Lê Bảo Trâm', '', 'baotramcat@gmail.com', '2004-08-31 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3815, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2033, 'DA - 40', 'Lưu Hà Dũng', '0389664966', 'luuhadung.bka93@gmail.com', '1993-02-04 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3816, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2020, 'DA - 27', 'Lê Trần Ngân Ngọc', '', 'ngann3244@gmail.com', '2026-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3817, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2019, 'DA - 26', 'Phan Anh Thư', '', 'pat.phan827@gmail.com', '1997-08-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3818, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2010, 'DA - 17', 'Lê Thị Lan Trang', '0969562945', 'lantrang19101995@gmail.com', '1995-11-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3819, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2007, 'DA - 14', 'Bùi Thị Hằng', '', 'Hanghoahock11.dhkh@gmail.com', '1994-03-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3820, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 2001, 'DA - 08', 'Nguyễn Nhân Gia Bảo', '', 'nguyennhangiabeo@gmail.com', '2007-10-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3821, '2026-07-01 08:07:13.864', '2026-07-01 14:48:08.427', 1995, 'DA - 02', 'Đặng Ngọc Quỳnh Nhi', '', 'quynhnhi.nexus@gmail.com', '2001-03-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3907, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1980, 'BDA-06', 'Nguyễn Tố Uyên', NULL, 'touyen1291@gmail.com', '1991-12-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 32, 'Hệ Phân tích dữ liệu Kinh doanh Power BI', NULL);
|
||
INSERT INTO `students` VALUES (3908, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1951, 'JB IOC - 71', 'Nguyễn Huy Hoàng', NULL, 'nguyenhuyhoang26032k5@gmail.com', '2005-03-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3909, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1940, 'JS - 09', 'Đặng Thanh Tiến', '0363226094', 'td2812009@gmail.com', '2005-07-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 38, 'Fullstack JavaScript Professional', NULL);
|
||
INSERT INTO `students` VALUES (3910, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1938, 'FE - 005', 'Tống Văn Hùng', '07084038986', 'tongahung@gmail.com', '1993-04-15 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 20, 'FE - Fundamental Information Technology Engineers Examination', NULL);
|
||
INSERT INTO `students` VALUES (3911, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1934, 'TSU K01 - 145', 'Vũ Xuân Phong', NULL, 'vuphongfukui@gmail.com', '2001-02-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3912, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1928, 'DABK001', 'DABK', '0369874521', 'dabk1@gmail.com', '2004-01-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (3913, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1927, 'Epstein Files ❤️🔥10', 'Кучка идиотов10', '0999999999', 'quanghuy28@gmail.com', '2026-04-03 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (3914, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1925, 'ADMIN-01', 'Át văn min', '0325641789', 'admin@gmail.com', '2001-12-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 26, 'RIKKEI EDUCATION SYSTEM', NULL);
|
||
INSERT INTO `students` VALUES (3915, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1919, 'JB IOC - 54', 'Vũ Thành An', NULL, 'vuthanhan16022004@gmail.com', '2004-02-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3916, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1918, 'JB IOC - 53', 'Đỗ Đức Tuấn', NULL, 'doductuan1204@gmail.com', '2003-04-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3917, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1911, 'JB IOC - 46', 'Tống Quang Trung', '0334638101', 'quangtrung180905@gmail.com', '2005-09-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3918, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1905, 'JB IOC - 40', 'Phó Đình Long', NULL, 'pholong99@gmail.com', '1999-10-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3919, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1903, 'JB IOC - 38', 'Nguyễn Trung Kiên', '', 'Mjtterken1@gmail.com', '1999-02-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3920, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1895, 'JB IOC - 30', 'Lê Xuân Bộ', NULL, 'bolxhn@gmail.com', '2004-01-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (3921, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1889, 'TSU K01 - 136', 'Nguyễn Tiến Dũng', '07089800962', 'dung1103022@gmail.com', '2002-03-11 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (3922, '2026-07-01 08:07:13.995', '2026-07-01 14:48:08.563', 1888, 'FE - 004', 'Bùi Anh Tuấn', '08025801099', 'buianhtuanvn89@gmail.com', '1989-10-06 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 20, 'FE - Fundamental Information Technology Engineers Examination', NULL);
|
||
INSERT INTO `students` VALUES (4007, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1880, 'FE - 003', 'Nguyễn Văn Đức', '08047966275', 'ngduc886@gmail.com', '1996-09-16 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 20, 'FE - Fundamental Information Technology Engineers Examination', NULL);
|
||
INSERT INTO `students` VALUES (4008, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1878, 'TSU K01 - 133', 'Vũ Hà My', '08077061543', 'vhamy9994@gmail.com', '1999-10-20 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4009, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1872, 'JB IOC - 23', 'Nguyễn Minh Quân', '0862558803', 'quannm24072003@gmail.com', '2003-07-24 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (4010, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1871, 'TSU K01111', 'Khánh Hòa', '0395599586', 'khanhhoa261195@gmail.com', '1994-11-26 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4011, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1863, 'JB IOC -15', 'Đàm Duy Minh', NULL, 'damduyminh0510@gmail.com', '2005-08-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (4012, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1857, 'JB IOC -09', 'Lê Công Tiến', '', 'tiendepzai2602@gmail.com', '2000-02-25 07:00:00.000', 2, 'BỎ HỌC', 'HN', 30, 'Lập trình viên Backend Full-Skill', NULL);
|
||
INSERT INTO `students` VALUES (4013, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1847, 'TSU K01 - 125', 'Phạm Đức Hiếu', '07090113803', 'hieuhd610@gmail.com', '2000-10-06 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4014, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1845, 'TSU K01 - 123', 'Bùi Thị Kim Quyên', '', 'Henrybui2201@gmail.com', '2000-01-21 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4015, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1844, 'TSU K01 - 122', 'Nguyễn Thị Mai', '', 'mainguyenijk88@gmail.com', '1988-04-05 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4016, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1841, 'TSU K01 - 119', 'Nguyễn Hoàng Tú', '0904277080', 'tunguyenhoang1096@gmail.com', '1996-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4017, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1838, 'TSU K01 - 116', 'Vũ Hồng Nhung', '0869416883', 'nyun2806@gmail.com', '1996-11-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4018, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1834, 'FE-002', 'Phạm Thị Thiên Nga', '0257412369', 'pttnga10b2@gmail.com', '2001-02-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 20, 'FE - Fundamental Information Technology Engineers Examination', NULL);
|
||
INSERT INTO `students` VALUES (4019, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1833, 'DA-BK', 'hesinhthaiDA@rikkei.edu.vn', '0869772328', 'hesinhthaiDA@rikkei.edu.vn', '2003-10-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 29, 'Data Analysis (Bách Khoa)', NULL);
|
||
INSERT INTO `students` VALUES (4020, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1832, 'B25DTCN319', 'Nguyễn Vĩnh Tuấn Anh', '0382119388', 'Tuananh26804dx@gmail.com', '2004-08-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4021, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1831, 'TSU K01 - 00', 'Nguyễn Hà Nam', '0794412326', 'nammnguyenn05@gmail.com', '2005-08-03 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4022, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1829, '123456789', 'FE Rikkei Education', '0329651488', 'ferikkeiacademy@gmail.com', '2001-12-12 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4023, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1817, '283', 'Nguyễn Thành Huy', '0979296159', 'thanhhuy14062007@gmail.com', '2007-06-14 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4024, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1816, '', 'Vũ Gia Bảo 2', NULL, 'vugiabao500@gmail.com', '2007-12-30 07:00:00.000', 2, 'BỎ HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4025, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1810, '', 'Nguyễn Minh Hiếu 9', NULL, '23hieuhg@gmail.com', '2005-11-18 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4026, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1805, 'B25DTQT125', 'Nguyễn Thu Thảo', '0981196092', 'nguyenthuthao12082007@gmail.com', '2007-08-12 07:00:00.000', 2, 'BẢO LƯU', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4027, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1795, 'SV1795', 'Ngô Phương Huyền', '0367753617', 'ngphuyen.07@gmail.com', '2007-11-16 07:00:00.000', 2, 'BẢO LƯU', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4028, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1791, 'B25DTQT093', 'Đoàn Quỳnh Anh', '0859929107', 'doanquynhanh150675@gmail.com', '2007-10-29 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4029, '2026-07-01 08:07:14.313', '2026-07-01 14:48:08.693', 1774, 'SV1774', 'Vũ Thị Bảo Ngọc', '0358583365', 'vuthibaongocg@gmail.com', '2007-07-03 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4107, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1748, 'B25DTQT046', 'Bùi Đức Minh', '0384302724', 'buiminhbi6868@gmail.com', '2007-08-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4108, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1724, 'SV1724', 'Nguyễn Thị Yến Linh', '0349179386', 'yenl71181@gmail.com', '2007-11-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4109, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1710, 'B25DTQT058', 'Đặng Trần Quang', '0337127907', 'quangdangbee@gmail.com', '2007-10-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4110, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1701, 'B25dtqt033', 'Phạm Thị Thu Huyền', '0393862583', 'Phamhuyen200607@gmail.com', '2007-06-19 07:00:00.000', 2, 'BẢO LƯU', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4111, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1689, '1689', 'Trần Tuấn Kiệt 3', '0337155107', 'tuankiettom02@gmail.com', '2007-10-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4112, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1685, 'B25DTCN323', 'Nguyễn Huy Hoàng 6', '0964227583', '1hoangnguz@gmail.com', '2007-11-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4113, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1676, '1758474007256', 'Vũ Hoàng Anh', '0397695670', 'hoanga100607@gmail.com', '2007-06-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4114, '2026-07-01 08:07:14.648', '2026-07-01 14:48:08.838', 1674, 'SV1602', 'Nguyễn Công Trường 2', '0388789650', 'xuanbinh622006@gmail.com', '2007-11-24 07:00:00.000', 2, 'BỎ HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4207, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1673, 'B25DTCN327', 'Nguyễn Dương Khánh Linh', '0386035086', 'ndklhb1611@gmail.com', '2006-11-17 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4208, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1670, 'B25DTCN311', 'Nguyễn Công Minh 2', '0373772834', 'nguyenconghoa2402@gmail.com', '2007-02-24 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4209, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1657, '', 'Nguyễn Viết Hoàng Vũ', NULL, 'nguyenviethoangvu7@gmail.com', '2007-03-15 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4210, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1653, 'B25DTCN282', 'Lê Đình Tùng', '0989602493', 'nidqnut@gmail.com', '2007-09-05 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4211, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1639, 'B25DTCN307', 'Đỗ Quang Huy', '0385946902', 'huyhuyquanghuy@gmail.com', '2007-05-15 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4212, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1638, '1758474008906', 'Dương Tự Phúc', '0983654741', 'duongphuc200717@gmail.com', '2007-02-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4213, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1628, '', 'Hoàng Thái Toàn', NULL, 'hoangthaitoan1@gmail.com', '2007-12-04 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4214, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1623, 'B25DTCN272', 'Nguyễn Hà Kiều Dung', '0862715088', 'Junoi6@icloud.com', '2006-07-23 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4215, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1616, 'N25DTCN122', 'Phạm Hải Đăng 2', '0334188726', 'Phamhaidang.1405@gmail.com', '2007-05-14 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4216, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1610, '1610', 'Nguyễn Đức Minh 6', '0879678884', 'minhnguyenduc8386@gmail.com', '2007-11-12 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4217, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1607, 'B25DTCN270', 'Trương Tất Đạt', '0353653440', 'truongtatdat.nhoa@gmail.com', '2007-07-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4218, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1606, 'B25DTCN178', 'Phan Văn Phong Huy', '0823797505', 'vsgsgahusgs@gmail.com', '2007-06-16 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4219, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1593, 'K25HN-ĐH05', 'Lê Trần Việt Doanh', '0395841589', 'tyteo12344@gmail.com', '2007-06-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4220, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1589, '1589', 'Nguyễn Danh Hiệp', '0342778089', 'nguyenhiep2007bv@gmail.com', '2007-02-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4221, '2026-07-01 08:07:14.791', '2026-07-01 14:48:08.985', 1582, 'B25DTCN262', 'Lâm Quang Trọng', '0967329098', 'lamtrong887@gmail.com', '2004-05-27 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4307, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1569, 'B25DTCN135', 'Vũ Anh Văn', '0367829099', 'cuzan2007@gmail.com', '2007-09-20 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4308, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1538, 'B25DTCN074', 'Mai Công Đoàn', '0334485955', 'doan68682006@gmail.com', '2007-10-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4309, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1527, 'N25DTCN068', 'Trần Anh Tuấn', '0707620580', 'trananhtuan281220062@gmail.com', '2006-12-28 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4310, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1504, 'B25DTCN190', 'Bùi Nhật Minh', '0394249207', 'camvanbui01@gmail.com', '2007-12-01 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4311, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1487, ' B25DTCN278', 'Nguyễn Phú Nhật Nam', '0865621506', 'nguyennnam111007@gmail.com', '2007-10-11 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4312, '2026-07-01 08:07:14.934', '2026-07-01 14:48:09.132', 1481, '963346', 'Nguyễn Trần Đình Luân', '0964548693', 'nguyentrandinhluan2007@gmail.com', '2007-03-07 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4407, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1463, 'N25DTCN025', 'Nguyễn Nhật Quốc Hưng', '0933462723', '2207quochung@gmail.com', '2007-07-22 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4408, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1461, 'N25DTCN073', 'Nguyễn Đoàn Mỹ Uyên', '0376625890', 'myyuyenn1503@gmail.com', '2007-03-15 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4409, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1454, '1454', 'Đặng Trần Tiệp 2', '0981822286', 'tiepd1112@gmail.com', '2007-11-11 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4410, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1445, 'N25DTCN019', 'Văn Lê Minh Hiếu', '0332522444', 'vlmhieu9327@gmail.com', '2007-03-09 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4411, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1438, 'B25DTCN147', 'Nguyễn Hoàng Gia Bảo', '0982609552', 'Baonguyen261111@gmail.com', '2007-11-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4412, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1435, 'B25DTCN100', 'Bùi Quang Huy', '0367245362', 'tricker020507@gmail.com', '2007-05-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4413, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1429, 'B25DTCN122', 'Trần Nhật Quang', '0898932969', 'tranquangloc284@gmail.com', '2007-06-07 07:00:00.000', 2, 'BỎ HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4414, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1407, 'B25DTCN14', 'Hà Mạnh Tưởng', '0865152716', 'tuongxuyxa2709@gmail.com', '2006-09-26 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4415, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1400, 'B25DTCN099', 'Lý Gia Huy', '0876898601', 'gly489151@gmail.com', '2007-02-14 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4416, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1394, 'N25DTCN022', 'Triệu Văn Hoàng', '0817791588', 'hoangvan200266@gmail.com', '2007-02-06 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4417, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1386, 'B25DTCN131', 'Mai Quốc Thịnh', '0833774757', 'quocthinhh2404@gmail.com', '2006-04-24 07:00:00.000', 2, 'BẢO LƯU', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4418, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1379, 'N25DTCN090', 'Phan Huy Hưng', '0356750304', 'phanhung110605@gmail.com', '2005-06-11 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4419, '2026-07-01 08:07:15.084', '2026-07-01 14:48:09.273', 1375, '1375', 'Lưu Thành Vinh', '0355542207', 'thanhvinh301007@gmail.com', '2007-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4507, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1366, 'B25DTCN166', 'Hoàng Tiến Hiếu', '0373779746', 'tienhieu1204@gmail.com', '2007-04-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4508, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1365, 'B25DTCN207', 'Trần Đức Thắng', '0337803523', 'ducthangk932@gmail.com', '2007-04-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4509, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1363, 'B25DTCN255', 'Tăng Việt Nhật', '0374245328', 'vietnhat17032007@gmail.com', '2007-03-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4510, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1336, 'B25DTCN080', 'Vũ Tài Đức', '0979453831', 'tduc1468@gmail.com', '2006-10-06 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4511, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1305, 'B25dtcn136', 'Nguyễn Hữu Việt', '0372675058', 'cucnheha097@gmail.com', '2006-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4512, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1295, 'B25DTCN126', 'Nguyễn Phúc Tấn', '0703554775', 'ngphuc.tan1212@gmail.com', '2007-12-12 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4513, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1294, 'SV1294', 'Đỗ An Khang', '0963674786', 'dokhangan2007@gmail.com', '2007-02-07 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4514, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1281, 'B25DTCN242', 'Trần Minh Hoàng', '0813031790', 'Tranthanhbinhco@gmail.com', '2007-05-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4515, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1280, 'B25DTCN193', 'Đỗ Thanh Nga', '0333811156', '29dothanhnga@gmail.com', '2006-02-21 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4516, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1276, 'G-001', 'STUDENT', '0321598746', 'student.rikkeiacademy@gmail.com', '2002-12-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4517, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1243, 'TSU K01 - 113', 'Cao Thị Linh', '07036606835', 'caolinh.1109@gmail.com', '1992-09-26 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4518, '2026-07-01 08:07:15.226', '2026-07-01 14:48:09.428', 1242, 'TSU K01 - 112', 'Nguyễn Thị Hà', '0774621019', 'hanguyenjp0991@gmail.com', '1990-09-14 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4607, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1239, 'TSU K01 - 109', 'Lê Thị Lịu', '08013562873', 'lethiliu14031998@gmail.com', '1998-03-14 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4608, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1228, 'TSU K01 - 98', 'Đỗ Thị Nga', '09019956886', 'trangnga06032018@gmail.com', '1990-08-20 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4609, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1221, 'TSU K01 - 93', 'Phạm Ngọc Bơ', '07047459777', 'ngocbo52@gmail.com', '2004-05-01 07:00:00.000', 1, 'BỎ HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4610, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1219, 'QTKDS01', 'QTKDS', '0321644789', 'QTKDS@gmail.com', '2006-02-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 22, 'K25 - Cử nhân Quản trị kinh doanh số', NULL);
|
||
INSERT INTO `students` VALUES (4611, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1214, 'FE-001', 'Đoàn Vũ Thành Long', '07043547158', 'longdoan853@gmail.com', '2001-12-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 20, 'FE - Fundamental Information Technology Engineers Examination', NULL);
|
||
INSERT INTO `students` VALUES (4612, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1212, 'TSU K01-88', 'Đỗ Ngọc Sơn', '08071741063', 'doson0908@gmail.com', '1999-08-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4613, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1204, 'TSU 01-81', 'Lương Trung', '09079023846', 'lgtrung95@gmail.com', '1995-10-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4614, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1201, 'TSU K01 - 7', 'Kiều Thị Thanh Huyền', '0935527368', 'kieuthanhhuyen@gmail.com', '1988-06-10 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4615, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1186, 'TSU K01 - 70', 'Tăng Minh Luân', '08085131203', 'tmljp17101995@gmail.com', '1995-10-17 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 23, 'Lập trình viên IT Tsubasa V2.0', NULL);
|
||
INSERT INTO `students` VALUES (4616, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1171, 'TSU K01 - 60', 'Trần Bảo Trung', '09030457526', 'baotrung90447@gmail.com', '1999-01-28 07:00:00.000', 0, 'ĐANG HỌC', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4617, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1169, 'TSU K01 - 58', 'Lê Thị Thu Phương', '08041381442', 'lethithuphuong181275@gmail.com', '2000-01-03 07:00:00.000', 1, 'ĐANG HỌC', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4618, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1166, 'TSU K01 - 55', 'Nguyên Thị Thu Uyên ', '0985321850', 'thuuyenjacksonyi@gmail.com', '2000-06-23 07:00:00.000', 1, 'BỎ HỌC', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4619, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1147, 'TPLUS K01 - 12', 'Nguyễn Hữu Vượng', '0987427284', 'huuvuong0966789136@gmail.com', '1991-06-15 07:00:00.000', 0, 'BẢO LƯU', 'Hà Nội', 19, 'Lập trình viên IT Tsubasa Plus', NULL);
|
||
INSERT INTO `students` VALUES (4620, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1145, 'TPLUS K01 - 11', 'Nguyễn Văn Đồng', '0868856058', 'nguyenvandong2393@gmail.com', '1993-03-26 07:00:00.000', 0, 'BẢO LƯU', 'Hà Nội', 19, 'Lập trình viên IT Tsubasa Plus', NULL);
|
||
INSERT INTO `students` VALUES (4621, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1143, 'TPLUS K01 - 09', 'Nguyễn Tiến Đức', '0914231189', 'tienduc.ntd1996@gmail.com', '1996-09-05 07:00:00.000', 0, 'BỎ HỌC', 'Hà Nội', 19, 'Lập trình viên IT Tsubasa Plus', NULL);
|
||
INSERT INTO `students` VALUES (4622, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1141, 'TPLUS K01 - 07', 'Nguyễn Vũ Đức', '0971748842', 'anh2019vu@gmail.com', '2004-02-27 07:00:00.000', 0, 'BỎ HỌC', 'Hà Nội', 19, 'Lập trình viên IT Tsubasa Plus', NULL);
|
||
INSERT INTO `students` VALUES (4623, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1136, 'TPLUS K01 - 02', 'Đỗ Tuấn Điệp', '0818691415', 'dodiep2611@gmail.com', '1999-11-26 07:00:00.000', 0, 'BỎ HỌC', 'Hà Nội', 19, 'Lập trình viên IT Tsubasa Plus', NULL);
|
||
INSERT INTO `students` VALUES (4624, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1131, 'TSU K01 - 44', 'Lê Thị Mai Huệ ', '0889768085', 'lethimaihue085@gmail.com', '2006-09-28 07:00:00.000', 1, 'BẢO LƯU', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4625, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1089, 'TSU K01 - 35', 'Trần Triệu Phú', '0794278369', 'trantrieuphu.3377@gmail.com', '1998-11-26 07:00:00.000', 0, 'BẢO LƯU', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4626, '2026-07-01 08:07:15.526', '2026-07-01 14:48:09.613', 1084, 'TSU K01 - 30', 'Trần Tuấn Kiệt 2', '0912241718', 'kiettran.080817@gmail.com', '2003-09-28 07:00:00.000', 0, 'BỎ HỌC', 'Hà Nội', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4707, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1050, 'BIA0502', 'Nguyễn Thanh Nam', '0369408862', 'nampham1@rikkeiacademy.vn', '1999-06-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 18, 'Business Intelligence Analyst', NULL);
|
||
INSERT INTO `students` VALUES (4708, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1049, 'TSU-TEST-001', 'Rikkei Tsubasa', '0369852147', 'rikkeitsubasa@rikkeiacademy.com', '2001-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'Japan', 15, 'Lập trình viên IT Tsubasa V1.0', NULL);
|
||
INSERT INTO `students` VALUES (4709, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1037, '14022001', 'Test_FE', '0369408968', 'testfe@gmail.com', '2024-12-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4710, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1036, '22026537', 'Đường Gia Bằng', '0822146882', 'duonggiabang2411@gmail.com', '2004-11-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4711, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1035, '20020268', 'Trần Quang Trung', '0349834837', 'tqtrung02@gmail.com', '2002-08-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4712, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1034, '21020098', 'Trần Đức Vinh', '0976804211', '21020098@vnu.edu.vn', '2003-02-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4713, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1032, '21020350', 'Dương Đình Mạnh', '0868716264', 'dinhmanhbh03@gmail.com', '2003-06-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4714, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1031, '21020306', 'Lương Trần Việt Đức', '0943382218', '21020306@vnu.edu.vn', '2003-01-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4715, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1030, '21020537', 'Lê Thanh Bình', '0869790254', '21020537@vnu.edu.vn', '2003-02-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4716, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1029, '21020079', 'Hoàng Việt Hưng', '0868186103', 'hungthuan0306@gmail.com', '2003-10-16 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4717, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1027, '21020295', 'Đoàn Mạnh Dương', '0363963063', 'duongmd1705@gmail.com', '2003-05-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4718, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1026, '21020340', 'Trần Đức Khải', '0868931517', 'tranduckhai26112003@gmail.com', '2003-11-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4719, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1025, '21020546', 'Nguyễn Trọng Lĩnh', '0962803835', 'tronglinh230203@gmail.com', '2003-02-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4720, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1024, '21020284', 'Lã Việt Cường', '0979950732', '11001c1000@gmail.com', '2003-08-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4721, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1023, '21020116', 'Nguyễn Quang Anh', '0978902148', '21020116@vnu.edu.vn', '2003-11-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4722, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1022, '21020091', 'Trần Bá Toản', '0368432906', '21020091@vnu.edu.vn', '2003-07-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4723, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1021, '21020333', 'Nguyễn Trọng Bảo Hưng ', '0832385905', '21020333@vnu.edu.vn', '2003-12-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4724, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1020, '21020056', 'Nguyễn Tấn Dũng', '0966954317', '21020056@vnu.edu.vn', '2003-10-29 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4725, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1019, '21020303', 'Cao Trọng Đức', '0335357453', '21020303@vnu.edu.vn', '2003-11-22 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4726, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1018, '21020021', 'Nguyễn Việt Anh Khoa', '0386199088', 'knguynvitanh@gmail.com', '2003-02-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4727, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1017, '21020417', 'Phạm Xuân Trường', '0329172096', 'phamxuantruong843@gmail.com', '2003-10-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4728, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1016, '21020053', 'Phan Xuân Bảo', '0393486450', 'phanxuanbaoa0@gmail.com', '2003-02-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4729, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1015, '21020382', 'Bùi Minh Quân ', '0822853101', '21020382@vnu.edu.vn', '2003-12-13 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4730, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1014, '21020552', 'Mai Tú Phương', '0971234001', 'maituphuong3@gmail.com', '2003-11-09 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4731, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1013, '19020241', 'Nguyễn Hải Đăng', '0965306629', '19020241@vnu.edu.vn', '2001-07-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4732, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1012, '22026539', 'Ngô Phương Hà', '0858784034', 'Hango150104@gmail.com', '2004-01-15 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4733, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1011, '21020423', 'Lê Tiến Vũ', '0332591088', '21020423@vnu.edu.vn', '2003-02-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4734, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1010, '21020425', 'Phạm Minh Vương', '0365011703', 'phamminhv26@gmail.com', '2003-07-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4735, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1009, '21020321', 'Vũ Thế Hoàn', '0387766444', '21020321@vnu.edu.vn', '2003-09-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4736, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1008, '21020268', 'Nguyễn Thành Dũng', '0353892650', 'thelastofus2isnuts@gmail.com', '2003-07-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4737, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1007, '21020121', 'Nguyễn Minh Hiếu', '0915115701', 'hieunm@zyyx.jp', '2003-01-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4738, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1006, '21020548', 'Nguyễn Nhật Minh', '0869986563', 'kurominhnhat@gmail.com', '2003-08-04 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4739, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1005, '21020336', 'Vũ Thái Hưng', '0876194840', 'pcsolaggy123@gmail.com', '2003-12-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4740, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1004, '21021660', 'Lương Phùng Nhâm', '0817160705', '21021660@vnu.edu.vn', '2002-03-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4741, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1003, '21020080', 'Phạm Khánh Linh', '0944369276', '21020080@vnu.edu.vn', '2003-08-21 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4742, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1002, '20020365', 'Trần Xuân Bách', '0378505701', 'tranxuanbachnt@gmail.com', '2002-12-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4743, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1001, '21020407', 'Nguyễn Đức Thiện', '0337116615', 'nguyenducthienfu@gmail.com', '2003-11-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 17, 'Đại học Quốc gia Hà Nội', NULL);
|
||
INSERT INTO `students` VALUES (4744, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 1000, 'HCM-JV-952', 'Nguyễn Thế Hiển', '0349811893', 'nguyenhienthe1120@gmail.com', '2001-05-28 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 16, 'Lập trình viên Fullstack', NULL);
|
||
INSERT INTO `students` VALUES (4745, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 999, 'HCM-JV-871', 'Thái Ngọc Phát', '0388892447', 'thaingocphat231@gmail.com', '1997-03-06 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 16, 'Lập trình viên Fullstack', NULL);
|
||
INSERT INTO `students` VALUES (4746, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 998, 'HCM-JV-1075', 'Nguyễn Mỹ Trân', '0848355487', 'nguyenmytran10@gmail.com', '2001-08-25 07:00:00.000', 1, 'ĐANG HỌC', 'HCM', 16, 'Lập trình viên Fullstack', NULL);
|
||
INSERT INTO `students` VALUES (4747, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 997, 'HCM-JV-942', 'Huỳnh Công Tính', '0365655545', 'huynhcongtinhdhh@gmail.com', '1998-12-06 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 16, 'Lập trình viên Fullstack', NULL);
|
||
INSERT INTO `students` VALUES (4748, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 996, 'MANKAI001', 'Rikkei Mankai', '0325641897', 'rikkeimankai@gmail.com', '2001-03-12 07:00:00.000', 1, 'ĐANG HỌC', 'HN', 14, 'MANKAI_JLPT', NULL);
|
||
INSERT INTO `students` VALUES (4749, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 994, 'PTIT-HNK23-058', 'Nguyễn Duy Hiển', '0365124789', 'duyhienk23@gmail.com', '2005-08-29 07:00:00.000', 0, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4750, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 992, 'RE123456', 'Phenikaa - IT Fresher', '0321654789', 'phenikaa@gmail.com', '2001-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 9, 'IT Fresher Backend Developer (Phenikaa)', NULL);
|
||
INSERT INTO `students` VALUES (4751, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 985, 'PTIT-HCMK23-012', 'Thái Như Ngọc', '0986950235', 'thainhungoc205@gmail.com', '2005-08-10 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4752, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 983, 'PTIT-HCMK23-010', 'Nguyễn Đức Bảo Huy', '0undefined', 'huygacf1999@gmail.com', '1999-11-13 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4753, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 981, 'PTIT-HCMK23-006', 'Nguyễn Lý Gia An', '0undefined', 'anheo13012017@gmail.com', '2004-07-09 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4754, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 980, 'PTIT-HCMK23-005', 'Nguyễn Hồng Thanh Phú', '0undefined', 'phuhongthanh2k5@gmail.com', '2005-12-31 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4755, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 978, 'PTIT-HCMK23-003', 'Hồ Công Thành Trung', '0357007083', 'hocongthanhtrungvn@gmail.com', '2004-03-28 07:00:00.000', 2, 'BỎ HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4756, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 977, 'PTIT-HCMK23-002', 'Huỳnh Tâm Anh', '0768190298', 'huynhtamanh2000@gmail.com', '2005-02-15 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4757, '2026-07-01 08:07:15.655', '2026-07-01 14:48:09.744', 976, 'PTIT-HCMK23-001', 'Huỳnh Bảo Duy', '0undefined', 'huynhbaoduy@gmail.com', '2005-02-10 07:00:00.000', 2, 'BẢO LƯU', 'HCM', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4807, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 924, 'PTIT-HNK23-041', 'Nguyễn Thị Ngọc', '0undefined', 'ngochanako91@gmail.com', '1991-12-20 07:00:00.000', 2, 'BẢO LƯU', 'HN', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4808, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 913, 'PTIT-HNK23-030', 'Lê Anh Quân', '0915199074', 'lanhquan130@gmail.com', '2005-02-21 07:00:00.000', 2, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4809, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 907, 'PTIT-HNK23-024', 'Vũ Xuân Đức', '0undefined', 'dvuday25@gmail.com', '2005-06-25 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4810, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 906, 'PTIT-HNK23-023', 'Vũ Trọng Tấn', '0undefined', 'tantrong0100@gmail.com', '2005-05-26 07:00:00.000', 2, 'BẢO LƯU', 'HN', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4811, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 893, 'PTIT-HNK23-010', 'Nguyễn Tuấn Anh', '0undefined', 'nguyentuananh11a4ltk@gmail.com', '2005-02-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4812, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 884, 'PTIT-HNK23-001', 'Bùi Duy Anh', '0941694595', 'bui0913291882@gmail.com', '2005-04-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 13, 'K23 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4813, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 731, 'TEST-001', 'Nguyễn Văn Test', '0321654287', 'test@gmail.com', '2001-01-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 9, 'IT Fresher Backend Developer (Phenikaa)', NULL);
|
||
INSERT INTO `students` VALUES (4814, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 730, 'ADMIN-01', 'Nguyễn Viết Lâm', '0912666087 ', 'lamnv@rikkei.edu.vn', '1995-03-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4815, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 716, 'PNK-HN-007', 'Nguyễn Thế Bình', '0339871075', 'nguyenthebinh17022002@gmail.com', '2002-02-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 9, 'IT Fresher Backend Developer (Phenikaa)', NULL);
|
||
INSERT INTO `students` VALUES (4816, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 679, 'PTIT-HCM-075', 'Lý Vĩ Minh', '0354765548', 'skyminh7419635@gmail.com', '2006-07-18 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4817, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 678, 'PTIT-HCM-074', 'Lê Huỳnh Tấn Long', '0374769828', 'lehuynhtanlong.pm1996@gmail.com', '2006-03-01 07:00:00.000', 0, 'BỎ HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4818, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 675, 'PTIT-HCM-071', 'Hồ Phú Lợi', '0968796119', 'hophuloi2566@gmail.com', '2006-06-25 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4819, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 674, 'PTIT-HCM-070', 'Hình Kim Thư', '0338702561', 'thuhinh123@gmail.com', '2006-01-01 07:00:00.000', 1, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4820, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 673, 'PTIT-HCM-069', 'Đinh Phạm Thùy Linh', '0921847273', 'dpt.linhh@gmail.com', '2006-03-20 07:00:00.000', 2, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4821, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 672, 'PTIT-HCM-068', 'Bùi Văn Bảo', '0342352364', 'baob1034@gmail.com', '2006-04-14 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4822, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 641, 'PTIT-HCM-063', 'Đặng Quốc Phong', '0869702722', 'fbphong@gmail.com', '2006-01-24 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4823, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 638, 'PTIT-HCM-060', 'Đinh Hoàng Duy Tân', '0846229439', 'dinhhoangduytan0201@gmail.com', '2006-02-01 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4824, '2026-07-01 08:07:15.803', '2026-07-01 14:48:09.891', 634, 'PTIT-HCM-056', 'Võ Duy Nguyễn', '0942268263', 'duyynguyen1303@gmail.com', '2005-03-13 07:00:00.000', 0, 'BỎ HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4907, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 630, 'PTIT-HCM-052', 'Trần Quốc Bảo', '0862235178', 'baotrantqb992006@gmail.com', '2006-09-09 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4908, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 624, 'PTIT-HCM-046', 'Phạm Đức Gia Uy', '0355259322', 'uypham1103@gmail.com', '2006-03-11 07:00:00.000', 0, 'BỎ HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4909, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 623, 'PTIT-HCM-045', 'Phạm Trần Tấn Hão', '0707156049', 'nhattran22447@gmail.com', '2006-12-15 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4910, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 608, 'PTIT-HCM-030', 'Nguyễn Trần Minh Tuấn', '0816169199', 'minhtuan9168@gmail.com', '2006-04-29 07:00:00.000', 0, 'BẢO LƯU', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4911, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 607, 'PTIT-HCM-029', 'Nguyễn Thị Thanh Hương', '0377511097', 'nguyenthithanhhuong99992006@gmail.com', '2006-06-04 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4912, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 606, 'PTIT-HCM-028', 'Nguyễn Quang Hoàng', '0338470809', 'n24dtcn032@student.ptithcm.edu.vn', '2004-12-15 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4913, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 602, 'PTIT-HCM-024', 'Nguyễn Hoàng Hiệu', '0385710063', 'vioznobi@gmail.com', '2006-01-14 07:00:00.000', 0, 'BẢO LƯU', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4914, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 598, 'PTIT-HCM-020', 'Nguyễn Anh Tuấn', '0396972065', 'nguyenanhtuan99188@gmail.com', '2006-08-26 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4915, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 597, 'PTIT-HCM-019', 'Mai Quý Bình', '0937081909', 'maiquybinh2104@gmail.com', '2006-04-20 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4916, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 590, 'PTIT-HCM-012', 'Hồ Lê Anh Đào', '0379227198', 'daoleho123@gmail.com', '2006-06-18 07:00:00.000', 0, 'BỎ HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4917, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 583, 'PTIT-HCM-005', 'Diệp Thanh Nhàn', '0907615070', 'diepthanhnhan2019.st@gmail.com', '2006-05-29 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4918, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 581, 'PTIT-HCM-003', 'Cao Thành Long ', '0328770709', 'caolong770709@gmail.com', '1999-03-28 07:00:00.000', 0, 'BẢO LƯU', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4919, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 579, 'PTIT-HCM-001', 'Bùi Văn Hùng', '0369236394', 'builequanbao@gmail.com', '2006-02-06 07:00:00.000', 0, 'ĐANG HỌC', 'HCM', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4920, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 417, 'PTIT-HN-274', 'Phạm Anh Tuân', '0868337092', 'tuanysytb@gmail.com', '2006-01-13 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4921, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 412, 'PTIT-HN-268', 'Lê Gia Huy', '0832744586', 'anhhuyss951@gmail.com', '2006-01-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4922, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 410, 'PTIT-HN-266', 'Bách Văn Duy', '0388609236', 'bachvanduy2k6@gmail.com', '2006-04-26 07:00:00.000', 2, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4923, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 409, 'PTIT-HN-265', 'Trần Hữu Cường', '0964378947', 'tranhuucuong220605@gmail.com', '2005-06-22 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4924, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 408, 'PTIT-HN-264', 'Phạm Việt Bách', '0876731311', 'bachpvk8a@gmail.com', '2006-04-09 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4925, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 400, 'PTIT-HN-256', 'Phan Nam Khánh', '0866823786', 'khanh66tp@gmail.com', '2006-07-23 07:00:00.000', 2, 'BỎ HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4926, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 397, 'PTIT-HN-253', 'Trần Thị Thu Hiền', '0869348383', 'tranthithuhien2006tb@gmail.com', '2006-10-02 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4927, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 395, 'PTIT-HN-251', 'Nguyễn Văn Nam', '0866801563', 'nguyenvannam10122006@gmail.com', '2006-12-10 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4928, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 393, 'PTIT-HN-249', 'Phạm Minh Phong', '0886551556', 'phonghaha20065432@gmail.com', '2006-10-30 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4929, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 391, 'PTIT-HN-247', 'Đàm Thị Khánh Huyền', '0395803376', 'huyeneomi@gmail.com', '2006-12-19 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4930, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 389, 'PTIT-HN-245', 'Nguyễn Hải Dương', '0869029331', 'nguyenhaiduong812@gmail.com', '2006-08-17 07:00:00.000', 2, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4931, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 315, 'PTIT-HN-243', 'Lưu Doãn Hải', '0965867750', 'hluudoan@gmail.com', '2006-08-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4932, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 309, 'PTIT-HN-238', 'Phí Anh Minh', '0868030206', 'tombonvlog@gmail.com', '2006-02-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4933, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 305, 'PTIT-HN-234', 'Phạm Quang Nguyên', '0967953581', 'qp601697@gmail.com', '2006-09-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4934, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 302, 'PTIT-HN-231', 'Vũ Đức Hoàng', '0325122006', 'hulvn25@gmail.com', '2006-12-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4935, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 301, 'PTIT-HN-230', 'Phan Huy Bách', '0922688090', 'Phanhuybach5@gmail.com', '2006-07-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4936, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 296, 'PTIT-HN-225', 'Nguyễn Vy Anh', '0868911842', '27th1month@gmail.com', '2006-01-27 07:00:00.000', 1, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (4937, '2026-07-01 08:07:15.944', '2026-07-01 14:48:10.044', 291, 'PTIT-HN-223', 'Đồng Anh Tuấn', '0387438193', 'anhtuan144906@gmail.com', '2006-09-04 07:00:00.000', 0, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5007, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 283, 'PTIT-HN-215', 'Phạm Hải Đăng', '0368866034', 'dangsoccer2k5@gmail.com', '2005-04-13 07:00:00.000', 0, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5008, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 281, 'PTIT-HN-213', 'Nguyễn Huy Sáng', '0338037921', '0942341113a@gmail.com', '2006-01-23 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5009, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 277, 'PTIT-HN-209', 'Đinh Hồng Phúc', '0985798943', 'phucdinh044@gmail.com', '2006-02-17 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5010, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 274, 'PTIT-HN-206', 'Nguyễn Huy Hoàng', '0335224882', 'Huyhoangzz2k5@gmail.com', '2005-01-01 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5011, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 270, 'PTIT-HN-203', 'Nguyễn Đức Anh', '0398503080', 'ngducanh98742@gmail.com', '2006-02-27 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5012, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 269, 'PTIT-HN-202', 'Phạm Văn Trường', '0336049727', 'aduvip11111@gmail.com', '2006-07-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5013, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 257, 'PTIT-HN-190', 'Đỗ Danh Nguyên', '0862430380', 'dodanhnguyen04@gmail.com', '2004-09-24 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5014, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 256, 'PTIT-HN-189', 'Cao Thế Huy', '0372317306', 'huycao0806@gmail.com', '2006-03-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5015, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 245, 'PTIT-HN-178', 'Lê Trường An', '0379033886', 'an8a2017@gmail.com', '2004-10-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5016, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 232, 'PTIT-HN-165', 'Vũ Cao Minh', '0967794305', 'minhcao021205@gmail.com', '2005-12-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5017, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 229, 'PTIT-HN-162', 'Nguyễn Văn Minh', '0826666414', 'lynhan.zip.zip.zip@gmail.com', '2006-08-03 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5018, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 224, 'PTIT-HN-157', 'Đào Tiến Thành', '0981721383', 'daotienthanhdtt@gmail.com', '2004-02-10 07:00:00.000', 0, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5019, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 210, 'PTIT-HN-143', 'Lê Việt Dũng', '0964942080', 'zunggmlem@gmail.com', '2006-07-26 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5020, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 200, 'PTIT-HN-133', 'Nguyễn Trung Hiếu', '0971907761', 'nt.hieu616@gmail.com', '2006-01-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5021, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 199, 'PTIT-HN-132', 'Vương Tuấn Linh', '0326800604', 'vuonglinh190206.qv@gmail.com', '2006-04-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5022, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 197, 'PTIT-HN-130', 'Nguyễn Việt Hoàng', '0926320969', 'hoangnguyen29011802@gmail.com', '2006-02-18 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5023, '2026-07-01 08:07:16.087', '2026-07-01 14:48:10.197', 193, 'PTIT-HN-126', 'Đoàn Năng Minh Đức', '0334646088', 'givaytroi2691@gmail.com', '2006-06-05 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5107, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 189, 'PTIT-HN-122', 'Phạm Xuân Hưởng', '0399270048', 'pxh2706@gmail.com', '2006-06-27 07:00:00.000', 0, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5108, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 182, 'PTIT-HN-115', 'Lê Anh Đức', '0353016308', 'ducle070106@gmail.com', '2006-01-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5109, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 181, 'PTIT-HN-114', 'Đinh Việt Hưng', '0346713246', 'dhung35961@gmail.com', '2006-06-16 07:00:00.000', 0, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5110, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 169, 'PTIT-HN-102', 'Vũ Nguyễn Hoàng Anh', '0866802456', 'hoanganholop@gmail.com', '2005-02-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5111, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 166, 'PTIT-HN-099', 'Nguyễn Văn Tuấn Nam', '0326902981', 'nn1307634@gmail.com', '2006-08-19 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5112, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 160, 'PTIT-HN-093', 'Nguyễn Hà Nam', '0828639607', 'nguyenhanam785@gmail.com', '2006-12-10 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5113, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 156, 'PTIT-HN-089', 'Nguyễn Tiến Dũng', '0975117856', 'dungnguyen8120@gmail.com', '2006-01-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5114, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 155, 'PTIT-HN-088', 'Lê Đức Dương', '0972432708', 'leduongchienhoc@gmail.com', '2005-06-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5115, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 154, 'PTIT-HN-087', 'Trần Xuân Bách', '0947500031', 'trantiger706@gmail.com', '2006-10-08 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5116, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 143, 'PTIT-HN-076', 'Trần Duy Thái', '0378452723', 'duythaitran619@gmail.com', '2006-10-14 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5117, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 141, 'PTIT-HN-074', 'Nguyễn Đình Quân', '0965256929', 'dinhquan1552006@gmail.com', '2006-05-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5118, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 136, 'PTIT-HN-069', 'Nguyễn Thị Diệu Linh', '0813029289', 'ndieulinh507@gmail.com', '2006-07-25 07:00:00.000', 1, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5119, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 127, 'PTIT-HN-060', 'Tô Đức Hậu', '0984130106', 'tohau13@gmail.com', '2006-01-13 07:00:00.000', 0, 'BỎ HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5120, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 126, 'PTIT-HN-059', 'Lê Anh Tuấn', '0865920480', 'leeanhtuan08@gmail.com', '2006-08-09 07:00:00.000', 0, 'ĐÌNH CHỈ', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5121, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 125, 'PTIT-HN-058', 'Nguyễn Anh Tuấn', '0969863576', 'nguyenthoithoi0@gmail.com', '2006-11-12 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5122, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 118, 'PTIT-HN-052', 'Hà Phúc Hưng', '0366469306', 'haphuchung2006@gmail.com', '2006-09-24 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5123, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 108, 'PTIT-HN-042', 'Phạm Đức Anh', '0356282006', 'ducanhsoyeu@gmail.com', '2006-08-02 07:00:00.000', 0, 'BẢO LƯU', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5124, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 105, 'PTIT-HN-039', 'Nguyễn Quang Minh', '0825327698', 'kingsan049@gmail.com', '2006-07-02 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5125, '2026-07-01 08:07:16.232', '2026-07-01 14:48:10.346', 93, 'PTIT-HN-027', 'Phạm Thanh Tùng', '0376902006', 'tp783373@gmail.com', '2006-07-15 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5207, '2026-07-01 08:07:16.359', '2026-07-01 14:48:10.633', 87, 'PTIT-HN-021', 'Nguyễn Mạnh Hưng', '0346867725', 'nguyenhungbb28@gmail.com', '2006-12-28 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5208, '2026-07-01 08:07:16.359', '2026-07-01 14:48:10.633', 79, 'PTIT-HN-013', 'Dương Hoàng Anh', '0328637618', 'thanhvanchi2006@gmail.com', '2006-02-07 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 8, 'K24 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5209, '2026-07-01 08:07:16.359', '2026-07-01 14:48:10.633', 77, 'PTIT-HN-012', 'Nguyễn Chí Thức', '0367505294', 'chithuc0605@gmail.com', '2006-05-06 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 21, 'K25 - Kỹ sư Công nghệ thông tin', NULL);
|
||
INSERT INTO `students` VALUES (5210, '2026-07-01 08:07:16.359', '2026-07-01 14:48:10.633', 4, 'RE3698', 'Nguyễn Ánh Viên', '0325698741', 'vien@gmail.com', '2024-09-11 07:00:00.000', 0, 'ĐANG HỌC', 'HN', 9, 'IT Fresher Backend Developer (Phenikaa)', NULL);
|
||
INSERT INTO `students` VALUES (13212, '2026-07-02 15:10:34.867', '2026-07-02 15:10:34.867', 2802, 'DA - 316', 'Lê Đức Minh Tùng', '0867099180', 'bat.omi.z.jj@gmail.com', '2000-04-25 07:00:00.000', 0, 'ĐANG HỌC', 'HN', NULL, NULL, 'https://firebasestorage.googleapis.com/v0/b/uploadimageelearning.appspot.com/o/images%2FRika%20AVT.png?alt=media&token=db442071-2670-4407-8a6c-80b561be2178');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for system_settings
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `system_settings`;
|
||
CREATE TABLE `system_settings` (
|
||
`setting_key` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`setting_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
PRIMARY KEY (`setting_key`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of system_settings
|
||
-- ----------------------------
|
||
INSERT INTO `system_settings` VALUES ('QLDT_TOKEN', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InBodW9jbnRiQHJpa2tlaWFjYWRlbXkuY29tIiwibmFtZSI6Ik5ndXnhu4VuIFRoYW5oIELDrG5oIFBoxrDhu5tjIiwiaWQiOjI0LCJyb2xlIjpbeyJpZCI6MSwibmFtZSI6IkFETUlOIn0seyJpZCI6MywibmFtZSI6IlRFQUNIRVIifV0sInR5cGUiOiJ1c2VyIiwiaWF0IjoxNzgzMDM2MjYyLCJleHAiOjE3ODMxMjI2NjJ9.e3k_1QYTDU-Ayp3ftx3JCreZBa2THKp6xMBCOZ1fO_Q', '2026-07-03 06:51:30.250');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for wifi_pool
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `wifi_pool`;
|
||
CREATE TABLE `wifi_pool` (
|
||
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
|
||
`created_at` datetime(3) NULL DEFAULT NULL,
|
||
`updated_at` datetime(3) NULL DEFAULT NULL,
|
||
`ssid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`ssid_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`bssid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`bssid_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||
`hit_count` bigint NULL DEFAULT 1,
|
||
`last_seen_at` datetime(3) NULL DEFAULT NULL,
|
||
`last_student_rk_id` bigint NULL DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE INDEX `idx_wifi_pool_bss_id_key`(`bssid_key` ASC) USING BTREE,
|
||
INDEX `idx_wifi_pool_ss_id_key`(`ssid_key` ASC) USING BTREE
|
||
) ENGINE = InnoDB AUTO_INCREMENT = 229 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of wifi_pool
|
||
-- ----------------------------
|
||
INSERT INTO `wifi_pool` VALUES (1, '2026-07-01 08:14:07.624', '2026-07-03 13:09:01.807', 'Rikkei Education Employee', 'rikkei education employee', 'f0:61:c0:b0:fd:d2', 'f061c0b0fdd2', 379, '2026-07-03 13:09:01.806', 596);
|
||
INSERT INTO `wifi_pool` VALUES (2, '2026-07-01 08:26:50.812', '2026-07-03 07:52:45.014', 'Rikkei Education Employee', 'rikkei education employee', 'f0:61:c0:b0:fd:c2', 'f061c0b0fdc2', 160, '2026-07-03 07:52:45.013', 594);
|
||
INSERT INTO `wifi_pool` VALUES (3, '2026-07-01 16:13:00.937', '2026-07-03 16:11:37.645', 'Confident.R_5', 'confident.r_5', '30:68:93:4d:e1:56', '3068934de156', 4709, '2026-07-03 16:11:37.644', 217);
|
||
INSERT INTO `wifi_pool` VALUES (4, '2026-07-01 16:29:57.060', '2026-07-03 07:53:09.838', 'BeKind Home 5G', 'bekind home 5g', 'f2:74:8d:17:15:eb', 'f2748d1715eb', 5, '2026-07-03 07:53:09.837', 625);
|
||
INSERT INTO `wifi_pool` VALUES (5, '2026-07-01 16:30:24.085', '2026-07-01 16:31:03.224', 'Hung Linh', 'hung linh', '2c:b6:c2:48:14:cb', '2cb6c24814cb', 2, '2026-07-01 16:31:03.223', 1526);
|
||
INSERT INTO `wifi_pool` VALUES (6, '2026-07-01 16:30:37.634', '2026-07-01 16:31:12.954', 'Vu Huu Hoa', 'vu huu hoa', '22:be:b4:1c:6a:b9', '22beb41c6ab9', 2, '2026-07-01 16:31:12.952', 1321);
|
||
INSERT INTO `wifi_pool` VALUES (7, '2026-07-01 16:30:51.923', '2026-07-01 16:31:35.833', 'Katinat Coffee & Tea House', 'katinat coffee & tea house', 'd6:21:f9:68:20:17', 'd621f9682017', 2, '2026-07-01 16:31:35.832', 1517);
|
||
INSERT INTO `wifi_pool` VALUES (8, '2026-07-01 16:31:18.454', '2026-07-03 07:00:40.856', 'HONOR X8c', 'honor x8c', '5e:88:b0:3a:3e:dc', '5e88b03a3edc', 238, '2026-07-03 07:00:40.854', 1596);
|
||
INSERT INTO `wifi_pool` VALUES (9, '2026-07-01 16:31:30.145', '2026-07-02 14:54:53.168', 'Thành An MESH', 'thành an mesh', 'a8:29:48:4b:ba:5f', 'a829484bba5f', 15, '2026-07-02 14:54:53.168', 1322);
|
||
INSERT INTO `wifi_pool` VALUES (10, '2026-07-01 16:32:05.851', '2026-07-01 19:18:31.648', 'Linh Anh 5G', 'linh anh 5g', '50:2f:54:5c:41:b2', '502f545c41b2', 3, '2026-07-01 19:18:31.647', 1637);
|
||
INSERT INTO `wifi_pool` VALUES (11, '2026-07-01 16:32:38.558', '2026-07-01 16:33:09.835', 'lemomentcoffee', 'lemomentcoffee', 'f0:5c:19:2f:72:52', 'f05c192f7252', 2, '2026-07-01 16:33:09.833', 621);
|
||
INSERT INTO `wifi_pool` VALUES (12, '2026-07-01 16:36:58.624', '2026-07-01 16:38:12.170', 'Nha 29C1 - P201', 'nha 29c1 - p201', 'b0:95:8e:b7:1b:89', 'b0958eb71b89', 3, '2026-07-01 16:38:12.169', 1307);
|
||
INSERT INTO `wifi_pool` VALUES (13, '2026-07-01 16:38:00.181', '2026-07-03 14:12:45.529', 'Lisa House 3', 'lisa house 3', '7c:7b:68:3e:1d:e6', '7c7b683e1de6', 27, '2026-07-03 14:12:45.528', 677);
|
||
INSERT INTO `wifi_pool` VALUES (14, '2026-07-01 16:40:53.717', '2026-07-03 09:28:56.139', 'Tang 4_5G', 'tang 4_5g', '78:8c:b5:c9:00:e5', '788cb5c900e5', 14, '2026-07-03 09:28:56.138', 1729);
|
||
INSERT INTO `wifi_pool` VALUES (15, '2026-07-01 16:44:09.666', '2026-07-01 16:49:21.532', 'Ti Bo', 'ti bo', '50:42:89:48:92:41', '504289489241', 11, '2026-07-01 16:49:21.508', 640);
|
||
INSERT INTO `wifi_pool` VALUES (16, '2026-07-01 16:56:05.996', '2026-07-01 17:09:46.134', 'TranLong', 'tranlong', 'c4:79:9f:05:af:54', 'c4799f05af54', 4, '2026-07-01 17:09:46.133', 1617);
|
||
INSERT INTO `wifi_pool` VALUES (17, '2026-07-01 17:00:00.029', '2026-07-02 06:38:54.655', 'Nguyen lam huy 5 G', 'nguyen lam huy 5 g', 'f4:27:56:14:03:c1', 'f427561403c1', 14, '2026-07-02 06:38:54.653', 183);
|
||
INSERT INTO `wifi_pool` VALUES (18, '2026-07-01 17:04:17.458', '2026-07-02 15:36:34.433', 'Manh Cuong', 'manh cuong', '7c:7b:68:73:6f:78', '7c7b68736f78', 13, '2026-07-02 15:36:34.432', 1358);
|
||
INSERT INTO `wifi_pool` VALUES (19, '2026-07-01 17:08:04.694', '2026-07-01 17:11:20.436', 'DH_Community_3.7G', 'dh_community_3.7g', '18:64:72:f5:9f:d2', '186472f59fd2', 5, '2026-07-01 17:11:20.435', 1665);
|
||
INSERT INTO `wifi_pool` VALUES (20, '2026-07-01 17:20:24.348', '2026-07-01 17:21:50.304', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:33:2c', 'b6ba7500332c', 2, '2026-07-01 17:21:50.290', 114);
|
||
INSERT INTO `wifi_pool` VALUES (21, '2026-07-01 17:23:05.635', '2026-07-01 17:23:05.635', 'TinhTam 2', 'tinhtam 2', 'f4:0d:9f:6b:fc:98', 'f40d9f6bfc98', 1, '2026-07-01 17:23:05.634', 282);
|
||
INSERT INTO `wifi_pool` VALUES (22, '2026-07-01 17:24:49.505', '2026-07-01 17:26:44.172', 'Thanh Tai 5G', 'thanh tai 5g', '54:04:63:ee:6f:b2', '540463ee6fb2', 4, '2026-07-01 17:26:44.170', 1520);
|
||
INSERT INTO `wifi_pool` VALUES (23, '2026-07-01 17:44:49.206', '2026-07-01 18:01:33.773', '603', '603', '08:8a:f1:3a:14:6b', '088af13a146b', 6, '2026-07-01 18:01:33.772', 1437);
|
||
INSERT INTO `wifi_pool` VALUES (24, '2026-07-01 17:45:03.806', '2026-07-01 17:45:03.806', 'Loi T2', 'loi t2', '20:23:51:f2:29:fa', '202351f229fa', 1, '2026-07-01 17:45:03.805', 251);
|
||
INSERT INTO `wifi_pool` VALUES (25, '2026-07-01 17:49:12.907', '2026-07-01 17:51:18.429', 'Banphimdep', 'banphimdep', 'fc:34:97:5c:31:04', 'fc34975c3104', 5, '2026-07-01 17:51:18.428', 152);
|
||
INSERT INTO `wifi_pool` VALUES (26, '2026-07-01 18:18:08.026', '2026-07-01 18:18:58.648', 'Hai Nguyen', 'hai nguyen', '40:ee:15:b0:b2:24', '40ee15b0b224', 2, '2026-07-01 18:18:58.646', 1339);
|
||
INSERT INTO `wifi_pool` VALUES (27, '2026-07-01 18:34:28.600', '2026-07-01 18:34:28.600', '401', '401', 'fc:d7:33:20:ae:12', 'fcd73320ae12', 1, '2026-07-01 18:34:28.599', 1618);
|
||
INSERT INTO `wifi_pool` VALUES (28, '2026-07-01 18:41:58.757', '2026-07-01 18:41:58.757', 'Ngoc Lam', 'ngoc lam', '50:2f:54:61:11:91', '502f54611191', 1, '2026-07-01 18:41:58.756', 1418);
|
||
INSERT INTO `wifi_pool` VALUES (29, '2026-07-01 18:42:50.779', '2026-07-01 18:46:01.052', 'NTBPhuoc_Asus', 'ntbphuoc_asus', '10:7c:61:9a:76:f6', '107c619a76f6', 7, '2026-07-01 18:46:01.051', 596);
|
||
INSERT INTO `wifi_pool` VALUES (30, '2026-07-01 18:59:31.826', '2026-07-01 19:00:14.100', 'Quang Duong', 'quang duong', '50:2f:54:91:4c:61', '502f54914c61', 2, '2026-07-01 19:00:14.088', 1505);
|
||
INSERT INTO `wifi_pool` VALUES (31, '2026-07-01 19:04:08.874', '2026-07-01 19:04:08.874', 'Phuong_Nam_5G', 'phuong_nam_5g', 'b8:fb:b3:34:37:27', 'b8fbb3343727', 1, '2026-07-01 19:04:08.872', 147);
|
||
INSERT INTO `wifi_pool` VALUES (32, '2026-07-01 19:30:59.642', '2026-07-01 20:56:07.779', 'HUNG 2007', 'hung 2007', '20:be:b4:37:71:e6', '20beb43771e6', 5, '2026-07-01 20:56:07.778', 1510);
|
||
INSERT INTO `wifi_pool` VALUES (33, '2026-07-01 19:36:42.960', '2026-07-01 19:39:14.510', 'Tang12', 'tang12', '9c:05:d6:7a:81:dc', '9c05d67a81dc', 2, '2026-07-01 19:39:14.508', 1331);
|
||
INSERT INTO `wifi_pool` VALUES (34, '2026-07-01 19:45:24.626', '2026-07-01 19:45:24.626', 'B-LINK_8F77', 'b-link_8f77', 'a0:9f:10:98:8f:77', 'a09f10988f77', 1, '2026-07-01 19:45:24.625', 1464);
|
||
INSERT INTO `wifi_pool` VALUES (35, '2026-07-01 19:56:29.261', '2026-07-01 19:58:36.986', 'Jackuchun', 'jackuchun', '20:be:b4:bb:4d:39', '20beb4bb4d39', 5, '2026-07-01 19:58:36.985', 401);
|
||
INSERT INTO `wifi_pool` VALUES (36, '2026-07-01 20:08:51.490', '2026-07-01 20:08:51.490', 'Minh Dang', 'minh dang', '04:d6:88:af:d2:c1', '04d688afd2c1', 1, '2026-07-01 20:08:51.489', 1459);
|
||
INSERT INTO `wifi_pool` VALUES (37, '2026-07-01 20:12:50.859', '2026-07-01 20:14:26.644', 'Wifi 1-1 5g', 'wifi 1-1 5g', '00:5f:67:7f:a2:03', '005f677fa203', 4, '2026-07-01 20:14:26.643', 1656);
|
||
INSERT INTO `wifi_pool` VALUES (38, '2026-07-01 20:23:45.639', '2026-07-02 23:14:15.697', 'DUNG DIEP_5G', 'dung diep_5g', '20:be:b4:8c:eb:c6', '20beb48cebc6', 2, '2026-07-02 23:14:15.696', 1354);
|
||
INSERT INTO `wifi_pool` VALUES (39, '2026-07-01 20:36:26.136', '2026-07-01 20:36:26.136', 'Hien Beo 5G', 'hien beo 5g', 'cc:71:90:1a:fa:81', 'cc71901afa81', 1, '2026-07-01 20:36:26.135', 1345);
|
||
INSERT INTO `wifi_pool` VALUES (40, '2026-07-01 20:36:38.868', '2026-07-01 20:36:38.868', 'BEKIND HOME_5G', 'bekind home_5g', '38:54:9b:fe:c0:7c', '38549bfec07c', 1, '2026-07-01 20:36:38.866', 1550);
|
||
INSERT INTO `wifi_pool` VALUES (41, '2026-07-01 20:50:20.802', '2026-07-01 20:50:20.802', 'Nha Tro 385_5G', 'nha tro 385_5g', 'f8:79:28:44:a9:7d', 'f8792844a97d', 1, '2026-07-01 20:50:20.801', 609);
|
||
INSERT INTO `wifi_pool` VALUES (42, '2026-07-01 21:09:55.098', '2026-07-01 21:09:55.098', 'Quynh Nhu', 'quynh nhu', 'f4:0d:9f:ce:fb:90', 'f40d9fcefb90', 1, '2026-07-01 21:09:55.096', 1389);
|
||
INSERT INTO `wifi_pool` VALUES (43, '2026-07-01 21:10:41.863', '2026-07-01 21:11:48.834', 'PXDuck', 'pxduck', '48:d6:82:4f:96:d9', '48d6824f96d9', 3, '2026-07-01 21:11:48.833', 632);
|
||
INSERT INTO `wifi_pool` VALUES (44, '2026-07-01 21:12:55.404', '2026-07-01 21:12:55.404', 'Vu Van Trung 5G', 'vu van trung 5g', '20:be:b4:0b:0b:3e', '20beb40b0b3e', 1, '2026-07-01 21:12:55.402', 1482);
|
||
INSERT INTO `wifi_pool` VALUES (45, '2026-07-01 21:17:17.929', '2026-07-01 21:17:17.929', 'N17-T2-5G', 'n17-t2-5g', 'ac:a7:f1:5f:3e:df', 'aca7f15f3edf', 1, '2026-07-01 21:17:17.928', 75);
|
||
INSERT INTO `wifi_pool` VALUES (46, '2026-07-01 21:20:57.891', '2026-07-01 21:22:18.967', 'VINCENT HOUSE_L1 A', 'vincent house_l1 a', 'e4:fa:c4:49:d8:91', 'e4fac449d891', 3, '2026-07-01 21:22:18.966', 1654);
|
||
INSERT INTO `wifi_pool` VALUES (47, '2026-07-01 21:24:14.477', '2026-07-01 21:24:14.477', 'Phòng A6.302', 'phòng a6.302', 'b8:fb:b3:b3:cc:84', 'b8fbb3b3cc84', 1, '2026-07-01 21:24:14.476', 88);
|
||
INSERT INTO `wifi_pool` VALUES (48, '2026-07-01 21:31:19.109', '2026-07-01 21:31:58.972', 'Nha Cua An', 'nha cua an', 'f8:79:28:31:3e:dc', 'f87928313edc', 3, '2026-07-01 21:31:58.970', 406);
|
||
INSERT INTO `wifi_pool` VALUES (49, '2026-07-01 21:33:11.076', '2026-07-01 21:40:40.224', 'TP-Link_66FC', 'tp-link_66fc', '9c:53:22:e1:66:fc', '9c5322e166fc', 2, '2026-07-01 21:40:40.222', 1679);
|
||
INSERT INTO `wifi_pool` VALUES (50, '2026-07-01 21:37:09.560', '2026-07-01 21:37:41.584', 'HOANG PHUC', 'hoang phuc', '44:e9:68:a3:d9:00', '44e968a3d900', 2, '2026-07-01 21:37:41.581', 1432);
|
||
INSERT INTO `wifi_pool` VALUES (51, '2026-07-01 21:39:31.654', '2026-07-01 21:39:31.654', 'DŨNG ĐEN_5G', 'dũng đen_5g', 'a8:02:db:e0:eb:79', 'a802dbe0eb79', 1, '2026-07-01 21:39:31.653', 1495);
|
||
INSERT INTO `wifi_pool` VALUES (52, '2026-07-01 21:44:48.649', '2026-07-01 21:48:25.539', 'Lau1_5G', 'lau1_5g', 'c4:eb:ff:42:33:31', 'c4ebff423331', 3, '2026-07-01 21:48:25.538', 1470);
|
||
INSERT INTO `wifi_pool` VALUES (53, '2026-07-01 21:46:49.895', '2026-07-01 21:53:22.081', 'Phong 10 5GHz', 'phong 10 5ghz', '7c:8b:ca:99:8a:a9', '7c8bca998aa9', 5, '2026-07-01 21:53:22.080', 682);
|
||
INSERT INTO `wifi_pool` VALUES (54, '2026-07-01 21:48:04.524', '2026-07-01 21:48:04.524', 'HUYEN CHI 5G', 'huyen chi 5g', '54:04:63:14:38:02', '540463143802', 1, '2026-07-01 21:48:04.523', 592);
|
||
INSERT INTO `wifi_pool` VALUES (55, '2026-07-01 21:54:37.306', '2026-07-01 22:45:40.600', 'TP-Link_3AE1', 'tp-link_3ae1', 'e8:48:b8:9c:3a:e1', 'e848b89c3ae1', 4, '2026-07-01 22:45:40.599', 220);
|
||
INSERT INTO `wifi_pool` VALUES (56, '2026-07-01 21:55:42.744', '2026-07-02 19:38:21.143', 'Mai Anh 2', 'mai anh 2', '94:b4:0f:f3:60:70', '94b40ff36070', 5, '2026-07-02 19:38:21.141', 1741);
|
||
INSERT INTO `wifi_pool` VALUES (57, '2026-07-01 22:00:16.113', '2026-07-01 22:00:16.113', 'Vu Huu Hoa 5G', 'vu huu hoa 5g', '20:be:b4:0c:6a:c8', '20beb40c6ac8', 1, '2026-07-01 22:00:16.112', 1321);
|
||
INSERT INTO `wifi_pool` VALUES (58, '2026-07-01 22:05:25.451', '2026-07-01 22:05:55.593', 'FPT', 'fpt', '20:be:b4:45:45:df', '20beb44545df', 2, '2026-07-01 22:05:55.591', 1380);
|
||
INSERT INTO `wifi_pool` VALUES (59, '2026-07-01 22:07:40.349', '2026-07-01 22:11:52.902', 'Tiep Tinh', 'tiep tinh', 'a0:89:66:c7:af:19', 'a08966c7af19', 3, '2026-07-01 22:11:52.901', 671);
|
||
INSERT INTO `wifi_pool` VALUES (60, '2026-07-01 22:08:04.917', '2026-07-03 10:31:18.322', 'BanhGungDeoT2_5G', 'banhgungdeot2_5g', 'de:71:90:6e:20:b8', 'de71906e20b8', 4, '2026-07-03 10:31:18.321', 100);
|
||
INSERT INTO `wifi_pool` VALUES (61, '2026-07-01 22:11:14.191', '2026-07-01 22:12:56.618', 'Loan', 'loan', 'dc:f8:b9:ee:7c:23', 'dcf8b9ee7c23', 2, '2026-07-01 22:12:56.616', 591);
|
||
INSERT INTO `wifi_pool` VALUES (62, '2026-07-01 22:20:06.560', '2026-07-01 23:07:46.054', 'Thuyet', 'thuyet', '08:93:56:21:af:48', '08935621af48', 14, '2026-07-01 23:07:46.053', 314);
|
||
INSERT INTO `wifi_pool` VALUES (63, '2026-07-01 22:21:59.033', '2026-07-01 22:21:59.033', 'TIEN MINH', 'tien minh', '64:85:05:ca:9d:2f', '648505ca9d2f', 1, '2026-07-01 22:21:59.032', 1608);
|
||
INSERT INTO `wifi_pool` VALUES (64, '2026-07-01 22:26:40.281', '2026-07-01 22:39:33.968', 'Nha Tro Yen Phuc', 'nha tro yen phuc', '82:3c:20:b7:d5:28', '823c20b7d528', 3, '2026-07-01 22:39:33.967', 1388);
|
||
INSERT INTO `wifi_pool` VALUES (65, '2026-07-01 22:35:31.789', '2026-07-02 01:09:39.553', 'KTX I09_5G', 'ktx i09_5g', '7c:7b:68:39:a5:e9', '7c7b6839a5e9', 7, '2026-07-02 01:09:39.552', 618);
|
||
INSERT INTO `wifi_pool` VALUES (66, '2026-07-01 22:37:24.207', '2026-07-01 22:37:24.207', 'Khiem Pham 1', 'khiem pham 1', '26:0b:2b:44:62:07', '260b2b446207', 1, '2026-07-01 22:37:24.206', 1556);
|
||
INSERT INTO `wifi_pool` VALUES (67, '2026-07-01 22:45:40.645', '2026-07-01 22:45:40.645', 'Trinh Phuong Luan', 'trinh phuong luan', 'e8:43:68:7d:43:89', 'e843687d4389', 1, '2026-07-01 22:45:40.644', 230);
|
||
INSERT INTO `wifi_pool` VALUES (68, '2026-07-01 22:57:59.890', '2026-07-01 23:08:40.718', 'P.601', 'p.601', 'a8:31:62:b9:59:c2', 'a83162b959c2', 21, '2026-07-01 23:08:40.716', 128);
|
||
INSERT INTO `wifi_pool` VALUES (69, '2026-07-01 23:00:21.669', '2026-07-01 23:03:37.176', 'Ho Ung Duong-5G', 'ho ung duong-5g', 'a8:02:db:d3:1e:7d', 'a802dbd31e7d', 3, '2026-07-01 23:03:37.175', 150);
|
||
INSERT INTO `wifi_pool` VALUES (70, '2026-07-01 23:00:37.231', '2026-07-02 10:19:08.189', 'Tenda_E00AD0', 'tenda_e00ad0', 'c8:3a:35:e0:0a:d0', 'c83a35e00ad0', 15, '2026-07-02 10:19:08.188', 1796);
|
||
INSERT INTO `wifi_pool` VALUES (71, '2026-07-01 23:09:28.310', '2026-07-01 23:09:28.310', 'Vinh Thanh', 'vinh thanh', 'fc:57:03:e3:65:75', 'fc5703e36575', 1, '2026-07-01 23:09:28.308', 142);
|
||
INSERT INTO `wifi_pool` VALUES (72, '2026-07-01 23:10:59.125', '2026-07-02 18:33:23.608', 'Duong', 'duong', '7c:7b:68:20:13:60', '7c7b68201360', 76, '2026-07-02 18:33:23.607', 1449);
|
||
INSERT INTO `wifi_pool` VALUES (73, '2026-07-01 23:17:15.965', '2026-07-01 23:17:34.333', 'Horizon Apartment', 'horizon apartment', '72:85:c4:8c:18:f6', '7285c48c18f6', 2, '2026-07-01 23:17:34.332', 117);
|
||
INSERT INTO `wifi_pool` VALUES (74, '2026-07-01 23:22:30.469', '2026-07-01 23:23:02.312', 'HaiSon Bolero_5G', 'haison bolero_5g', '28:77:77:5d:9a:e6', '2877775d9ae6', 2, '2026-07-01 23:23:02.310', 639);
|
||
INSERT INTO `wifi_pool` VALUES (75, '2026-07-02 00:09:36.267', '2026-07-02 00:09:36.267', 'Hung06', 'hung06', '00:c8:96:da:ac:59', '00c896daac59', 1, '2026-07-02 00:09:36.265', 263);
|
||
INSERT INTO `wifi_pool` VALUES (76, '2026-07-02 00:33:32.138', '2026-07-02 00:40:30.412', 'ilivinn Tret -5G', 'ilivinn tret -5g', '44:f7:70:a4:40:ef', '44f770a440ef', 2, '2026-07-02 00:40:30.410', 1539);
|
||
INSERT INTO `wifi_pool` VALUES (77, '2026-07-02 00:53:40.748', '2026-07-02 00:53:40.748', 'T2P3', 't2p3', '54:04:63:45:ae:51', '54046345ae51', 1, '2026-07-02 00:53:40.747', 676);
|
||
INSERT INTO `wifi_pool` VALUES (78, '2026-07-02 00:57:31.178', '2026-07-02 00:59:05.780', 'HLAND 122', 'hland 122', 'ce:28:aa:b8:2a:4a', 'ce28aab82a4a', 3, '2026-07-02 00:59:05.779', 1770);
|
||
INSERT INTO `wifi_pool` VALUES (79, '2026-07-02 02:02:36.560', '2026-07-02 02:03:29.915', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:33:30', 'b6ba75003330', 3, '2026-07-02 02:03:29.914', 1469);
|
||
INSERT INTO `wifi_pool` VALUES (80, '2026-07-02 02:06:41.435', '2026-07-02 19:22:01.316', 'Việt thành đeppzaii_5G', 'việt thành đeppzaii_5g', 'b8:3a:08:06:78:f5', 'b83a080678f5', 5, '2026-07-02 19:22:01.315', 1626);
|
||
INSERT INTO `wifi_pool` VALUES (81, '2026-07-02 02:23:33.270', '2026-07-02 02:23:33.270', 'Trinh.', 'trinh.', '04:5f:a6:8d:a3:0b', '045fa68da30b', 1, '2026-07-02 02:23:33.269', 631);
|
||
INSERT INTO `wifi_pool` VALUES (82, '2026-07-02 04:02:10.816', '2026-07-02 04:03:17.862', '109 111 112 114', '109 111 112 114', 'f8:79:28:56:35:3b', 'f8792856353b', 3, '2026-07-02 04:03:17.860', 588);
|
||
INSERT INTO `wifi_pool` VALUES (83, '2026-07-02 04:28:26.768', '2026-07-02 04:30:00.063', '302 Shin 5Ghz', '302 shin 5ghz', 'dc:62:79:c7:c1:1e', 'dc6279c7c11e', 7, '2026-07-02 04:30:00.062', 135);
|
||
INSERT INTO `wifi_pool` VALUES (84, '2026-07-02 05:33:27.216', '2026-07-02 05:33:55.751', 'ThanhNgoc', 'thanhngoc', '5c:3a:3d:85:56:5d', '5c3a3d85565d', 2, '2026-07-02 05:33:55.750', 686);
|
||
INSERT INTO `wifi_pool` VALUES (85, '2026-07-02 06:04:35.070', '2026-07-02 06:04:35.070', '9B5_5G', '9b5_5g', 'c0:51:5c:8d:03:d5', 'c0515c8d03d5', 1, '2026-07-02 06:04:35.070', 311);
|
||
INSERT INTO `wifi_pool` VALUES (86, '2026-07-02 06:16:49.854', '2026-07-02 06:18:13.288', 'Home', 'home', '54:04:63:1f:41:e9', '5404631f41e9', 4, '2026-07-02 06:18:13.287', 690);
|
||
INSERT INTO `wifi_pool` VALUES (87, '2026-07-02 06:21:56.443', '2026-07-02 06:23:00.224', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6e:33', '560b91806e33', 3, '2026-07-02 06:23:00.223', 605);
|
||
INSERT INTO `wifi_pool` VALUES (88, '2026-07-02 06:39:38.054', '2026-07-03 16:06:16.848', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:21', '34ba75007421', 7052, '2026-07-03 16:06:16.847', 1449);
|
||
INSERT INTO `wifi_pool` VALUES (89, '2026-07-02 06:43:18.328', '2026-07-03 09:03:09.251', 'rikkeieducation p804 5G', 'rikkeieducation p804 5g', '12:82:3d:34:d5:33', '12823d34d533', 2797, '2026-07-03 09:03:09.249', 1796);
|
||
INSERT INTO `wifi_pool` VALUES (90, '2026-07-02 06:43:44.044', '2026-07-03 16:11:42.505', 'Rikkei Education 1', 'rikkei education 1', '30:68:93:4d:e2:e5', '3068934de2e5', 5059, '2026-07-03 16:11:42.504', 898);
|
||
INSERT INTO `wifi_pool` VALUES (91, '2026-07-02 06:45:30.059', '2026-07-03 16:11:16.226', 'RIKKEI EDUCATION 2E32', 'rikkei education 2e32', '98:4a:6b:e6:2d:f2', '984a6be62df2', 1952, '2026-07-03 16:11:16.225', 1496);
|
||
INSERT INTO `wifi_pool` VALUES (92, '2026-07-02 06:45:46.316', '2026-07-03 16:06:42.758', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:af', '560b91806daf', 630, '2026-07-03 16:06:42.757', 1476);
|
||
INSERT INTO `wifi_pool` VALUES (93, '2026-07-02 06:45:57.119', '2026-07-03 16:11:42.424', 'RIKKEI EDUCATION 2E32', 'rikkei education 2e32', '9a:4a:6b:86:2d:f2', '9a4a6b862df2', 13182, '2026-07-03 16:11:42.421', 1600);
|
||
INSERT INTO `wifi_pool` VALUES (94, '2026-07-02 06:49:57.465', '2026-07-03 16:11:30.765', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:1d', '34ba7500741d', 2443, '2026-07-03 16:11:30.763', 1491);
|
||
INSERT INTO `wifi_pool` VALUES (95, '2026-07-02 06:50:02.189', '2026-07-03 15:24:09.866', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b0', '560b91806db0', 784, '2026-07-03 15:24:09.864', 1662);
|
||
INSERT INTO `wifi_pool` VALUES (96, '2026-07-02 06:51:29.985', '2026-07-03 16:11:36.795', '2E34VNPT', '2e34vnpt', '7c:7b:68:38:36:e8', '7c7b683836e8', 7628, '2026-07-03 16:11:36.794', 1466);
|
||
INSERT INTO `wifi_pool` VALUES (97, '2026-07-02 06:53:29.425', '2026-07-03 16:11:41.902', '2E35 RIKKEI EDUCATION', '2e35 rikkei education', 'a8:bd:27:4c:1f:f0', 'a8bd274c1ff0', 15861, '2026-07-03 16:11:41.900', 1396);
|
||
INSERT INTO `wifi_pool` VALUES (98, '2026-07-02 06:54:16.564', '2026-07-03 16:11:40.839', 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '12:82:3d:44:d8:df', '12823d44d8df', 3810, '2026-07-03 16:11:40.838', 1522);
|
||
INSERT INTO `wifi_pool` VALUES (99, '2026-07-02 06:54:23.040', '2026-07-03 16:11:44.779', '2E34VNPT-5G', '2e34vnpt-5g', '7c:7b:68:38:36:e9', '7c7b683836e9', 13634, '2026-07-03 16:11:44.778', 1652);
|
||
INSERT INTO `wifi_pool` VALUES (100, '2026-07-02 06:55:11.858', '2026-07-03 14:18:51.677', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b6', '560b91806db6', 462, '2026-07-03 14:18:51.675', 1598);
|
||
INSERT INTO `wifi_pool` VALUES (101, '2026-07-02 06:55:42.937', '2026-07-03 16:11:31.294', 'RIKKEI EDU', 'rikkei edu', '94:f7:17:3f:87:71', '94f7173f8771', 2426, '2026-07-03 16:11:31.292', 164);
|
||
INSERT INTO `wifi_pool` VALUES (102, '2026-07-02 06:56:51.049', '2026-07-03 16:11:32.493', 'Confident.R_24', 'confident.r_24', '30:68:93:4d:e1:55', '3068934de155', 521, '2026-07-03 16:11:32.491', 100);
|
||
INSERT INTO `wifi_pool` VALUES (103, '2026-07-02 06:57:34.602', '2026-07-03 15:38:19.117', 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', '10:82:3d:b4:d8:df', '10823db4d8df', 391, '2026-07-03 15:38:19.116', 1301);
|
||
INSERT INTO `wifi_pool` VALUES (104, '2026-07-02 06:58:16.376', '2026-07-03 16:11:35.555', 'Cooperate.R_5', 'cooperate.r_5', '30:68:93:4d:df:28', '3068934ddf28', 9783, '2026-07-03 16:11:35.553', 145);
|
||
INSERT INTO `wifi_pool` VALUES (105, '2026-07-02 06:58:21.139', '2026-07-03 08:56:04.140', 'rikkeieducation p804 5G', 'rikkeieducation p804 5g', '12:82:3d:34:d8:df', '12823d34d8df', 795, '2026-07-03 08:56:04.139', 1741);
|
||
INSERT INTO `wifi_pool` VALUES (106, '2026-07-02 06:58:22.498', '2026-07-02 14:19:06.013', 'rikkeieducation 1', 'rikkeieducation 1', '30:68:93:4d:e2:2b', '3068934de22b', 474, '2026-07-02 14:19:06.012', 314);
|
||
INSERT INTO `wifi_pool` VALUES (107, '2026-07-02 06:59:42.336', '2026-07-03 10:54:15.761', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:1e', '34ba7500741e', 336, '2026-07-03 10:54:15.759', 178);
|
||
INSERT INTO `wifi_pool` VALUES (108, '2026-07-02 07:00:14.972', '2026-07-03 09:02:46.460', 'rikkeieducation', 'rikkeieducation', '12:82:3d:94:d5:33', '12823d94d533', 1013, '2026-07-03 09:02:46.459', 1729);
|
||
INSERT INTO `wifi_pool` VALUES (109, '2026-07-02 07:01:09.482', '2026-07-03 09:50:36.086', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:22', '34ba75007422', 1338, '2026-07-03 09:50:36.085', 1505);
|
||
INSERT INTO `wifi_pool` VALUES (110, '2026-07-02 07:01:11.115', '2026-07-03 08:30:33.442', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:26', '34ba75007426', 19, '2026-07-03 08:30:33.440', 1436);
|
||
INSERT INTO `wifi_pool` VALUES (111, '2026-07-02 07:01:20.738', '2026-07-03 15:40:59.323', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b4', '560b91806db4', 339, '2026-07-03 15:40:59.322', 1598);
|
||
INSERT INTO `wifi_pool` VALUES (112, '2026-07-02 07:01:29.823', '2026-07-03 14:44:48.789', 'RIKKEI EDU', 'rikkei edu', '94:f7:17:3f:87:69', '94f7173f8769', 244, '2026-07-03 14:44:48.787', 164);
|
||
INSERT INTO `wifi_pool` VALUES (113, '2026-07-02 07:06:20.103', '2026-07-03 16:11:19.720', 'Adaptation.R_5', 'adaptation.r_5', '30:68:93:4d:e2:2e', '3068934de22e', 7794, '2026-07-03 16:11:19.719', 91);
|
||
INSERT INTO `wifi_pool` VALUES (114, '2026-07-02 07:09:53.999', '2026-07-03 11:09:49.646', 'PTIT_WIFI', 'ptit_wifi', 'b6:ba:75:00:36:c8', 'b6ba750036c8', 1095, '2026-07-03 11:09:49.644', 1770);
|
||
INSERT INTO `wifi_pool` VALUES (115, '2026-07-02 07:10:02.003', '2026-07-03 08:58:56.275', 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', '12:82:3d:24:d8:df', '12823d24d8df', 31, '2026-07-03 08:58:56.274', 1403);
|
||
INSERT INTO `wifi_pool` VALUES (116, '2026-07-02 07:12:47.385', '2026-07-03 16:11:20.034', 'Cooperate.R_24', 'cooperate.r_24', '30:68:93:4d:df:27', '3068934ddf27', 1530, '2026-07-03 16:11:20.033', 265);
|
||
INSERT INTO `wifi_pool` VALUES (117, '2026-07-02 07:14:32.893', '2026-07-03 13:35:04.748', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:ba', '560b91806dba', 401, '2026-07-03 13:35:04.746', 591);
|
||
INSERT INTO `wifi_pool` VALUES (118, '2026-07-02 07:16:51.134', '2026-07-03 07:16:09.600', 'rikkeieducation', 'rikkeieducation', '12:82:3d:94:d8:df', '12823d94d8df', 393, '2026-07-03 07:16:09.599', 1534);
|
||
INSERT INTO `wifi_pool` VALUES (119, '2026-07-02 07:17:43.524', '2026-07-03 08:21:52.505', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:ae', '560b91806dae', 3, '2026-07-03 08:21:52.504', 594);
|
||
INSERT INTO `wifi_pool` VALUES (120, '2026-07-02 07:19:40.270', '2026-07-03 07:10:25.477', 'rikkeieducation p803 5G', 'rikkeieducation p803 5g', '12:82:3d:64:d8:df', '12823d64d8df', 26, '2026-07-03 07:10:25.476', 1391);
|
||
INSERT INTO `wifi_pool` VALUES (121, '2026-07-02 07:20:24.682', '2026-07-03 13:54:01.220', '2E35 RIKKEI EDUCATION', '2e35 rikkei education', 'a8:bd:27:4c:1f:e0', 'a8bd274c1fe0', 520, '2026-07-03 13:54:01.218', 1409);
|
||
INSERT INTO `wifi_pool` VALUES (122, '2026-07-02 07:55:38.074', '2026-07-02 09:04:10.616', 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '12:82:3d:44:d5:33', '12823d44d533', 131, '2026-07-02 09:04:10.615', 1773);
|
||
INSERT INTO `wifi_pool` VALUES (123, '2026-07-02 08:04:22.492', '2026-07-02 08:04:22.492', 'Hai Phat Home T2C', 'hai phat home t2c', '70:85:c4:3d:46:a5', '7085c43d46a5', 1, '2026-07-02 08:04:22.475', 1609);
|
||
INSERT INTO `wifi_pool` VALUES (124, '2026-07-02 08:06:14.629', '2026-07-02 08:23:27.384', 'Breave🌷', 'breave🌷', 'c6:07:c4:0d:7b:c5', 'c607c40d7bc5', 33, '2026-07-02 08:23:27.383', 168);
|
||
INSERT INTO `wifi_pool` VALUES (125, '2026-07-02 08:11:06.454', '2026-07-03 11:21:05.083', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:36:c8', '34ba750036c8', 170, '2026-07-03 11:21:05.082', 1759);
|
||
INSERT INTO `wifi_pool` VALUES (126, '2026-07-02 08:16:31.881', '2026-07-02 08:17:03.610', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:32:10', '34ba75003210', 2, '2026-07-02 08:17:03.609', 1619);
|
||
INSERT INTO `wifi_pool` VALUES (127, '2026-07-02 09:05:28.094', '2026-07-02 09:05:28.094', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:72:e5', '34ba750072e5', 1, '2026-07-02 09:05:28.086', 1300);
|
||
INSERT INTO `wifi_pool` VALUES (128, '2026-07-02 09:05:51.863', '2026-07-02 09:23:01.968', 'thich thi cho', 'thich thi cho', '20:be:b4:37:31:17', '20beb4373117', 6, '2026-07-02 09:23:01.967', 1292);
|
||
INSERT INTO `wifi_pool` VALUES (129, '2026-07-02 09:06:29.264', '2026-07-02 09:07:06.363', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:72:ea', '34ba750072ea', 2, '2026-07-02 09:07:06.362', 1300);
|
||
INSERT INTO `wifi_pool` VALUES (130, '2026-07-02 09:16:40.665', '2026-07-03 14:28:29.519', 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', '9e:ce:88:ac:8a:20', '9ece88ac8a20', 121, '2026-07-03 14:28:29.517', 253);
|
||
INSERT INTO `wifi_pool` VALUES (131, '2026-07-02 09:17:17.215', '2026-07-03 11:10:09.479', 'rikkeieducation p803 5G', 'rikkeieducation p803 5g', 'c6:b2:5b:ee:17:67', 'c6b25bee1767', 1965, '2026-07-03 11:10:09.478', 1771);
|
||
INSERT INTO `wifi_pool` VALUES (132, '2026-07-02 09:25:17.609', '2026-07-02 11:24:11.363', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:32:88', 'b6ba75003288', 5, '2026-07-02 11:24:11.362', 1737);
|
||
INSERT INTO `wifi_pool` VALUES (133, '2026-07-02 09:31:19.995', '2026-07-02 09:31:19.995', 'P504M_5G', 'p504m_5g', '28:d1:27:44:08:7f', '28d12744087f', 1, '2026-07-02 09:31:19.994', 399);
|
||
INSERT INTO `wifi_pool` VALUES (134, '2026-07-02 09:32:43.824', '2026-07-02 10:00:49.679', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:32:80', 'b6ba75003280', 54, '2026-07-02 10:00:49.678', 1741);
|
||
INSERT INTO `wifi_pool` VALUES (135, '2026-07-02 09:39:37.546', '2026-07-02 10:29:35.630', 'HUONG TRA', 'huong tra', '30:60:0a:1b:0f:11', '30600a1b0f11', 2, '2026-07-02 10:29:35.629', 1773);
|
||
INSERT INTO `wifi_pool` VALUES (136, '2026-07-02 09:43:57.999', '2026-07-02 22:25:02.121', 'Pham Thi Bich Ngoc', 'pham thi bich ngoc', '80:2d:1a:10:de:41', '802d1a10de41', 4, '2026-07-02 22:25:02.100', 115);
|
||
INSERT INTO `wifi_pool` VALUES (137, '2026-07-02 09:44:01.803', '2026-07-02 09:46:31.562', 'KTX Thien An', 'ktx thien an', 'f0:5c:19:a9:89:c2', 'f05c19a989c2', 4, '2026-07-02 09:46:31.561', 1669);
|
||
INSERT INTO `wifi_pool` VALUES (138, '2026-07-02 09:47:03.434', '2026-07-02 09:47:03.434', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:32:60', 'b6ba75003260', 1, '2026-07-02 09:47:03.431', 225);
|
||
INSERT INTO `wifi_pool` VALUES (139, '2026-07-02 09:48:58.341', '2026-07-02 15:30:57.536', 'Net Xoi', 'net xoi', '74:da:88:cb:dd:b8', '74da88cbddb8', 569, '2026-07-02 15:30:57.535', 1300);
|
||
INSERT INTO `wifi_pool` VALUES (140, '2026-07-02 09:50:54.737', '2026-07-02 09:50:54.737', 'VINAPHON', 'vinaphon', '06:0d:9e:ba:a8:7f', '060d9ebaa87f', 1, '2026-07-02 09:50:54.736', 1300);
|
||
INSERT INTO `wifi_pool` VALUES (141, '2026-07-02 09:53:24.107', '2026-07-02 14:06:15.600', 'Tang 1 5G', 'tang 1 5g', '4c:12:e8:5f:83:b9', '4c12e85f83b9', 22, '2026-07-02 14:06:15.598', 1613);
|
||
INSERT INTO `wifi_pool` VALUES (142, '2026-07-02 10:10:24.269', '2026-07-02 10:11:28.288', 'Neo Coffee', 'neo coffee', '68:d7:9a:c8:47:b4', '68d79ac847b4', 3, '2026-07-02 10:11:28.286', 615);
|
||
INSERT INTO `wifi_pool` VALUES (143, '2026-07-02 10:14:21.842', '2026-07-02 10:14:21.842', 'Duc Anh', 'duc anh', '30:40:74:96:07:e0', '3040749607e0', 1, '2026-07-02 10:14:21.841', 1683);
|
||
INSERT INTO `wifi_pool` VALUES (144, '2026-07-02 10:15:39.955', '2026-07-02 10:15:39.955', 'Duc Anh', 'duc anh', '30:40:74:96:07:e2', '3040749607e2', 1, '2026-07-02 10:15:39.954', 1683);
|
||
INSERT INTO `wifi_pool` VALUES (145, '2026-07-02 10:18:42.439', '2026-07-02 10:31:12.377', 'L3-1 5G', 'l3-1 5g', '1c:3b:f3:ef:b9:38', '1c3bf3efb938', 5, '2026-07-02 10:31:12.374', 1663);
|
||
INSERT INTO `wifi_pool` VALUES (146, '2026-07-02 10:20:48.065', '2026-07-02 10:32:33.741', 'Tang12', 'tang12', '9c:05:d6:7b:81:dc', '9c05d67b81dc', 8, '2026-07-02 10:32:33.740', 1331);
|
||
INSERT INTO `wifi_pool` VALUES (147, '2026-07-02 10:25:57.813', '2026-07-02 10:38:17.408', 'Quang Cao led', 'quang cao led', '24:0b:2a:9f:01:e6', '240b2a9f01e6', 7, '2026-07-02 10:38:17.407', 1812);
|
||
INSERT INTO `wifi_pool` VALUES (148, '2026-07-02 10:26:22.022', '2026-07-03 14:42:25.577', 'B1.11.10', 'b1.11.10', '94:f7:17:a7:ab:19', '94f717a7ab19', 10, '2026-07-03 14:42:25.559', 1636);
|
||
INSERT INTO `wifi_pool` VALUES (149, '2026-07-02 10:26:34.404', '2026-07-02 10:27:50.386', 'BIZCITIVIETNAM', 'bizcitivietnam', 'e8:43:68:76:fd:f1', 'e8436876fdf1', 3, '2026-07-02 10:27:50.385', 1595);
|
||
INSERT INTO `wifi_pool` VALUES (150, '2026-07-02 10:26:51.025', '2026-07-02 10:33:05.754', 'Van Vuong 5Ghz', 'van vuong 5ghz', '4c:12:e8:d8:45:81', '4c12e8d84581', 2, '2026-07-02 10:33:05.753', 1652);
|
||
INSERT INTO `wifi_pool` VALUES (151, '2026-07-02 10:28:06.412', '2026-07-02 10:28:57.517', 'Minh Hieu 5G', 'minh hieu 5g', '7c:a3:07:d0:6c:00', '7ca307d06c00', 2, '2026-07-02 10:28:57.517', 1529);
|
||
INSERT INTO `wifi_pool` VALUES (152, '2026-07-02 10:37:49.639', '2026-07-02 10:37:49.639', 'Kem Xoi Thanh Hang_5G', 'kem xoi thanh hang_5g', 'c0:25:2f:01:c0:29', 'c0252f01c029', 1, '2026-07-02 10:37:49.638', 1513);
|
||
INSERT INTO `wifi_pool` VALUES (153, '2026-07-02 10:40:41.580', '2026-07-02 10:42:37.222', 'Thai Dang-5g', 'thai dang-5g', '4c:12:e8:11:a3:f1', '4c12e811a3f1', 2, '2026-07-02 10:42:37.221', 1635);
|
||
INSERT INTO `wifi_pool` VALUES (154, '2026-07-02 10:41:12.829', '2026-07-02 10:48:21.652', 'Quynh 95 07 08', 'quynh 95 07 08', '2c:70:4f:07:8e:b5', '2c704f078eb5', 4, '2026-07-02 10:48:21.650', 1396);
|
||
INSERT INTO `wifi_pool` VALUES (155, '2026-07-02 10:50:23.902', '2026-07-02 10:50:23.902', '32HiepPhu', '32hiepphu', '04:5f:a6:8d:2b:ef', '045fa68d2bef', 1, '2026-07-02 10:50:23.900', 1326);
|
||
INSERT INTO `wifi_pool` VALUES (156, '2026-07-02 10:50:57.792', '2026-07-02 10:50:57.792', 'Ga Mach Hoach 2G', 'ga mach hoach 2g', 'ec:84:b4:f1:24:a1', 'ec84b4f124a1', 1, '2026-07-02 10:50:57.791', 1773);
|
||
INSERT INTO `wifi_pool` VALUES (157, '2026-07-02 11:12:48.500', '2026-07-02 11:37:14.530', 'Tien An', 'tien an', 'fc:57:03:2a:0c:d1', 'fc57032a0cd1', 16, '2026-07-02 11:37:14.529', 1411);
|
||
INSERT INTO `wifi_pool` VALUES (158, '2026-07-02 11:26:28.182', '2026-07-02 14:23:13.426', 'Hang', 'hang', '48:22:54:9a:ac:40', '4822549aac40', 77, '2026-07-02 14:23:13.425', 303);
|
||
INSERT INTO `wifi_pool` VALUES (159, '2026-07-02 11:33:53.953', '2026-07-02 11:34:11.167', 'CAFE 5G', 'cafe 5g', 'cc:71:90:de:b4:b1', 'cc7190deb4b1', 3, '2026-07-02 11:34:11.166', 1542);
|
||
INSERT INTO `wifi_pool` VALUES (160, '2026-07-02 11:37:01.611', '2026-07-02 13:33:56.123', 'Nam Mai70', 'nam mai70', '4c:12:e8:0f:27:f0', '4c12e80f27f0', 99, '2026-07-02 13:33:56.121', 218);
|
||
INSERT INTO `wifi_pool` VALUES (161, '2026-07-02 12:03:11.721', '2026-07-03 12:16:59.162', 'Quoc_viet', 'quoc_viet', '30:16:9d:a5:26:cb', '30169da526cb', 161, '2026-07-03 12:16:59.161', 1385);
|
||
INSERT INTO `wifi_pool` VALUES (162, '2026-07-02 12:03:59.553', '2026-07-03 14:07:24.862', 'Practical.R_5', 'practical.r_5', '30:68:93:4d:e1:ad', '3068934de1ad', 6347, '2026-07-03 14:07:24.860', 134);
|
||
INSERT INTO `wifi_pool` VALUES (163, '2026-07-02 12:09:41.071', '2026-07-03 16:11:39.390', 'PTIT.HCM_SV', 'ptit.hcm_sv', '56:0b:91:80:6d:b5', '560b91806db5', 530, '2026-07-03 16:11:39.385', 1474);
|
||
INSERT INTO `wifi_pool` VALUES (164, '2026-07-02 12:11:15.452', '2026-07-02 12:42:15.879', 'POCO X6 5G', 'poco x6 5g', '8e:1d:7b:da:70:44', '8e1d7bda7044', 59, '2026-07-02 12:42:15.878', 218);
|
||
INSERT INTO `wifi_pool` VALUES (165, '2026-07-02 12:15:39.556', '2026-07-02 14:19:58.888', 'Practical.R_24', 'practical.r_24', '30:68:93:4d:e1:ac', '3068934de1ac', 271, '2026-07-02 14:19:58.887', 392);
|
||
INSERT INTO `wifi_pool` VALUES (166, '2026-07-02 12:16:18.987', '2026-07-03 14:06:05.055', 'Rikkei Education_5G', 'rikkei education_5g', 'cc:2d:21:a5:85:c6', 'cc2d21a585c6', 729, '2026-07-03 14:06:05.053', 220);
|
||
INSERT INTO `wifi_pool` VALUES (167, '2026-07-02 13:50:47.061', '2026-07-02 13:56:22.075', 'TP-Link_350E', 'tp-link_350e', '0c:80:63:19:35:0e', '0c806319350e', 10, '2026-07-02 13:56:22.074', 248);
|
||
INSERT INTO `wifi_pool` VALUES (168, '2026-07-02 14:15:46.586', '2026-07-03 10:55:06.935', 'rikkeieducation', 'rikkeieducation', 'c6:b2:5b:1e:17:67', 'c6b25b1e1767', 603, '2026-07-03 10:55:06.934', 1759);
|
||
INSERT INTO `wifi_pool` VALUES (169, '2026-07-02 14:16:08.702', '2026-07-02 15:15:40.065', 'POCO X8 Pro', 'poco x8 pro', '7a:14:2a:d0:dd:7b', '7a142ad0dd7b', 90, '2026-07-02 15:15:40.062', 282);
|
||
INSERT INTO `wifi_pool` VALUES (170, '2026-07-02 14:17:57.377', '2026-07-03 07:11:45.837', 'rikkeieducation', 'rikkeieducation', '9e:ce:88:1c:8a:20', '9ece881c8a20', 11, '2026-07-03 07:11:45.836', 1415);
|
||
INSERT INTO `wifi_pool` VALUES (171, '2026-07-02 14:19:24.359', '2026-07-03 15:31:22.954', 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', '10:82:3d:b4:d5:33', '10823db4d533', 553, '2026-07-03 15:31:22.953', 1804);
|
||
INSERT INTO `wifi_pool` VALUES (172, '2026-07-02 14:22:28.469', '2026-07-03 11:10:28.335', 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', 'c6:b2:5b:ae:17:67', 'c6b25bae1767', 405, '2026-07-03 11:10:28.329', 1751);
|
||
INSERT INTO `wifi_pool` VALUES (173, '2026-07-02 14:25:13.742', '2026-07-03 14:15:58.889', 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', 'c6:b2:5b:ce:17:67', 'c6b25bce1767', 25, '2026-07-03 14:15:58.888', 1680);
|
||
INSERT INTO `wifi_pool` VALUES (174, '2026-07-02 14:26:36.301', '2026-07-03 14:06:42.957', 'Adaptation.R_24', 'adaptation.r_24', '30:68:93:4d:e2:2d', '3068934de22d', 369, '2026-07-03 14:06:42.956', 282);
|
||
INSERT INTO `wifi_pool` VALUES (175, '2026-07-02 14:27:54.961', '2026-07-02 16:14:39.022', 'rikkeieducation p805 5G', 'rikkeieducation p805 5g', '9e:ce:88:cc:8a:20', '9ece88cc8a20', 14, '2026-07-02 16:14:39.021', 1441);
|
||
INSERT INTO `wifi_pool` VALUES (176, '2026-07-02 14:45:47.975', '2026-07-02 14:45:47.975', 'NgocHung', 'ngochung', 'ec:75:0c:d0:50:08', 'ec750cd05008', 1, '2026-07-02 14:45:47.974', 1727);
|
||
INSERT INTO `wifi_pool` VALUES (177, '2026-07-02 14:48:34.643', '2026-07-03 09:46:37.043', 'Vinh 1', 'vinh 1', '00:31:92:02:17:7e', '00319202177e', 4, '2026-07-03 09:46:37.042', 298);
|
||
INSERT INTO `wifi_pool` VALUES (178, '2026-07-02 14:52:34.681', '2026-07-03 00:16:42.996', 'The Anh 5G', 'the anh 5g', 'cc:71:90:d3:f3:91', 'cc7190d3f391', 43, '2026-07-03 00:16:42.994', 303);
|
||
INSERT INTO `wifi_pool` VALUES (179, '2026-07-02 14:59:23.241', '2026-07-03 14:18:45.899', 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', 'c6:b2:5b:8e:17:67', 'c6b25b8e1767', 7, '2026-07-03 14:18:45.898', 1683);
|
||
INSERT INTO `wifi_pool` VALUES (180, '2026-07-02 15:00:10.507', '2026-07-02 15:00:43.679', 'rikkeieducation p802 5G', 'rikkeieducation p802 5g', '9e:ce:88:8c:8a:20', '9ece888c8a20', 2, '2026-07-02 15:00:43.678', 1441);
|
||
INSERT INTO `wifi_pool` VALUES (181, '2026-07-02 15:00:40.429', '2026-07-02 15:00:40.429', 'Tang 1', 'tang 1', 'a0:89:66:cf:a8:c1', 'a08966cfa8c1', 1, '2026-07-02 15:00:40.428', 137);
|
||
INSERT INTO `wifi_pool` VALUES (182, '2026-07-02 15:03:52.221', '2026-07-02 23:32:59.447', 'Tang 3', 'tang 3', 'a0:89:66:cf:aa:01', 'a08966cfaa01', 9, '2026-07-02 23:32:59.445', 137);
|
||
INSERT INTO `wifi_pool` VALUES (183, '2026-07-02 15:13:04.643', '2026-07-02 15:13:04.643', '66.Kafe - Room', '66.kafe - room', 'ac:a3:1e:f3:75:70', 'aca31ef37570', 1, '2026-07-02 15:13:04.642', 596);
|
||
INSERT INTO `wifi_pool` VALUES (184, '2026-07-02 15:15:45.636', '2026-07-02 15:25:26.670', '66.Kafe - Room', '66.kafe - room', 'a8:bd:27:ec:2e:f0', 'a8bd27ec2ef0', 17, '2026-07-02 15:25:26.669', 596);
|
||
INSERT INTO `wifi_pool` VALUES (185, '2026-07-02 15:21:24.668', '2026-07-02 17:55:52.782', 'BT Song Da 5G', 'bt song da 5g', 'b8:29:03:45:89:61', 'b82903458961', 7, '2026-07-02 17:55:52.780', 1803);
|
||
INSERT INTO `wifi_pool` VALUES (186, '2026-07-02 15:43:08.593', '2026-07-02 15:43:40.278', 'Minh Thuc', 'minh thuc', 'd4:61:95:a1:05:08', 'd46195a10508', 2, '2026-07-02 15:43:40.277', 1655);
|
||
INSERT INTO `wifi_pool` VALUES (187, '2026-07-02 16:02:54.892', '2026-07-02 16:03:58.710', 'PKT To Ngoc Van_5G', 'pkt to ngoc van_5g', 'be:fc:e7:31:ce:bc', 'befce731cebc', 3, '2026-07-02 16:03:58.709', 1558);
|
||
INSERT INTO `wifi_pool` VALUES (188, '2026-07-02 16:23:43.605', '2026-07-02 16:26:23.066', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:19', '34ba75007419', 6, '2026-07-02 16:26:23.064', 1441);
|
||
INSERT INTO `wifi_pool` VALUES (189, '2026-07-02 17:54:34.261', '2026-07-02 17:54:34.261', '28A Phung Khoang 3', '28a phung khoang 3', '2c:b6:c2:48:12:2b', '2cb6c248122b', 1, '2026-07-02 17:54:34.258', 1491);
|
||
INSERT INTO `wifi_pool` VALUES (190, '2026-07-02 17:54:55.829', '2026-07-02 19:46:37.852', 'Ngoc Duy Tang 2', 'ngoc duy tang 2', '24:43:e2:f2:e1:a8', '2443e2f2e1a8', 8, '2026-07-02 19:46:37.851', 179);
|
||
INSERT INTO `wifi_pool` VALUES (191, '2026-07-02 17:58:28.867', '2026-07-02 17:58:28.867', '28A Phung Khoang 3', '28a phung khoang 3', 'c0:49:43:64:02:60', 'c04943640260', 1, '2026-07-02 17:58:28.865', 1491);
|
||
INSERT INTO `wifi_pool` VALUES (192, '2026-07-02 18:00:44.350', '2026-07-03 04:09:00.988', 'Nguyen Trong Toan', 'nguyen trong toan', '94:f7:17:a4:46:b1', '94f717a446b1', 766, '2026-07-03 04:09:00.987', 1803);
|
||
INSERT INTO `wifi_pool` VALUES (193, '2026-07-02 18:06:04.439', '2026-07-02 18:06:04.439', '255 NVT 5G', '255 nvt 5g', '9c:e9:1c:75:b5:e3', '9ce91c75b5e3', 1, '2026-07-02 18:06:04.438', 1719);
|
||
INSERT INTO `wifi_pool` VALUES (194, '2026-07-02 18:10:02.868', '2026-07-02 18:13:31.959', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:33:24', 'b6ba75003324', 6, '2026-07-02 18:13:31.958', 1525);
|
||
INSERT INTO `wifi_pool` VALUES (195, '2026-07-02 18:15:02.119', '2026-07-02 19:26:28.108', '255 NVT 5G', '255 nvt 5g', '28:c8:7c:a2:18:2f', '28c87ca2182f', 45, '2026-07-02 19:26:28.107', 1719);
|
||
INSERT INTO `wifi_pool` VALUES (196, '2026-07-02 18:34:28.558', '2026-07-02 18:34:28.558', 'OHome 168', 'ohome 168', 'd4:31:27:7e:52:62', 'd431277e5262', 1, '2026-07-02 18:34:28.556', 1698);
|
||
INSERT INTO `wifi_pool` VALUES (197, '2026-07-02 19:01:41.905', '2026-07-02 19:03:08.720', 'Tang2 2.4G', 'tang2 2.4g', '8c:dc:02:f2:60:a4', '8cdc02f260a4', 3, '2026-07-02 19:03:08.719', 99);
|
||
INSERT INTO `wifi_pool` VALUES (198, '2026-07-02 19:04:01.364', '2026-07-02 19:20:55.615', 'THANH HUNG', 'thanh hung', '38:d5:7a:3c:62:10', '38d57a3c6210', 25, '2026-07-02 19:20:55.614', 99);
|
||
INSERT INTO `wifi_pool` VALUES (199, '2026-07-02 19:16:56.733', '2026-07-02 19:16:56.733', 'Huu Nhat', 'huu nhat', '00:31:92:80:c7:03', '00319280c703', 1, '2026-07-02 19:16:56.732', 89);
|
||
INSERT INTO `wifi_pool` VALUES (200, '2026-07-02 19:27:25.453', '2026-07-03 00:48:27.947', 'MORELA.CAKE', 'morela.cake', 'b8:29:03:1b:f6:90', 'b829031bf690', 196, '2026-07-03 00:48:27.947', 1719);
|
||
INSERT INTO `wifi_pool` VALUES (201, '2026-07-02 20:21:04.685', '2026-07-02 20:21:04.685', 'Phong 3 5G', 'phong 3 5g', '18:a6:f7:2e:55:a4', '18a6f72e55a4', 1, '2026-07-02 20:21:04.684', 1558);
|
||
INSERT INTO `wifi_pool` VALUES (202, '2026-07-02 21:42:04.930', '2026-07-02 21:43:22.703', 'Phòng 403', 'phòng 403', '74:da:88:f9:f9:70', '74da88f9f970', 2, '2026-07-02 21:43:22.702', 1747);
|
||
INSERT INTO `wifi_pool` VALUES (203, '2026-07-02 22:16:52.487', '2026-07-02 22:16:52.487', 'HoangThanh', 'hoangthanh', 'dc:8e:8d:21:ab:bb', 'dc8e8d21abbb', 1, '2026-07-02 22:16:52.486', 626);
|
||
INSERT INTO `wifi_pool` VALUES (204, '2026-07-02 22:18:53.367', '2026-07-02 22:19:50.738', 'Thai Ha', 'thai ha', 'c0:b5:d7:c9:b1:48', 'c0b5d7c9b148', 2, '2026-07-02 22:19:50.737', 1416);
|
||
INSERT INTO `wifi_pool` VALUES (205, '2026-07-03 00:02:59.830', '2026-07-03 00:02:59.830', 'Quynh Anh 5G', 'quynh anh 5g', 'e2:b6:68:27:95:56', 'e2b668279556', 1, '2026-07-03 00:02:59.829', 1359);
|
||
INSERT INTO `wifi_pool` VALUES (206, '2026-07-03 04:09:51.806', '2026-07-03 06:57:17.726', 'EW_08DE9C', 'ew_08de9c', 'cc:71:90:08:de:9f', 'cc719008de9f', 277, '2026-07-03 06:57:17.725', 1803);
|
||
INSERT INTO `wifi_pool` VALUES (207, '2026-07-03 07:00:31.742', '2026-07-03 07:01:04.540', 'Phan Van Dat.5G', 'phan van dat.5g', 'cc:71:90:a1:29:01', 'cc7190a12901', 4, '2026-07-03 07:01:04.538', 618);
|
||
INSERT INTO `wifi_pool` VALUES (208, '2026-07-03 07:03:01.588', '2026-07-03 07:03:01.588', 'Galaxy S21 FE 5G8280', 'galaxy s21 fe 5g8280', 'd6:72:1b:99:83:4e', 'd6721b99834e', 1, '2026-07-03 07:03:01.587', 587);
|
||
INSERT INTO `wifi_pool` VALUES (209, '2026-07-03 07:05:47.282', '2026-07-03 08:56:48.371', 'rikkeieducation p801 5G', 'rikkeieducation p801 5g', '12:82:3d:24:d5:33', '12823d24d533', 4, '2026-07-03 08:56:48.369', 1707);
|
||
INSERT INTO `wifi_pool` VALUES (210, '2026-07-03 08:13:26.557', '2026-07-03 08:14:36.238', 'KTX Thien An', 'ktx thien an', '44:48:c1:b5:17:f2', '4448c1b517f2', 4, '2026-07-03 08:14:36.237', 1565);
|
||
INSERT INTO `wifi_pool` VALUES (211, '2026-07-03 09:10:15.322', '2026-07-03 09:10:15.322', 'Happy House Lau 3', 'happy house lau 3', '24:0b:2a:d5:75:6d', '240b2ad5756d', 1, '2026-07-03 09:10:15.316', 603);
|
||
INSERT INTO `wifi_pool` VALUES (212, '2026-07-03 09:35:15.440', '2026-07-03 09:35:57.319', 'BICH_5G', 'bich_5g', '26:0b:2a:c7:a1:f5', '260b2ac7a1f5', 2, '2026-07-03 09:35:57.318', 1468);
|
||
INSERT INTO `wifi_pool` VALUES (213, '2026-07-03 10:11:44.767', '2026-07-03 10:11:44.767', 'VIEW HO_5G', 'view ho_5g', '2e:b6:c2:62:26:13', '2eb6c2622613', 1, '2026-07-03 10:11:44.766', 1350);
|
||
INSERT INTO `wifi_pool` VALUES (214, '2026-07-03 11:39:15.486', '2026-07-03 11:49:02.727', 'PTIT_WIFI_KTX', 'ptit_wifi_ktx', 'b6:ba:75:00:33:1c', 'b6ba7500331c', 2, '2026-07-03 11:49:02.726', 1528);
|
||
INSERT INTO `wifi_pool` VALUES (215, '2026-07-03 12:10:21.262', '2026-07-03 12:10:21.262', 'Rikkei Education', 'rikkei education', '26:5a:4c:2c:36:ea', '265a4c2c36ea', 1, '2026-07-03 12:10:21.261', 202);
|
||
INSERT INTO `wifi_pool` VALUES (216, '2026-07-03 12:11:39.454', '2026-07-03 12:11:39.454', 'BEKIND HOME _5Ghz', 'bekind home _5ghz', 'c0:b1:01:1b:0e:46', 'c0b1011b0e46', 1, '2026-07-03 12:11:39.452', 1353);
|
||
INSERT INTO `wifi_pool` VALUES (217, '2026-07-03 12:12:07.268', '2026-07-03 12:12:07.268', 'BEKIND HOME _5Ghz', 'bekind home _5ghz', 'c0:b1:01:1b:0e:47', 'c0b1011b0e47', 1, '2026-07-03 12:12:07.267', 1353);
|
||
INSERT INTO `wifi_pool` VALUES (218, '2026-07-03 12:25:04.452', '2026-07-03 12:25:04.452', 'Rikkei Education', 'rikkei education', '26:5a:4c:1c:36:e9', '265a4c1c36e9', 1, '2026-07-03 12:25:04.451', 220);
|
||
INSERT INTO `wifi_pool` VALUES (219, '2026-07-03 12:30:50.415', '2026-07-03 12:30:50.415', 'ophone', 'ophone', '62:f0:ef:22:d7:02', '62f0ef22d702', 1, '2026-07-03 12:30:50.414', 88);
|
||
INSERT INTO `wifi_pool` VALUES (220, '2026-07-03 12:42:07.067', '2026-07-03 12:42:07.067', 'POCO X8 Pro', 'poco x8 pro', '9a:2b:93:4c:26:b0', '9a2b934c26b0', 1, '2026-07-03 12:42:07.064', 282);
|
||
INSERT INTO `wifi_pool` VALUES (221, '2026-07-03 13:25:44.201', '2026-07-03 13:25:44.201', 'bibabibo🐶', 'bibabibo🐶', '2a:d9:94:84:b2:47', '2ad99484b247', 1, '2026-07-03 13:25:44.200', 304);
|
||
INSERT INTO `wifi_pool` VALUES (222, '2026-07-03 13:30:45.336', '2026-07-03 13:30:45.336', 'An của Linh', 'an của linh', '3e:fa:7a:d5:57:ce', '3efa7ad557ce', 1, '2026-07-03 13:30:45.335', 137);
|
||
INSERT INTO `wifi_pool` VALUES (223, '2026-07-03 13:30:53.502', '2026-07-03 13:31:31.686', 'hahuy🌹💐🌼🌺🌻🌷', 'hahuy🌹💐🌼🌺🌻🌷', '92:f8:36:77:bb:7c', '92f83677bb7c', 2, '2026-07-03 13:31:31.684', 222);
|
||
INSERT INTO `wifi_pool` VALUES (224, '2026-07-03 14:18:28.409', '2026-07-03 14:18:28.409', 'P404', 'p404', '30:de:4b:6b:2f:fe', '30de4b6b2ffe', 1, '2026-07-03 14:18:28.408', 133);
|
||
INSERT INTO `wifi_pool` VALUES (225, '2026-07-03 14:25:33.956', '2026-07-03 14:25:33.956', 'Lunn', 'lunn', '5e:72:98:93:9d:a9', '5e7298939da9', 1, '2026-07-03 14:25:33.955', 1416);
|
||
INSERT INTO `wifi_pool` VALUES (226, '2026-07-03 15:04:42.112', '2026-07-03 15:04:42.112', 'The Anh', 'the anh', 'cc:71:90:d3:f3:90', 'cc7190d3f390', 1, '2026-07-03 15:04:42.111', 303);
|
||
INSERT INTO `wifi_pool` VALUES (227, '2026-07-03 15:07:49.774', '2026-07-03 15:07:49.774', 'Jackuchun', 'jackuchun', '20:be:b4:bb:4d:1f', '20beb4bb4d1f', 1, '2026-07-03 15:07:49.772', 401);
|
||
INSERT INTO `wifi_pool` VALUES (228, '2026-07-03 15:12:17.161', '2026-07-03 15:12:17.161', 'PTIT_WIFI', 'ptit_wifi', '34:ba:75:00:74:16', '34ba75007416', 1, '2026-07-03 15:12:17.160', 1495);
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|