Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpidb
mpg_gfk
Commits
d5aa3f76
Commit
d5aa3f76
authored
Mar 09, 2016
by
Gerd Schachtschneider
Browse files
add views
parent
1d57a300
Changes
1
Hide whitespace changes
Inline
Side-by-side
tables/view_chemAll/view_chemAll.sql
View file @
d5aa3f76
-- Version mpg
-- Fake view aus sich selbst
-- Version mpg ohne mpg_chem
CREATE
OR
REPLACE
VIEW
view_chemAll
AS
SELECT
'1'
AS
tabID
,
'Fake Eintrag wenn keine chemDB'
AS
substanz
,
'-'
AS
reinheit
,
'-'
AS
lgk
,
'0'
AS
cmr
,
'-'
AS
cas
,
'-'
AS
einheit
,
'mpg'
AS
gruppe
,
'initial'
AS
bearbeiter
,
'2016-03-02 11:34:18'
AS
zeitstempel
;
-- Version mpg mit mpg_chem
-- entsprechend erweitern/anpassen, wenn mehr chemie-db's existieren
CREATE
OR
REPLACE
VIEW
view_chemAll
AS
SELECT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment