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
If you open the chinook db and run the following command
select artists.name,albums.title from artists,albums where artists.`ArtistId` = albums.`ArtistId`
litecli will only suggest completions for artist. and albums. after the where, but not after the select. That means, the artists.name,albums.title have to be typed characters by character without completion help.
The text was updated successfully, but these errors were encountered:
If you open the chinook db and run the following command
litecli will only suggest completions for
artist.
andalbums.
after thewhere
, but not after theselect
. That means, theartists.name,albums.title
have to be typed characters by character without completion help.The text was updated successfully, but these errors were encountered: