With SQL, queries like "select from Beer limit 30" work because they return the record (with an identity - @rid). Instead, queries that return projections are not displayed, like "select name from Beer limit 30".
With SQL, queries like "select from Beer limit 30" work because they return the record (with an identity - @Rid).
Instead, queries that return projections are not displayed, like "select name from Beer limit 30".