April 16, 2024
Last updated 1 year ago
mysql -u root -h 94.237.49.166 -P 51436 -ppassword show databases; use employees; show tables;
select * from employees UNION select *,2,3,4,5 from departments;