An SQLite view is a virtual read-only table in concept, that is really just a SELECT statement with a name: CREATE VIEW auth_info AS. SELECT user.login, shadow.
確定! 回上一頁