资讯

How? I've tried every variation that I can think of and it will never let me complete a nested query...Example:q = "(SELECT TOP 5 * FROM data WHERE ID > " & largeID & " ORDER BY ID)"This function ...
IIRC most expensive RDBM's (Oracle, SQL server, DB/2) support nested tables in some form through UDTs.<BR><BR>I believe Oracle performs slightly worse with nested tables, but it can have some ...