hello gene,
you have two choices:
- use the ‘like’ operator
update status:not name like “” from t
- use the length of each string:
update status:0<count each name from t
hello gene,
you have two choices:
update status:not name like “” from t
update status:0<count each name from t