select all columns from the table called "table_name" SELECT * FROM table_name; ... As the output of a SQL query is a table - every expression in the SELECT ...
確定! 回上一頁