join with where bug? #915
Unanswered
SergeyBakev
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello. Did you try executing the same query in any SQLite client? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i create query.
auto cols = _storage.select( &GroupSong::Nm, inner_join<Song>(on(is_equal(&Song::Name, &GroupSong::Name))), where(is_equal(&GroupSong::groupName, groupId)) && greater_than(sub(&GroupSong::NA, &GroupSong::Used), 0));
it genereated next string :
but it can not be executed. Where contains extra "(". What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions