tidyquery icon indicating copy to clipboard operation
tidyquery copied to clipboard

Cross join not working .

Open antonio-yu opened this issue 2 years ago • 0 comments

cross join does not work in query() functions Syntax like this does not work. df1 and df2 are two simple dataframes . query (' select * from df1 cross join df2 where df1.co1 = df2.col2 ')

antonio-yu avatar Sep 23 '22 01:09 antonio-yu