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

How to Skip some rows #24

Open
heihitesh opened this issue Jan 5, 2020 · 4 comments
Open

How to Skip some rows #24

heihitesh opened this issue Jan 5, 2020 · 4 comments
Assignees

Comments

@heihitesh
Copy link

Is there anyway possible to skip some rows in the table, like a SELECT statement.

That way we can choose which rows to include and which to exclude

@heihitesh
Copy link
Author

Please Update

@rafaalbert
Copy link

Is there anyway possible to skip some rows in the table, like a SELECT statement.

That way we can choose which rows to include and which to exclude

Have you done it? I want to do the same

@heihitesh
Copy link
Author

@rafaalbert
I made a work around

Create a view with your select statement and pass that view instead of the table

It will work 😅

@rafaalbert
Copy link

@rafaalbert
I made a work around

Create a view with your select statement and pass that view instead of the table

It will work 😅

Yeei, Good idea, thnks XD

@androidmads androidmads self-assigned this Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants