MySQL license and GPL

2005-02-16 Thread Lotte Mygind \(AH/LMD\)
Hello, My understanding of the GPL license is that if you link your own software with GPL-licensed software, then the GPL forces you to release the whole thing under GPL. I am a bit confused that MySQL seems to require that even stand-alone applications are released as open source. Does MySQL

Question about solving a query !

2002-10-09 Thread Myoung-Ah KANG
Hello, I have a problem to treat a query with MySQL because MySQL does not permit nested SELECT clauses. The schema of the table is : Hospital num | name | city| numbeds 10 | Clairval| Marseille | 70 20 | Notre-Dame | Ma

constraint question

2001-06-21 Thread ah
hi I am using mysql 3.23.29 under windows 2000.I have a table: create table raries( libID bigint NOT NULL AUTO_INCREMENT , lib_datsvrID bigint null, primary key (libID), constraint FK_LIBRAR_REF_584_DATASE foreign key (lib_datsvrID) refe