Home > database >  Novice validate database field 1 2
Novice validate database field 1 2

Time:09-19

Select * from a table where a123=123
Select * from a table where a124=124
Select * from a table where a125=125

Advice on how to remove the field 1 in front of a query again after the results of a field is not equal to b field!!

CodePudding user response:

This is just a field name, can't take out, do not have what meaning,

Direct the where axxxx!=XXXXX
Not line?

CodePudding user response:

Didn't understand your meaning,
  • Related