List All Rows In A Table
Perhaps the more common way to list all rows in a table is with the following select
command:
There is an alternative approach that also selects all rows from a table. It's essentially a shorthand -- the table
command.
h/t Jack Christensen
Last updated