CodexBloom - AI-Powered Q&A Platform

SQL Server: Issues with CROSS APPLY when filtering JSON data from a nested structure

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-12
sql-server json cross-apply

I'm trying to query a SQL Server 2019 database where I have a column containing JSON data. The JSON structure is nested, and I'm using `CROSS APPLY` to extract ...