/ffemp_form_source.sql Secret
Created
July 20, 2022 01:43
フォームFF_EMPのソースとなるSELECT文
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
e.empno | |
, e.ename | |
, e.job | |
, e.hiredate | |
, e.sal | |
, e.flex.shoeSize | |
, e.flex.skills | |
from ff_emp e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment