mysql_query("LOCK TABLE table WRITE"); // you might think it's here
mysql_query("LOCK TABLE table READ, table AS t2 WRITE"); // <- but the error is here
mysql_query("LOCK TABLES table READ, table as t2 WRITE"); // <- ...and here.
आप एक ही टेबल को अलियासिंग किए बिना एक से अधिक लॉक प्राप्त नहीं कर सकते। मैनुअल पढ़ें ।