GORM Playground Link
go-gorm/playground#1
Description
Hi, i'm trying to use WITH statement, and expected it should query from replica database instead of source database
Here is an example
WITH alias_regions AS (
SELECT * FROM regions
)
SELECT * FROM alias_regions