MySQL Forums
Forum List  »  PHP

Re: Help!!!!
Posted by: Roland Bouman
Date: July 24, 2005 12:30PM

Hi!
what version of mysql did u get these results from?

Subqueries (as in your first example) are only available form mysql 4.1 (?) and up. (What was your error message?)

Queries on Queries as you do in access would boil down to queries on views, and views are available in mysql 5.

I'm not sure about the temp table example, what happens if you lock both tables (the temp and the base table)?

As for the third example: what is this query supposed to do exactly?
What do you mean exactly by embedding arrays? If you mean, is there a mysql array type: No, there is not (as in Access!).

Options: ReplyQuote


Subject
Written By
Posted
July 21, 2005 09:15AM
Re: Help!!!!
July 24, 2005 12:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.