Versuchen Sie dies,
SELECT * FROM table1 as t1
LEFT JOIN table 2 as t2 on JSON_CONTAINS(t1.id->'$[*]', CAST(t2.id as JSON))
Versuchen Sie dies,
SELECT * FROM table1 as t1
LEFT JOIN table 2 as t2 on JSON_CONTAINS(t1.id->'$[*]', CAST(t2.id as JSON))
So machen Sie Ihre MySQL- oder MariaDB-Datenbank in AWS und Google Cloud hochverfügbar
Wie behebe ich den Fehler „Named Pipes Provider, Fehler 40 – Verbindung zu „SQL Server“ konnte nicht hergestellt werden“?
PostgreSQL-Replikation für die Notfallwiederherstellung
PostgreSQL-Load-Balancing in der Cloud leicht gemacht