Hi jvilla,
I know that MySQL supports some simple nested queries from 3.23 -xx, and even
includes subselects from 4.1.
However I am not clear if any of the 2 queries will work straight away in 4.1
(once its stable).
Best regards
Nils Valentin
Tokyo/Japan
2003年 7月 9日 水曜日 21:00、Jonathan Villa
I have a shopping cart which creates temporary tables in the format of
zorder_;
These tables are used to hold a customers order while they shop and
after checking out, it is dropped. The values of the shopping cart are
put together in an HTML table and stored as their history.
What I want to
I have a shopping cart which creates temporary tables in the format of
zorder_;
These tables are used to hold a customers order while they shop and
after checking out, it is dropped. The values of the shopping cart are
put together in an HTML table and stored as their history.
What I want to