Home > database >  Consult how to condition according to modify the data in the data window
Consult how to condition according to modify the data in the data window

Time:09-19

Below is the data in the data window

Note 1 Andy lau male 23 Hong Kong
Note 2 threes male 20 Beijing
Note 3 two pock-marked woman 19 tianjin

Modify the gender is male, please remark "can work
"
How do you write statement

CodePudding user response:

Long dwcontrol. Find (string expression, long start, long end)

Integer dwcontrol. SetItem (long row, a string column, any value)

Need to use these two functions

CodePudding user response:

One write cycle, according to the conditions change

CodePudding user response:

Change the remark column to remove to computational domain, according to the value of: if (xingbie='male', 'works' beizhu)
  • Related