search for: ywl321

Displaying 1 result from an estimated 1 matches for "ywl321".

Did you mean: l321
2001 Jul 18
2
string manipulation in R?
...the cross product of that list with itself (which I can use "outer" for right?) then I need to generate queries based on those pairs of strings. Only problem is that I have the strings but how can I generate the query string I need? That is: nameX<-"YWL04A" nameY<-"YWL321" in python or perl I'd write something like: sql.select(column="*", from="gasch", where="NAME IS LIKE " + nameX " OR NAME IS LIKE " + nameY) (P.S. I am not sure but I don't think that the search option is working on the mailing list archives,...