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
SQL queries such as SELECT d.id FROM Doctor AS d should be supported. While the SQL parser supports this, there is currently no support in the relational algebra or query execution for having tables with different names.
The text was updated successfully, but these errors were encountered:
SQL queries such as
SELECT d.id FROM Doctor AS d
should be supported. While the SQL parser supports this, there is currently no support in the relational algebra or query execution for having tables with different names.The text was updated successfully, but these errors were encountered: