ludovicli83

Results 1 issues of ludovicli83

I describe the problem encountered below. I create three tables and one view. ``` create table t_ClientInfo ( Id char(12) not null, Type char(1) not null, Content char(20), constraint pk_ClientInfo...