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

Home » RADICORE development » Bug Reports » v 1.35 - Relationship Calculated Field Escaping
Re: v 1.35 - Relationship Calculated Field Escaping [message #1326 is a reply to message #1325] Thu, 01 May 2008 05:15 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2355
Registered: April 2006
Location: Surrey, UK
Senior Member
The problem is that your CONCAT function contains double quotes around the space character instead of single quotes. In standard SQL a single-quoted string is taken for a value while a double quoted string is taken as a field name. That is why you get the error message
- unknown column ' ' in 'field list'

Change those double quotes to single quotes, export the table definition, then try running it again. It should not fail this time.


 
Read Message
Read Message
Read Message
Previous Topic: v 1.35 - Inconsistent SQL files
Next Topic: v 1.35 - JavaScript functionality
Goto Forum:
  


Current Time: Wed Aug 07 16:27:34 EDT 2024

Total time taken to generate the page: 0.10209 seconds