Drupal db_query error need help
- by Gobi
Hi drupal pals,
im using drupal 6.15 and doing my first project in drupal . i got an issue while running the below query with db_query
i have drupal,delhi keywords in column 'tag' with table name tagging.
db_query(SELECT * FROM {tagging} WHERE tag LIKE '%drup%') wont retrieve the correct output.
it show null but the query modified like this,
…