rafaalbert

Results 2 comments of rafaalbert

> > ### 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...

> > > @rafaalbert > I made a work around > > Create a view with your select statement and pass that view instead of the table > > It...