Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » CONCAT ((SELECT ...),...) Error
Re: CONCAT ((SELECT ...),...) Error [message #1090 is a reply to message #1089] Sat, 08 September 2007 13:34 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2354
Registered: April 2006
Location: Surrey, UK
Senior Member
Trying to use a SELECT statement inside a CONCAT(..) is causing the problem. The framework has routines which unpacks the SELECT statement to see if any of its component parts need to be qualified, then it repacks then back together again. Unfortunately it appears that your mixture of SELECT and CONCAT is causing the unpacking and repacking to become confused.

You should try using a JOIN to get the columns from the related tables, then use those column names inside the CONCAT(..).


 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: passwords
Next Topic: Restricting access to user's own record
Goto Forum:
  


Current Time: Sat Jul 27 22:33:12 EDT 2024

Total time taken to generate the page: 0.00943 seconds