"Eggert, Henri" <[EMAIL PROTECTED]> wrote: > Hi sqlite-users > > Works fine : select Id from Data where ( ( Text = '' ) or ( Comming = '' > ) ) > But NOT : select Id from Data where ( ( Text = '' ) and ( Comming = > '' ) ) >
Both work fine when I try them. Why do you think the second one is not working? -- D. Richard Hipp <[EMAIL PROTECTED]>