Home > database >  Parameters matching failure
Parameters matching failure

Time:11-23


Why is empty, the second storage process for bosses to save

CodePudding user response:

Because no cno='a01' data in the database, or at least a degree of cno='a01' data is null,

Try this:
Select SUM (ISNULL (degree, 0)) from sc where cno=num;

CodePudding user response:


Still won't do!
  • Related