Represents a SQL fragment that may have platform-specific variants. Used for ExtraFilter, OrderBy, WhereClause, and other user-provided SQL.
Backward compatible: where a string was accepted before, PlatformSQL is also accepted via union type (string | PlatformSQL).
The default/fallback SQL. Used if no platform-specific variant exists.
Optional
PostgreSQL specific variant
SQL Server specific variant
Represents a SQL fragment that may have platform-specific variants. Used for ExtraFilter, OrderBy, WhereClause, and other user-provided SQL.
Backward compatible: where a string was accepted before, PlatformSQL is also accepted via union type (string | PlatformSQL).