You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: