Hi, I'd like to do a query like SELECT x FROM table WHERE a=1 AND (b=2 OR c=3) My question is now: How do I change priority of the logical expressions? mSQL...
673
Peter Samuel ...
Jan 2, 1996 2:42 am
The Unofficial mSQL FAQ $Revision: 1.9 $ $Date: 1996/01/01 23:37:30 $ Preamble This FAQ is posted to the mSQL mailing list twice a month - on or around the 1st...
674
Rasmus Lerdorf ...
Jan 2, 1996 7:43 am
675
Andreas Koenig ...
Jan 2, 1996 10:36 am
... I strongly doubt this being a useful concept. I consider it a bug in the faq. (BTW, apart from that the faq is excellent, and it is *highly* appreciated...
676
F.X. Menard ...
Jan 2, 1996 12:03 pm
You can solve the problem in this case specifically in writing your request like the following : SELECT x FROM table WHERE b=2 OR c=3 AND a=1 This will be...
677
ilario ...
Jan 2, 1996 7:03 pm
hello, does anyone know if and how it is possible to manage MiniSQL errors within a w3-msql script?? thanks in advance, ilario ... Ilario Gavioli Intesys srl...
678
Roland Siebelink ...
Jan 2, 1996 7:14 pm
... So did I, but I had already tried to make it once and it didn't make a difference. The ACL fils does not seem to be the problem. Again, here is my ... As...
679
James Leong Sio Kun (...
Jan 2, 1996 7:14 pm
I hope to select a field of an existing table as primary key. The table has already been used. Can I modify the field properities? ====" <-o.o-> \ u / ...
680
David Grant ...
Jan 2, 1996 8:16 pm
Has anyone tried to fold this patch into an NCSA 1.5 server? Both it and Apache are derived from NCSA httpd 1.3 right? ... David Grant <david@...>...
681
Vivek Khera ...
Jan 2, 1996 11:24 pm
+--------- ... +--------- You can get my fixed version of mod_actions.c for the Apache Web server from ftp://ftp.kciLink.com/pub/mod_actions.c.gz For...
682
Dave Andersen ...
Jan 2, 1996 11:33 pm
683
Peter Samuel ...
Jan 3, 1996 12:01 am
684
Rick Thomson ...
Jan 3, 1996 2:27 am
Anyone have any good examples for manipulation Msql with Msqlperl? Thanks in advance! ... Rick Thomson --->Oz Net<--- ...
685
Seth Russell ...
Jan 3, 1996 3:00 am
Does anyone have or know of a Windows 95 or NT port of msql. I am interested in bundeling msql with my product and not having it for NT is going to be a big...
686
Jason Forester ...
Jan 3, 1996 9:33 am
Peter, If I were to make one suggestion, it would be to include more information on compiles and installs. A lot of questions are about install troubles, and...
687
Peter Samuel ...
Jan 3, 1996 9:56 am
688
Sang Han ...
Jan 3, 1996 10:18 am
James read this one and not the one I sent directly to you. I made some changes so ignore previous message from me. Sorry, ... Do a "% msqldump >...
689
Sang Han ...
Jan 3, 1996 10:45 am
... Unfortunately, conditional queries, inserts, and deletes in msql can not have logical expression embedded in parentheses. msql will only process the...
690
Dirk.vanGulik ...
Jan 3, 1996 11:53 am
Try http://ewse.ceo.org Or http://ftp.hyperreal.com/incoming/apache-msql-demo.1.0.0.tar.gz.OK for an 'excelent' demo-suite. Dw. ... To remove yourself from the...
691
Larry Rose ...
Jan 3, 1996 11:46 pm
Greetings, We purchased msql to re-sell with an HP Product. Along with that we have a support contract and I was wondering who/how/where to send questions off...
692
Jason Bodnar ...
Jan 4, 1996 12:01 am
I'm working on a searchable database of movie listings. I want the user to be able to pick whether their keyword(s) will be treated as a whole word or a...
693
Maarten Boekhold ...
Jan 4, 1996 1:48 am
On Wed, 3 Jan 1996, Jason Bodnar wrote: On this subject, couldn't it be possible to make mSQL use the regex-functions? This would mean a much more powerfull...
694
Patrik Faltstrom ...
Jan 4, 1996 2:36 am
... I presume that you have bought msql from David Hughes, i.e. Hughes Technologies, and you should therefore contact him directly for support, according to...
695
Peter Samuel ...
Jan 4, 1996 3:08 am
696
Colin P. Ryan ...
Jan 4, 1996 3:15 am
This may be trivial but I cannot find an answer. i'm running 1.0.10 with the multi-patch suite. Whenever I try an order by with anything but the primary key I...
697
David J. Hughes ...
Jan 4, 1996 3:43 am
... The query size limit in the mSQL monitor is set to 15K by default. Remeber that your query isn't sent until you submit a \g. Bambi ... To remove yourself...
698
David J. Hughes ...
Jan 4, 1996 3:51 am
... Nope, it's not out yet. The code is complete now and I'm working on the doco. The hold up has been on the enhanced security features. Security is _very_...
699
David J. Hughes ...
Jan 4, 1996 4:22 am
... Both of these are covered by w3-mSQL-2 which is sooooo close to being ready for alpha testing it's not funny. For anyone that's used ESL, the new code...
700
Darin Swan ...
Jan 4, 1996 4:38 am
Hi, I'm trying to compile Msql on Linux 1.3.9 and get the following errors, can anyone give me a hand with this? Thanks in advance. I get this in the make...
701
David J. Hughes ...
Jan 4, 1996 5:20 am
... We are looking at porting mSQL-2 to NT but not mSQL-1. We are still working on the mSQL-2 code for UNIX so an NT port will be a long time away. Bambi ... ...