mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 19:33:21 +08:00
6 lines
85 B
MySQL
6 lines
85 B
MySQL
|
|
CREATE VIEW [dbo].[OrganizationView]
|
|||
|
|
AS
|
|||
|
|
SELECT
|
|||
|
|
*
|
|||
|
|
FROM
|
|||
|
|
[dbo].[Organization]
|