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

SQL Server

开发平台:

Unix_Linux

  1. -- 
  2. -- failed test: pass 2
  3. -- reported by Andreas Florath <florath@stochastik.rwth-aachen.de>
  4. -- Date: Fri, 28 Feb 1997 10:42:37 +0100 (MET)
  5. --
  6. -- kml@ispras.ru : We didn't expect that such code can be found in .sql file but
  7. --                 'service crash' is not the best reaction on it. 
  8. INSERT INTO SPIELER VALUES 
  9. ( 6, 'Peters', 'R', NULL, 1964, 'M', 1977, 'Hafenalle', '80', '4000', 
  10.   'Duesseldorf', '0211-476537', '8467' )
  11. --
  12. --
  13. --