You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2001/12/03 19:23:54 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/scripts/sql Test1.script

hammant     01/12/03 10:23:54

  Modified:    apps/db/src/scripts/sql Test1.script
  Log:
  First working SQL is SELECT
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-avalon-cornerstone/apps/db/src/scripts/sql/Test1.script
  
  Index: Test1.script
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/scripts/sql/Test1.script,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Test1.script	2001/11/30 10:46:52	1.1
  +++ Test1.script	2001/12/03 18:23:53	1.2
  @@ -1,3 +1,7 @@
  +### SELE 1 ##!
  +
  +SELECT forename, surname FROM Flintstones
  +
   ### CREATE ##!
   
   CREATE TABLE Primes
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>