Project | Number | Date |
---|---|---|
Customer Self Service | 1 | 06 Mar 2022, 20:36 |
Steps | Scenarios | Features | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tag | Passed | Failed | Skipped | Pending | Undefined | Total | Passed | Failed | Total | Duration | Status |
@sql-select | 4 | 0 | 0 | 0 | 0 | 4 | 1 | 0 | 1 | 0.141 | Passed |
select emp_no, to_char(birth_date, 'YYYY-mm-DD') birth_date ,first_name,last_name, gender,to_char(hire_date , 'YYYY-mm-DD') hire_date from employees where emp_no = 1 |
EMP_NO,BIRTH_DATE,FIRST_NAME,LAST_NAME,GENDER,HIRE_DATE |
i~1,1983-11-17,Danny,Ray,Male,2012-03-24 |