Jump to content
Server Maintenance This Week. ×

Problem with fieldname characters


This topic is 3267 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

I'm having problem trying to get this query work.

Let ( [
  q = "SELECT i.c_nomComplet 
       FROM personnesiPad as i 
       LEFT OUTER JOIN personnesServer as s 
       ON i.uuid = s.uuid
       WHERE i.__modification_ts <> s.__modification_ts";
    
  r = ExecuteSQL (q; ";"; "¶")
];

 r
)

 

The problem seems to be my fieldnames in the WHERE clause. I've tried to quote them with the quote function, but I still have a validation error.

How do I managed to use fieldnames with special characters?

BTW, I'm trying to do a synchronisation file between an ipad and a server.

Thanks for helping!

Link to comment
Share on other sites

encapsulate your field names and use field references

Shouldn't we make that warning into a sticky?​

btw: cool pic, but the old one was more … geekish :D

Link to comment
Share on other sites

This topic is 3267 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.