Hi!
I have datum which contains m values (v1, v2, ..., vm) and I would like get a sorted list of such data so that it is sorted by similarity to some given datum k with values (k1, k2, ..., km). Similarity means in this case how many values are the same. Some datum is more similar to the k than...
That did it! Thanks!
Is there maybe any optimization for it (maybe to specify LEFT or something)? Should I replace it with sub-select when it will be avaiable?
I have found this:
Subqueries are supported in MySQL version 4.1. See section 1.6.1 Features Available From MySQL 4.1.
http://www.mysql.com/doc/en/ANSI_diff_Sub-selects.html
I think that it will be soon in a stable release (4.1 is alpha at the moment).
What should otherwise be a proper SQL sentence? And which SQL server supports it? What is that what is missing in MySQL (for what should I wait that they implement)?
What about "WHERE Messages.MessageID='given_id'"?
This returns me data for all Usernames. I only need data for a Username which has given MessageID for it in Messages table.
I would like to specify a MessageID and than SQL would:
- find out Username in Messages for this MessageID...
Hi!
I have 2 tables. Users and Messages. Messages contains MessageID and Username for this MessageID. Users contains Username and Data. MessageID si unique and Messages.Username is not (there can be many same Username fields in Messages but with different MessageIDs).
I would like to have a...
Hi!
I have new (better?) situation.
I have the cgi-bin with counter perl program in it. But the problem is that when I call it directly program works (counts), but when I try to include it into html I get error.
[...] [error] [client ...] client denied by server configuration...
What about redirection meta tag in html?
You would send the page with message and that tag which will than redirect user to the new page which would be avaiable only after that 10 seconds (CGI).
I have restarted the whole computer and it's the same. I can't get (Script)Aliasing working. It works when I call it directly but when I include that file it search it in html directory.
Can maybe someone sends me its working config files (if it use include virtual to include cgi output and it...
Thanks for replies.
I use SSI through all my site ("normal" text virtual includes), so that isn't the problem.
I had some problems so I have to move the cgi-bin directory to html directory. Same problem had somebody else ("Server Side Includes sort of work...???"), but its...
Hi!
I have the following problem. I have a CGI program
(counter) and if I called it directly it works OK,
but if I include it with "include virtual" I get
its source code. Please help!
Mike
P.S.: That's my config file:
User apache
Group apache
...
DocumentRoot /var/www/html...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.