Displaying 1 result from an estimated 1 matches for "ywl04a".
Did you mean:
wf04a
2001 Jul 18
2
string manipulation in R?
...ey column, and then generate 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 o...