what is correct sql statement syntax in PHP?
- by terrani
Hi,
when I write a sql statement in php, i usualy write it as below
SELECT COUNT(*) FROM catalogsearch_query AS main_table
but I found that some people write sql statement like
SELECT COUNT(*) FROM catalogsearch_query AS main_table
do I have to use ` ?