SELECT * FROM <TableName>;. This SQL query will select all columns and all rows from the table. For example: SELECT * FROM [Person].[ ...
確定! 回上一頁