File: sequence-cv-views.sql

package info (click to toggle)
libchado-perl 1.31-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,728 kB
  • sloc: sql: 282,721; xml: 192,553; perl: 25,524; sh: 102; python: 73; makefile: 57
file content (6 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
CREATE VIEW cv_for_feature
 AS SELECT * FROM cv WHERE name='sequence';
CREATE VIEW cv_for_featureprop
 AS SELECT * FROM cv WHERE name='feature_property';
CREATE VIEW cv_for_feature_relationship
 AS SELECT * FROM cv WHERE name='relationship';