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

CSV file query with anded likes does not work #231

Open
stoch opened this issue Feb 6, 2019 · 0 comments
Open

CSV file query with anded likes does not work #231

stoch opened this issue Feb 6, 2019 · 0 comments
Assignees
Labels

Comments

@stoch
Copy link
Contributor

stoch commented Feb 6, 2019

select
    file, offset, bytes, col1
from
    csv$1."D:\Projects\Git\sbsdb\sbs0\src\*.*"
where
    csv$1."D:\Projects\Git\sbsdb\sbs0\src\*.*".col1 like '%SO %'
    and csv$1."D:\Projects\Git\sbsdb\sbs0\src\*.*".col1 like '%-- %'
    and csv$1."D:\Projects\Git\sbsdb\sbs0\src\*.*".col1 like '%2019%'


select
    file, offset, bytes, col1
from
    csv$1."D:\Projects\Git\sbsdb\sbs0\src\*.*"
where
    col1 like '%SO %'
    and col1 like '%-- %'
    and col1 like '%2019%'
@stoch stoch added the bug label Feb 6, 2019
@stoch stoch self-assigned this Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant