select_views.sql
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. --
  2. -- VIEW queries
  3. --
  4. -- test the views defined in create.source
  5. --
  6. SELECT * FROM street;
  7. SELECT name, #thepath FROM iexit ORDER BY 1, 2;
  8. SELECT * FROM toyemp WHERE name = 'sharon';