Archive for the ‘letsgetnuts.com’ Category

Can you use a stored procedure in a subquery? I don’t think so. (MySQL)

Wednesday, September 27th, 2006

I do not think you can use the result of a stored procedure in an ad-hoc subquery. On my social network, LetsGetNuts.com, I have a Friend table. This is the structure: mysql> describe Friend; +----------------+---------------+------+-----+---------+-------+ | Field | Type ...