SELECT COUNT(column_name) FROM table_name;. The SELECT statement in SQL tells the computer to get data from the table.
確定! 回上一頁