I'm trying to combine 2 fields into 1 new field using concat. This is what I using
UPDATE 'idxactrs' SET 'idxactrs.desc' = concat(remarks1,remarks2)
It just says "You have an error in your SQL syntax near ''idxactrs' ...
Any Ideas?
No, I have no idea what that is, but I'll try and look into it. I'm not a programmer, nor a database administrator, just someone who volunteered.
I've downloaded phpdev, and run MySQL on my laptop as localhost, and I can create the tables, and I can dump the existing structure, I'm just...
I have a text file that I need to import and transform in access. The first row is a header row. I can open it in access and create the table. I need to transform some of the data.
The fields currently import like this :
SwimmerID 50free 50fly 50back 100IM
With the records below...
I have a database which lists address in one field and a field named "DISPLAY" which is a Y/N field. The database gets updated weekly. All addresses are in the database originally after update. I'd like to use the Y/N field to show or delete the address field. If the field is N, then the address...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.