SQLite2XL icon indicating copy to clipboard operation
SQLite2XL copied to clipboard

How to Skip some rows

Open heihitesh opened this issue 5 years ago • 4 comments

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 avatar Jan 05 '20 08:01 heihitesh

Please Update

heihitesh avatar Jun 15 '20 17:06 heihitesh

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

rafaalbert avatar Jun 22 '20 20:06 rafaalbert

@rafaalbert I made a work around

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

It will work 😅

heihitesh avatar Jun 23 '20 01:06 heihitesh

@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

rafaalbert avatar Jun 23 '20 01:06 rafaalbert