Jump to content

JakeHarlan

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    Florida

JakeHarlan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The following statement generates a syntax error: select questionKey from question where questionKey not in (select questionKey from userQuestionCount); I ran the main query with values in place of the subquery and it runs correctly. I also successfully ran just the subquery...so the two querys are correct. When running them together I get a vague \"SQL syntax error...\" message. Thanks in advance for your help.
  2. My web host does not allow INNODB tables so I am forced to look for an alternative to transactions. If I lock a table in a myISAM table will reads/writes queue or are they returned to the instigating program in error?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.