The precise way to do this is to use the multiple tables and JOIN them in your queries. For example: CREATE TABLE person ( `id` INT NOT NULL ...
確定! 回上一頁