mysql - How to get a filtered list -


i'm trying :

      listetaggr.datacontext = in oo.articles                               a.producttype.id.equals(1)                               select a.tagstrings distinct 

error : tagstrings list. wan't retrieve list of distincts tagstrings articles producttype 1

  listetaggr.datacontext = (from in oo.articles                             a.producttype.id.equals(1)                             ts in a.tagstrings                             select ts).distinct() 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -