Jump to content

[SOLVED] how to write this SQL syntax?


Excel

Recommended Posts

hi.

tnx.

 

my sql query:

SELECT *.a FROM virtual_store_products a INNER JOIN virtual_store_categories b ON a.category_id = b.id WHERE b.title NOT LIKE '%free%'

 

error:

SQL/DB Error -- [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.a FROM virtual_store_products a INNER JOIN virtual_store_categories b ON a.cate' at line 1

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.