Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WITH(INDEX) #478

Closed
generik0 opened this issue May 10, 2021 · 3 comments
Closed

WITH(INDEX) #478

generik0 opened this issue May 10, 2021 · 3 comments

Comments

@generik0
Copy link

Hi, is it possble to select from tables with indexes (msql)

eg.
SELECT * FROM [foobar-db] WITH(INDEX([NonClusteredIndex-20210510-211406]))

I dont think the WithRar work like this

@generik0
Copy link
Author

Hi.
Yea, thanks I found it.
One prob though, can't do it with the join though.
I can join with a query that has a fromraw, however this makes the join become an inner query.

So I guess we also need a JoinRaw

@ahmad-moussawi
Copy link
Contributor

Yes you are right, JoinRaw is not available at this moment, #475

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants