mysql1_dart
mysql1_dart copied to clipboard
Multiple Where constraint
How do i get data if i have multiple Where conditions, the example in the readme only has a single Where constraint
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.