Re: [personal kdb+] Simple Query

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