You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of taking the SQL sent as a request as a brand new sql, assume it is a wrapper to the existing SQL and allow queries like SELECT TOP 10 * FROM %TABLE% where %TABLE% is the subquery of the original SQL.