supabase-flutter v1 Released
We've released supabase-flutter v1. More intuitive way of accessing Supabase from your Flutter application.
No, I don’t think so. But it is does change our profession and have important implications for software engineers using (not managing) MySQL.
Yes, It turns out that you can specify two indexes in a table hint: SELECT Id, Reputation FROM dbo.Users WITH (INDEX (IX_Reputation, PK_Users_Id)) WHERE Reputation > 1000 And SQL Server obeys. It uses both indexes even though the nonclustered index IX_Reputation is covering: But Why? I think this is a solution looking for a problem. […]
The post You Can Specify Two Indexes In Table Hint? first appeared on Michael J. Swart.This is an external post of mine. Click here if you are not redirected.