CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/installation/mysql/is4c_op/views/chargecodeview.viw

Summary

Maintainability
Test Coverage
use is4c_op;
DROP VIEW IF EXISTS `chargecodeview`;

create view chargecodeview as

select c.staffID, c.chargecode, d.blueLine
from chargecode c, custdata d
where c.staffID = d.CardNo