Sunday 15 January 2012

mysql - What is the issue with this sql query -


is said to be the title. I am not getting any error in this query, but still the way it works should

  SELECT column_1, column_2, `table_1` ID range WHERE` column_4` = '3' order column_3 1, (Count (select table_name from info_schema.tables))   

please help

giving this error

Syntax error or access violation: 1064 You have an error in your SQL syntax;

This is also not working

 

> sELECT column_1, column_2, select `table_1` WHERE` column_4` = '3 ID limit' order 1, (count (table_name) from info_schema.tables from column_3)

border1 (with a comma) everything is illegal syntax.

No comments:

Post a Comment