stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

How to use `INTERSECT` operator in SQLite.swift? #1207

Open jessehao opened 1 year ago

jessehao commented 1 year ago

Is there any way to use INTERSECT operator in type-safe swift code?