Oracle触发器用select查询某列赋值给变量一直取不到值

2024-12-02 23:04:03
推荐回答(1个)
回答1:

rintf("please input the first letter of someday\n");
while ((letter=getch())!='Y')/
{ switch (letter)
{case 'S':printf("please input second letter\n");
     if((letter=getch())=='a')
      printf("saturday\n");
     else if ((letter=getch())=='u')
         printf("sunday\n");
       else printf("data error\n");