Email Log - related records

3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 23, 2018   (RSS)

By Dave - March 23, 2018

Hi Tim, 

It's because MySQL considers 'to' to be a reserved fieldname so you need to put `backticks` around it to let MySQL know that it's a column name.

Try replacing to with `to` and let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com

By Toledoh - March 23, 2018

Brilliant - thanks Dave!

Cheers,

Tim (toledoh.com.au)