SQLv2 Press Kit

One SQL for data, vectors, and models. In-engine inference. Open standard.

Embargo: Tuesday, September 30, 2025, 8:45 AM ET

Approved Quotes

“Teams spend 70% of their time wiring databases, vector stores, and AI services. SQLv2 turns that plumbing into a query.” — Luis B. Mata

“SQLv2 runs inference in the database engine. No data hops. Lower latency. Stronger security.” — Luis B. Mata

Example Query

SELECT 
  customer_id,
  PREDICT('churn_model', customer_features) AS churn_risk,
  GENERATE_TEXT('Create retention offer for', segment) AS personalized_offer
FROM customers
WHERE embedding <=> EMBED('high-value customer behavior') > 0.85
  AND last_purchase < CURRENT_DATE - INTERVAL '30 days';

One query. Prediction, generation, and vector search in one engine.

Media Contact

press@synapcores.com • +1 (704) 412‑8670