Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


More than one library
#8
(08-23-2023, 01:16 PM)Tim Curtis Wrote: Please post some example searches that you would use so I have something to work with.

What I currently have in mind is grouping the files by genre. Grouping different genres together is not a problem, but I would also like to have something like "everything without audiobooks", like this

Code:
Genre !Audiobooks

or also everything without classics.

Code:
Genre !Classical

It doesn't need to be more complicated than that for me at the moment Smile

Or full scope: 


Code:
Select *
from library
where genre is not "Classical"
  and gnere is not "AudioBooks"
  and year is between 1972 and 1978

Ok, just kidding Smile
Reply


Messages In This Thread
More than one library - by Huebi - 08-12-2023, 04:28 PM
RE: More than one library - by Tim Curtis - 08-12-2023, 04:57 PM
RE: More than one library - by Huebi - 08-23-2023, 11:29 AM
RE: More than one library - by Tim Curtis - 08-23-2023, 11:51 AM
RE: More than one library - by Nutul - 08-23-2023, 12:10 PM
RE: More than one library - by Huebi - 08-23-2023, 12:32 PM
RE: More than one library - by Tim Curtis - 08-23-2023, 01:16 PM
RE: More than one library - by Huebi - 08-23-2023, 02:10 PM
RE: More than one library - by Nutul - 08-23-2023, 03:21 PM
RE: More than one library - by Huebi - 08-23-2023, 05:38 PM
RE: More than one library - by Nutul - 08-23-2023, 06:10 PM

Forum Jump: