Jump to content

tengwer

Members
  • Posts

    4
  • Joined

  • Last visited

tengwer's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Sorry. I and trying to alter a MySword data file that is in sql format. MySword is a bible program. The file is a strongs dictionary in sql format that has in column 1 the strongs number and in column 2 the definition. I am trying to get the strongs number to appear along with the definition. I tried using SQLite Personal Edition to run the query. It opens the database fine and I can see everything there but the queries give the errors mentioned above.
  2. This did not work either. I got a near "ISNULL": syntax error
  3. It took me a while to get back to this. Unfortunately I get the error "no such function CONCAT"
  4. I am a beginner with a simple task. I have a table with two columns as follows:Column1: string1, string2, string3Column2: stringA, stringB, stringCI would like this to become:Column1: string1, string2, string3Column2: string1 stringA, string2 stringB, string3 stringCI have tried UPDATE table SET column2 = column1 + column2 but this does not work and only fills column 2 with zeros. Any ideas?
×
×
  • Create New...