Skip to content

Instantly share code, notes, and snippets.

@moriya-hm5
Created October 27, 2019 08:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
mysql> select * from m_emp;
+---------------------+------------+--------------+
| empno | empname | departmentid |
+---------------------+------------+--------------+
| 5 | 従業員A | 10101001 |
| 6 | 従業員B | 10101001 |
| 7 | 従業員C | 10101002 |
| 8 | 従業員D | 10101003 |
| 1234567890123456789 | NULL | NULL |
| 1234567890123456790 | takahashi | 101010 |
+---------------------+------------+--------------+
6 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment