|
Yep, SQL doesn't support arrays (I'm not aware of any dialect that does at least?) as it's set based.
You need to use some procedural code to iterate through the array and execute multiple SQL queries - you could always create a user defined function to do this in the database rather than in your scripting language (e.g. PHP), but I'm not sure there is any significant advantage?
__________________
Please login or register to view this content. Registration is FREE :: DDS & Dedicated, UK & USA-based Please login or register to view this content. Registration is FREE, Reseller & Shared Hosting
Experienced Parallels Platinum Partners (Plesk since 2001, Virtuozzo since 2003)
|