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
This should limit the number of results to maximum 100. This is an interesting feature when working with a huge amount of files.
Maybe even without the need to give a WHERE clause.
Alternative syntax could be:
SELECT TOP 100 name FROM /myDir
Example ese case: I would eventually like to be able to select a maximum of 100 files where the name starts with a certain letter. Ideally it would be possible to give a regex for the name (e.g. like in this library: https://github.com/gahag/FSQL).
The text was updated successfully, but these errors were encountered:
It would be nice to do something like
This should limit the number of results to maximum 100. This is an interesting feature when working with a huge amount of files.
Maybe even without the need to give a WHERE clause.
Alternative syntax could be:
Example ese case: I would eventually like to be able to select a maximum of 100 files where the name starts with a certain letter. Ideally it would be possible to give a regex for the name (e.g. like in this library: https://github.com/gahag/FSQL).
The text was updated successfully, but these errors were encountered: