mysql1_dart icon indicating copy to clipboard operation
mysql1_dart copied to clipboard

Multiple Where constraint

Open papafffranku opened this issue 3 years ago • 1 comments

How do i get data if i have multiple Where conditions, the example in the readme only has a single Where constraint

papafffranku avatar Jul 21 '21 04:07 papafffranku

You should be able to use the AND keyword 'SELECT * FROM artist WHERE StageName LIKE \"%a\" AND SoloFlag = 1' like this. This is more of a general MySQL question than one about this library.

IanSkelskey avatar Aug 13 '22 06:08 IanSkelskey