CORE-POS/IS4C

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

Summary

Maintainability
Test Coverage
use opdata;
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